All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] net: hns3: some cleanups for -next
@ 2021-02-10  7:43 Huazhong Tan
  2021-02-10  7:43 ` [PATCH net-next 01/13] net: hns3: refactor out hclge_cmd_convert_err_code() Huazhong Tan
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Huazhong Tan @ 2021-02-10  7:43 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm, Huazhong Tan

To improve code readability and maintainability, the series
refactor out some bloated functions in the HNS3 ethernet driver.

Hao Chen (1):
  net: hns3: refactor out hclge_rm_vport_all_mac_table()

Huazhong Tan (2):
  net: hns3: refactor out hclge_set_rss_tuple()
  net: hns3: refactor out hclgevf_set_rss_tuple()

Jian Shen (3):
  net: hns3: refactor out hclge_get_rss_tuple()
  net: hns3: refactor out hclgevf_get_rss_tuple()
  net: hns3: split out hclge_dbg_dump_qos_buf_cfg()

Jiaran Zhang (1):
  net: hns3: use ipv6_addr_any() helper

Peng Li (4):
  net: hns3: refactor out hclge_cmd_convert_err_code()
  net: hns3: refactor out hclgevf_cmd_convert_err_code()
  net: hns3: clean up hns3_dbg_cmd_write()
  net: hns3: refactor out hclge_set_vf_vlan_common()

Yufeng Mo (2):
  net: hns3: split out hclge_cmd_send()
  net: hns3: split out hclgevf_cmd_send()

 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c |  44 ++--
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 155 +++++++------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 158 +++++++++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 244 ++++++++++++++-------
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   | 194 ++++++++--------
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 114 ++++++----
 6 files changed, 567 insertions(+), 342 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-02-10  7:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  7:43 [PATCH net-next 00/13] net: hns3: some cleanups for -next Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 01/13] net: hns3: refactor out hclge_cmd_convert_err_code() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 02/13] net: hns3: refactor out hclgevf_cmd_convert_err_code() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 03/13] net: hns3: clean up hns3_dbg_cmd_write() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 04/13] net: hns3: use ipv6_addr_any() helper Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 05/13] net: hns3: refactor out hclge_set_vf_vlan_common() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 06/13] net: hns3: refactor out hclge_get_rss_tuple() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 07/13] net: hns3: refactor out hclgevf_get_rss_tuple() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 08/13] net: hns3: split out hclge_dbg_dump_qos_buf_cfg() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 09/13] net: hns3: split out hclge_cmd_send() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 10/13] net: hns3: split out hclgevf_cmd_send() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 11/13] net: hns3: refactor out hclge_set_rss_tuple() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 12/13] net: hns3: refactor out hclgevf_set_rss_tuple() Huazhong Tan
2021-02-10  7:43 ` [PATCH net-next 13/13] net: hns3: refactor out hclge_rm_vport_all_mac_table() Huazhong Tan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.