[PATCH net 0/4] net: hns3: fixes for -net
From: Huazhong Tan <hidden>
Date: 2020-03-28 07:11:31
Also in:
lkml
This patchset includes some bugfixes for the HNS3 ethernet driver. [patch 1] removes flag WQ_MEM_RECLAIM flag when allocating WE, since it will cause a warning when the reset task flushes a IB's WQ. [patch 2] adds a new DESC_TYPE_FRAGLIST_SKB type to handle the linear data of the fraglist SKB, since it is different with the frag data. [patch 3] adds different handings for RSS configuration when load or reset. [patch 4] fixes a link ksetting issue. Guangbin Huang (1): net: hns3: fix set and get link ksettings issue Guojia Liao (1): net: hns3: fix RSS config lost after VF reset. Huazhong Tan (1): net: hns3: fix for fraglist SKB headlen not handling correctly Yunsheng Lin (1): net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 18 ++++++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 10 +++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 54 ++++++++++++---------- 4 files changed, 51 insertions(+), 32 deletions(-) -- 2.7.4