[PATCH net-next 0/7] net: hns3: updates for -next
From: Guangbin Huang <hidden>
Date: 2021-08-28 06:59:32
Also in:
lkml
This series includes some updates for the HNS3 ethernet driver. #1 add a trace in hclge_gen_resp_to_vf(). #2~#4 refactor some functions. #5~#7 add some cleanups. This series includes some optimizations, cleanups and one Guangbin Huang (4): net: hns3: refactor function hclge_parse_capability() net: hns3: refactor function hclgevf_parse_capability() net: hns3: add new function hclge_get_speed_bit() net: hns3: don't config TM DWRR twice when set ETS Hao Chen (2): net: hns3: remove unnecessary "static" of local variables in function net: hns3: add required space in comment Yufeng Mo (1): net: hns3: add trace event in hclge_gen_resp_to_vf() drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 51 ++++++++---------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 8 ++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 4 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 63 +++++++++++----------- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 5 ++ .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 2 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c | 29 +++++----- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 6 +++ 11 files changed, 92 insertions(+), 82 deletions(-) -- 2.8.1