From: Eric Dumazet Date: Thu, 2 Feb 2017 14:09:14 +0000 (-0800) Subject: atl1e: add GRO support X-Git-Tag: v4.11-rc1~124^2~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c45f8e109b6214a80c27d785c044178231ef4990;p=thirdparty%2Fkernel%2Flinux.git atl1e: add GRO support It is time to add GRO support to this driver. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/atheros/atl1e/atl1e_main.c b/drivers/net/ethernet/atheros/atl1e/atl1e_main.c index ef003c522ba24..4f7e195af0bc6 100644 --- a/drivers/net/ethernet/atheros/atl1e/atl1e_main.c +++ b/drivers/net/ethernet/atheros/atl1e/atl1e_main.c @@ -1472,7 +1472,7 @@ static void atl1e_clean_rx_irq(struct atl1e_adapter *adapter, u8 que, prrs->vtag); __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); } - netif_receive_skb(skb); + napi_gro_receive(&adapter->napi, skb); skip_pkt: /* skip current packet whether it's ok or not. */