netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net: hns3: updates for -next
@ 2020-09-27  7:12 Huazhong Tan
  2020-09-27  7:12 ` [PATCH net-next 01/10] net: hns3: add device version to replace pci revision Huazhong Tan
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Huazhong Tan @ 2020-09-27  7:12 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm, kuba,
	Huazhong Tan

To facilitate code maintenance and compatibility, #1 and #2 add
device version to replace pci revision, #3 to #9 adds support for
querying device capabilities and specifications, then the driver
can use these query results to implement corresponding features
(some features will be implemented later).

And #10 is a minor cleanup since too many parameters for
hclge_shaper_para_calc().

Guangbin Huang (9):
  net: hns3: add device version to replace pci revision
  net: hns3: delete redundant PCI revision judgement
  net: hns3: add support to query device capability
  net: hns3: use capability flag to indicate FEC
  net: hns3: use capabilities queried from firmware
  net: hns3: add debugfs to dump device capabilities
  net: hns3: add support to query device specifications
  net: hns3: replace the macro of max tm rate with the queried
    specification
  net: hns3: add a check for device specifications queried from firmware

Huazhong Tan (1):
  net: hns3: add a structure for IR shaper's parameter in
    hclge_shaper_para_calc()

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  81 +++++++++++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c |  24 +++++
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  20 ++--
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  30 ++++--
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  65 +++++++++---
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  36 ++++++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c |  14 +--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 117 +++++++++++++++++----
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  | 101 ++++++++++--------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |   8 ++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  62 ++++++++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h   |  34 +++++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  94 +++++++++++++++--
 13 files changed, 548 insertions(+), 138 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-09-27 20:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27  7:12 [PATCH net-next 00/10] net: hns3: updates for -next Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 01/10] net: hns3: add device version to replace pci revision Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 02/10] net: hns3: delete redundant PCI revision judgement Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 03/10] net: hns3: add support to query device capability Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 04/10] net: hns3: use capability flag to indicate FEC Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 05/10] net: hns3: use capabilities queried from firmware Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 06/10] net: hns3: add debugfs to dump device capabilities Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 07/10] net: hns3: add support to query device specifications Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 08/10] net: hns3: replace the macro of max tm rate with the queried specification Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 09/10] net: hns3: add a check for device specifications queried from firmware Huazhong Tan
2020-09-27  7:12 ` [PATCH net-next 10/10] net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc() Huazhong Tan
2020-09-27 20:25 ` [PATCH net-next 00/10] net: hns3: updates for -next 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).