This patchset includes some misc updates for the HNS3 ethernet driver. #1 & #2 add two cleanups. #3 provides an interface for the client to query the CMDQ's status. #4 adds a little optimization about debugfs. #5 prevents 1000M auto-negotiation off setting.
Huazhong Tan (3): net: hns3: remove a redundant register macro definition net: hns3: modify two uncorrect macro names net: hns3: provide .get_cmdq_stat interface for the client Yufeng Mo (2): net: hns3: optimized the judgment of the input parameters of dump ncl config net: hns3: disable auto-negotiation off with 1000M setting in ethtool drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 7 +++++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 4 ++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 15 ++++++++----- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.h | 1 - .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 25 ++++++++++++++-------- 6 files changed, 35 insertions(+), 18 deletions(-) -- 2.7.4