linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net: hns3: add some cleanups
@ 2021-08-27  9:28 Guangbin Huang
  2021-08-27  9:28 ` [PATCH net-next 1/8] net: hns3: add macros for mac speeds of firmware command Guangbin Huang
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Guangbin Huang @ 2021-08-27  9:28 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, lipeng321, huangguangbin2

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-08-27 11:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  9:28 [PATCH net-next 0/8] net: hns3: add some cleanups Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 1/8] net: hns3: add macros for mac speeds of firmware command Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 2/8] net: hns3: add hns3_state_init() to do state initialization Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 3/8] net: hns3: remove redundant param mbx_event_pending Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 4/8] net: hns3: use memcpy to simplify code Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 5/8] net: hns3: remove redundant param " Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 6/8] net: hns3: package new functions to simplify hclgevf_mbx_handler code Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 7/8] net: hns3: merge some repetitive macros Guangbin Huang
2021-08-27  9:28 ` [PATCH net-next 8/8] net: hns3: uniform type of function parameter cmd Guangbin Huang
2021-08-27 11:20 ` [PATCH net-next 0/8] net: hns3: add some cleanups patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).