linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] net: hns3: add some bugfixes & optimizations & cleanups for HNS3 driver
@ 2019-08-09  2:31 Huazhong Tan
  2019-08-09  2:31 ` [PATCH net-next 01/12] net: hns3: fix GFP flag error in hclge_mac_update_stats() Huazhong Tan
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Huazhong Tan @ 2019-08-09  2:31 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm, Huazhong Tan

This patch-set includes code optimizations, bugfixes and cleanups for
the HNS3 ethernet controller driver.

[patch 01/12] fixes a GFP flag error.

[patch 02/12] fixes a VF interrupt error.

[patch 03/12] adds a cleanup for VLAN handling.

[patch 04/12] fixes a bug in debugfs.

[patch 05/12] modifies pause displaying format.

[patch 06/12] adds more DFX information for ethtool -d.

[patch 07/12] adds more TX statistics information.

[patch 08/12] adds a check for TX BD number.

[patch 09/12] adds a cleanup for dumping NCL_CONFIG.

[patch 10/12] refines function for querying MAC pause statistics.

[patch 11/12] adds a handshake with VF when doing PF reset.

[patch 12/12] refines some macro definitions.

Guangbin Huang (1):
  net: hns3: add DFX registers information for ethtool -d

Guojia Liao (1):
  net: hns3: refine some macro definitions

Huazhong Tan (2):
  net: hns3: fix interrupt clearing error for VF
  net: hns3: add handshake with VF for PF reset

Yonglong Liu (1):
  net: hns3: modify how pause options is displayed

Yufeng Mo (3):
  net: hns3: add input length check for debugfs write function
  net: hns3: add function display NCL_CONFIG info
  net: hns3: refine MAC pause statistics querying function

Yunsheng Lin (3):
  net: hns3: clean up for vlan handling in hns3_fill_desc_vtags
  net: hns3: add some statitics info to tx process
  net: hns3: add check for max TX BD num for tso and non-tso case

Zhongzhu Liu (1):
  net: hns3: fix GFP flag error in hclge_mac_update_stats()

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  15 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c |   4 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 268 ++++++------
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   7 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   4 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   7 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c |  64 +--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 454 +++++++++++++++++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   2 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  28 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   4 +-
 11 files changed, 615 insertions(+), 242 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-08-09 20:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09  2:31 [PATCH net-next 00/12] net: hns3: add some bugfixes & optimizations & cleanups for HNS3 driver Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 01/12] net: hns3: fix GFP flag error in hclge_mac_update_stats() Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 02/12] net: hns3: fix interrupt clearing error for VF Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 03/12] net: hns3: clean up for vlan handling in hns3_fill_desc_vtags Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 04/12] net: hns3: add input length check for debugfs write function Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 05/12] net: hns3: modify how pause options is displayed Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 06/12] net: hns3: add DFX registers information for ethtool -d Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 07/12] net: hns3: add some statitics info to tx process Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 08/12] net: hns3: add check for max TX BD num for tso and non-tso case Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 09/12] net: hns3: add function display NCL_CONFIG info Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 10/12] net: hns3: refine MAC pause statistics querying function Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 11/12] net: hns3: add handshake with VF for PF reset Huazhong Tan
2019-08-09  2:31 ` [PATCH net-next 12/12] net: hns3: refine some macro definitions Huazhong Tan
2019-08-09 20:44 ` [PATCH net-next 00/12] net: hns3: add some bugfixes & optimizations & cleanups for HNS3 driver David Miller

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).