net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
authorYunsheng Lin <linyunsheng@huawei.com>
Tue, 28 May 2019 09:02:52 +0000 (17:02 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2019 00:39:00 +0000 (17:39 -0700)
commiteff858c178fcc513e620bb803b4e3bfb9727856c
treedf55c13d4f9fff93f314b3011c53bc07568bbbd8
parent4c1522765ca84e45d147557bf7f19e85e40c81e0
net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro

According to hardware user menual, the GRO_SIZE is 14 bits width,
the HNS3_RXD_GRO_SIZE_M is 10 bits width now, which may cause
hardware GRO received packet error problem.

Fixes: a6d53b97a2e7 ("net: hns3: Adds GRO params to SKB for the stack")
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h