Messages in this thread |  | | From | Guangbin Huang <> | Subject | [PATCH net-next 0/9] net: hns3: updates for -next | Date | Sat, 16 Apr 2022 17:13:34 +0800 |
| |
This series includes some updates for the HNS3 ethernet driver.
Hao Chen (3): net: hns3: refactor hns3_set_ringparam() net: hns3: add log for setting tx spare buf size net: hns3: remove unnecessary line wrap for hns3_set_tunable
Jian Shen (1): net: hns3: refine the definition for struct hclge_pf_to_vf_msg
Jie Wang (1): net: hns3: add failure logs in hclge_set_vport_mtu
Peng Li (3): net: hns3: update the comment of function hclgevf_get_mbx_resp net: hns3: fix the wrong words in comments net: hns3: replace magic value by HCLGE_RING_REG_OFFSET
Yufeng Mo (1): net: hns3: add ethtool parameter check for CQE/EQE mode
.../net/ethernet/hisilicon/hns3/hclge_mbx.h | 17 ++- drivers/net/ethernet/hisilicon/hns3/hnae3.h | 4 + .../hns3/hns3_common/hclge_comm_cmd.c | 2 + .../hns3/hns3_common/hclge_comm_cmd.h | 1 + .../net/ethernet/hisilicon/hns3/hns3_enet.c | 5 +- .../ethernet/hisilicon/hns3/hns3_ethtool.c | 108 +++++++++++++----- .../ethernet/hisilicon/hns3/hns3_ethtool.h | 6 + .../hisilicon/hns3/hns3pf/hclge_err.c | 2 +- .../hisilicon/hns3/hns3pf/hclge_main.c | 3 + .../hisilicon/hns3/hns3pf/hclge_mbx.c | 2 +- .../hisilicon/hns3/hns3vf/hclgevf_main.c | 4 +- .../hisilicon/hns3/hns3vf/hclgevf_mbx.c | 8 +- 12 files changed, 116 insertions(+), 46 deletions(-)
-- 2.33.0
|  |