commit | eff858c178fcc513e620bb803b4e3bfb9727856c | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Tue May 28 17:02:52 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 17:39:00 2019 -0700 |
tree | df55c13d4f9fff93f314b3011c53bc07568bbbd8 | |
parent | 4c1522765ca84e45d147557bf7f19e85e40c81e0 [diff] |
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>