netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: hns3: add some cleanups
@ 2021-03-26  1:36 Huazhong Tan
  2021-03-26  1:36 ` [PATCH net-next 1/9] net: hns3: remove unused code of vmdq Huazhong Tan
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Huazhong Tan @ 2021-03-26  1:36 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm, linuxarm,
	Huazhong Tan

This series includes some cleanups for the HNS3 ethernet driver.

Guojia Liao (1):
  net: hns3: split out hclge_tm_vport_tc_info_update()

Huazhong Tan (3):
  net: hns3: remove unused parameter from hclge_dbg_dump_loopback()
  net: hns3: fix prototype warning
  net: hns3: fix some typos in hclge_main.c

Jian Shen (1):
  net: hns3: remove unused code of vmdq

Jiaran Zhang (1):
  net: hns3: remove redundant query in hclge_config_tm_hw_err_int()

Peng Li (2):
  net: hns3: remove redundant blank lines
  net: hns3: remove unused parameter from hclge_set_vf_vlan_common()

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

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |   7 -
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   2 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |   1 -
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   2 -
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c |   5 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 283 +++++++++------------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   2 -
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  11 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |   1 -
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |   2 -
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   1 -
 12 files changed, 130 insertions(+), 197 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-03-26 22:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  1:36 [PATCH net-next 0/9] net: hns3: add some cleanups Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 1/9] net: hns3: remove unused code of vmdq Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 2/9] net: hns3: remove redundant blank lines Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 3/9] net: hns3: remove redundant query in hclge_config_tm_hw_err_int() Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 4/9] net: hns3: remove unused parameter from hclge_set_vf_vlan_common() Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 5/9] net: hns3: remove unused parameter from hclge_dbg_dump_loopback() Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 6/9] net: hns3: fix prototype warning Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 7/9] net: hns3: fix some typos in hclge_main.c Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 8/9] net: hns3: split function hclge_reset_rebuild() Huazhong Tan
2021-03-26  1:36 ` [PATCH net-next 9/9] net: hns3: split out hclge_tm_vport_tc_info_update() Huazhong Tan
2021-03-26 22:10 ` [PATCH net-next 0/9] 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).