linux-mainline/drivers/net/ethernet/hisilicon/hns3
Peng Li e559709505 net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
The "FE bit" in the description means the last description for
a packets. When HW GRO enable, HW write data to ring every
packet/buffer, there is greater probability that driver handle
with the describtion but HW still not set the "FE bit".

When drier handle the packet and HW still not set "FE bit",
driver stores skb and bd_num in rx ring, and continue to use the
skb and bd_num in next napi.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-15 09:44:46 -08:00
..
hns3pf net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware 2018-11-15 09:44:46 -08:00
hns3vf net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware 2018-11-15 09:44:46 -08:00
hclge_mbx.h net: hns3: add reset handling for VF when doing PF reset 2018-11-09 16:47:34 -08:00
hnae3.c
hnae3.h net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware 2018-11-15 09:44:46 -08:00
hns3_dcbnl.c
hns3_enet.c net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll 2018-11-15 09:44:46 -08:00
hns3_enet.h net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll 2018-11-15 09:44:46 -08:00
hns3_ethtool.c
Makefile