Skip to content

Commit

Permalink
ibmveth: Add GRO support
Browse files Browse the repository at this point in the history
Cc: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Thomas Falcon authored and David S. Miller committed Apr 30, 2015
1 parent 8641dd8 commit 92ec827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ibm/ibmveth.c
Original file line number Diff line number Diff line change
@@ -1139,7 +1139,7 @@ static int ibmveth_poll(struct napi_struct *napi, int budget)
if (csum_good)
skb->ip_summed = CHECKSUM_UNNECESSARY;

netif_receive_skb(skb); /* send it up */
napi_gro_receive(napi, skb); /* send it up */

netdev->stats.rx_packets++;
netdev->stats.rx_bytes += length;

0 comments on commit 92ec827

Please sign in to comment.