linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: hns3: some cleanups for -next
@ 2021-12-02  8:35 Guangbin Huang
  2021-12-02  8:35 ` [PATCH net-next 1/9] net: hns3: extract macro to simplify ring stats update code Guangbin Huang
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Guangbin Huang @ 2021-12-02  8:35 UTC (permalink / raw)
  To: davem, kuba, wangjie125
  Cc: netdev, linux-kernel, lipeng321, huangguangbin2, chenhao288

To improve code readability and simplicity, this series add 9 cleanup
patches for the HNS3 ethernet driver.

Jian Shen (3):
  net: hns3: split function hclge_init_vlan_config()
  net: hns3: split function hclge_get_fd_rule_info()
  net: hns3: split function hclge_update_port_base_vlan_cfg()

Jie Wang (3):
  net: hns3: refactor function hclge_configure()
  net: hns3: refactor function hclge_set_channels()
  net: hns3: refactor function hns3_get_vector_ring_chain()

Peng Li (2):
  net: hns3: extract macro to simplify ring stats update code
  net: hns3: refactor function hns3_fill_skb_desc to simplify code

Yufeng Mo (1):
  net: hns3: split function hns3_nic_net_xmit()

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 430 ++++++++----------
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   7 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 317 +++++++------
 3 files changed, 390 insertions(+), 364 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-12-02 12:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  8:35 [PATCH net-next 0/9] net: hns3: some cleanups for -next Guangbin Huang
2021-12-02  8:35 ` [PATCH net-next 1/9] net: hns3: extract macro to simplify ring stats update code Guangbin Huang
2021-12-02  8:35 ` [PATCH net-next 2/9] net: hns3: refactor function hns3_fill_skb_desc to simplify code Guangbin Huang
2021-12-02  8:35 ` [PATCH net-next 3/9] net: hns3: split function hclge_init_vlan_config() Guangbin Huang
2021-12-02  8:35 ` [PATCH net-next 4/9] net: hns3: split function hclge_get_fd_rule_info() Guangbin Huang
2021-12-02  8:35 ` [PATCH net-next 5/9] net: hns3: split function hns3_nic_net_xmit() Guangbin Huang
2021-12-02  8:36 ` [PATCH net-next 6/9] net: hns3: split function hclge_update_port_base_vlan_cfg() Guangbin Huang
2021-12-02  8:36 ` [PATCH net-next 7/9] net: hns3: refactor function hclge_configure() Guangbin Huang
2021-12-02  8:36 ` [PATCH net-next 8/9] net: hns3: refactor function hclge_set_channels() Guangbin Huang
2021-12-02  8:36 ` [PATCH net-next 9/9] net: hns3: refactor function hns3_get_vector_ring_chain() Guangbin Huang
2021-12-02 12:00 ` [PATCH net-next 0/9] net: hns3: some cleanups for -next 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).