[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1630056504-31725-1-git-send-email-huangguangbin2@huawei.com>
Date: Fri, 27 Aug 2021 17:28:16 +0800
From: Guangbin Huang <huangguangbin2@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lipeng321@...wei.com>, <huangguangbin2@...wei.com>
Subject: [PATCH net-next 0/8] net: hns3: add some cleanups
This series includes some cleanups for the HNS3 ethernet driver.
Guangbin Huang (1):
net: hns3: add macros for mac speeds of firmware command
Hao Chen (1):
net: hns3: uniform type of function parameter cmd
Huazhong Tan (1):
net: hns3: add hns3_state_init() to do state initialization
Peng Li (5):
net: hns3: remove redundant param mbx_event_pending
net: hns3: use memcpy to simplify code
net: hns3: remove redundant param to simplify code
net: hns3: package new functions to simplify hclgevf_mbx_handler code
net: hns3: merge some repetitive macros
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 5 +-
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 29 +++--
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 23 ++--
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 58 +++++-----
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 22 ++--
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 10 --
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 22 ++--
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 22 ++--
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 122 ++++++++++-----------
9 files changed, 151 insertions(+), 162 deletions(-)
--
2.8.1
Powered by blists - more mailing lists