mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
atl1e: add GRO support
It is time to add GRO support to this driver. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0d4b729dac
commit
c45f8e109b
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user