linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: hns3: add some cleanups
@ 2021-08-30  6:06 Guangbin Huang
  2021-08-30  6:06 ` [PATCH net-next 1/7] net: hns3: initialize each member of structure array on a separate line Guangbin Huang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Guangbin Huang @ 2021-08-30  6:06 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, lipeng321, chenhao288, huangguangbin2

This series includes some cleanups for the HNS3 ethernet driver.


Guangbin Huang (2):
  net: hns3: reconstruct function hclge_ets_validate()
  net: hns3: refine function hclge_dbg_dump_tm_pri()

Hao Chen (3):
  net: hns3: modify a print format of hns3_dbg_queue_map()
  net: hnss3: use max() to simplify code
  net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()

Jiaran Zhang (1):
  net: hns3: initialize each member of structure array on a separate
    line

Peng Li (1):
  net: hns3: reconstruct function hns3_self_test

 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c |    2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |    3 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  101 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c |   47 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c |   70 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 1665 +++++++++++++-------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.h |    2 +-
 7 files changed, 1260 insertions(+), 630 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-08-30  8:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  6:06 [PATCH net-next 0/7] net: hns3: add some cleanups Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 1/7] net: hns3: initialize each member of structure array on a separate line Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 2/7] net: hns3: reconstruct function hns3_self_test Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 3/7] net: hns3: reconstruct function hclge_ets_validate() Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 4/7] net: hns3: refine function hclge_dbg_dump_tm_pri() Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 5/7] net: hns3: modify a print format of hns3_dbg_queue_map() Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 6/7] net: hnss3: use max() to simplify code Guangbin Huang
2021-08-30  6:06 ` [PATCH net-next 7/7] net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts() Guangbin Huang
2021-08-30  8:50 ` [PATCH net-next 0/7] 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).