[PATCH net 0/8] net: hns3: add some fixes for -net
From: Guangbin Huang
Date: Tue Oct 19 2021 - 10:21:11 EST
This series adds some fixes for the HNS3 ethernet driver.
Guangbin Huang (2):
net: hns3: reset DWRR of unused tc to zero
net: hns3: add limit ets dwrr bandwidth cannot be 0
Jiaran Zhang (1):
net: hns3: Add configuration of TM QCN error event
Peng Li (1):
net: hns3: disable sriov before unload hclge layer
Yufeng Mo (1):
net: hns3: fix vf reset workqueue cannot exit
Yunsheng Lin (3):
net: hns3: fix the max tx size according to user manual
net: hns3: fix for miscalculation of rx unused desc
net: hns3: schedule the polling again when allocation fails
drivers/net/ethernet/hisilicon/hns3/hnae3.c | 21 +++++++++++
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 +
.../net/ethernet/hisilicon/hns3/hns3_enet.c | 37 +++++++++++--------
.../net/ethernet/hisilicon/hns3/hns3_enet.h | 7 ++--
.../hisilicon/hns3/hns3pf/hclge_dcb.c | 9 +++++
.../hisilicon/hns3/hns3pf/hclge_err.c | 5 ++-
.../hisilicon/hns3/hns3pf/hclge_err.h | 2 +
.../hisilicon/hns3/hns3pf/hclge_main.c | 1 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 2 +
.../hisilicon/hns3/hns3vf/hclgevf_main.c | 6 +--
10 files changed, 68 insertions(+), 23 deletions(-)
--
2.33.0