ibmveth: Add GRO support
[cascardo/linux.git] / drivers / net / ethernet / ibm / ibmveth.c
index ae69bbd..33ffd34 100644 (file)
@@ -1139,7 +1139,7 @@ restart_poll:
                        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;