|
@@ -295,7 +295,7 @@ static void ipoib_ib_handle_rx_wc(struct net_device *dev, struct ib_wc *wc)
|
|
|
if (test_bit(IPOIB_FLAG_CSUM, &priv->flags) && likely(wc->csum_ok))
|
|
|
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
|
|
|
|
|
- netif_receive_skb(skb);
|
|
|
+ napi_gro_receive(&priv->napi, skb);
|
|
|
|
|
|
repost:
|
|
|
if (unlikely(ipoib_ib_post_receive(dev, wr_id)))
|