mirror of https://gitee.com/openkylin/linux.git
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:
parent
8641dd8579
commit
92ec8279f5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue