ibmveth: Add GRO support

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>
This commit is contained in:
Thomas Falcon 2015-04-29 16:25:46 -05:00 committed by David S. Miller
parent 8641dd8579
commit 92ec8279f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;