[PATCH net 0/7] net: hns3: add some fixes for -net
From: Guangbin Huang <hidden>
Date: 2021-08-26 11:25:57
Also in:
lkml
This series adds some fixes for the HNS3 ethernet driver. Guangbin Huang (1): net: hns3: fix get wrong pfc_en when query PFC configuration Guojia Liao (1): net: hns3: fix duplicate node in VLAN list Yonglong Liu (1): net: hns3: fix speed unknown issue in bond 4 Yufeng Mo (4): net: hns3: clear hardware resource when loading driver net: hns3: add waiting time before cmdq memory is released net: hns3: change the method of getting cmd index in debugfs net: hns3: fix GRO configuration error after reset drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 14 +++--- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h | 1 + .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 6 ++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 4 ++ .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 13 +----- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 52 +++++++++++++++++++--- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 1 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c | 7 ++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 1 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 21 ++++++--- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 2 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 2 +- 12 files changed, 90 insertions(+), 34 deletions(-) -- 2.8.1