mbox series

[net-next,00/10] net: hns3: some cleanups for -next

Message ID 20211129140027.23036-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: hns3: some cleanups for -next | expand

Message

Guangbin Huang Nov. 29, 2021, 2 p.m. UTC
To improve code readability and simplicity, this series refactor some
functions in the HNS3 ethernet driver.

Guangbin Huang (3):
  net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
  net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
  net: hns3: refine function hclge_tm_pri_q_qs_cfg()

Hao Chen (1):
  net: hns3: refactor hns3_nic_reuse_page()

Jiaran Zhang (1):
  net: hns3: refactor reset_prepare_general retry statement

Jie Wang (1):
  net: hns3: refactor two hns3 debugfs functions

Yufeng Mo (4):
  net: hns3: split function hns3_get_tx_timeo_queue_info()
  net: hns3: split function hns3_nic_get_stats64()
  net: hns3: split function hns3_handle_bdinfo()
  net: hns3: split function hns3_set_l2l3l4()

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 434 ++++++++++--------
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   5 +
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  93 ++--
 .../hisilicon/hns3/hns3pf/hclge_debugfs.h     |   5 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 103 ++---
 .../hisilicon/hns3/hns3pf/hclge_main.h        |   5 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 108 +++--
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  32 +-
 8 files changed, 431 insertions(+), 354 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 29, 2021, 2:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 29 Nov 2021 22:00:17 +0800 you wrote:
> To improve code readability and simplicity, this series refactor some
> functions in the HNS3 ethernet driver.
> 
> Guangbin Huang (3):
>   net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
>   net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
>   net: hns3: refine function hclge_tm_pri_q_qs_cfg()
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] net: hns3: refactor reset_prepare_general retry statement
    https://git.kernel.org/netdev/net-next/c/ed0e658c51aa
  - [net-next,02/10] net: hns3: refactor hns3_nic_reuse_page()
    https://git.kernel.org/netdev/net-next/c/e74a726da2c4
  - [net-next,03/10] net: hns3: refactor two hns3 debugfs functions
    https://git.kernel.org/netdev/net-next/c/e6fe5e167185
  - [net-next,04/10] net: hns3: split function hns3_get_tx_timeo_queue_info()
    https://git.kernel.org/netdev/net-next/c/a4ae2bc0abd4
  - [net-next,05/10] net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
    https://git.kernel.org/netdev/net-next/c/e46da6a3d4d3
  - [net-next,06/10] net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
    https://git.kernel.org/netdev/net-next/c/7ca561be11d0
  - [net-next,07/10] net: hns3: refine function hclge_tm_pri_q_qs_cfg()
    https://git.kernel.org/netdev/net-next/c/e06dac5290b7
  - [net-next,08/10] net: hns3: split function hns3_nic_get_stats64()
    https://git.kernel.org/netdev/net-next/c/8469b645c9a1
  - [net-next,09/10] net: hns3: split function hns3_handle_bdinfo()
    https://git.kernel.org/netdev/net-next/c/2fbf6a07f537
  - [net-next,10/10] net: hns3: split function hns3_set_l2l3l4()
    https://git.kernel.org/netdev/net-next/c/1d851c0905f8

You are awesome, thank you!