|
@@ -1139,7 +1139,7 @@ restart_poll:
|
|
if (csum_good)
|
|
if (csum_good)
|
|
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
|
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_packets++;
|
|
netdev->stats.rx_bytes += length;
|
|
netdev->stats.rx_bytes += length;
|