DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] dump device info
@ 2022-02-11  4:49 Min Hu (Connor)
  2022-02-11  4:49 ` [PATCH v4 1/9] ethdev: introduce dump API Min Hu (Connor)
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Min Hu (Connor) @ 2022-02-11  4:49 UTC (permalink / raw)
  To: dev; +Cc: Min Hu (Connor)

This patch set contains introduce dump API and a set of patches
for hns3 dump implementation.

Min Hu (Connor) (9):
  ethdev: introduce dump API
  net/hns3: dump device basic info
  net/hns3: dump device feature capability
  net/hns3: dump device MAC info
  net/hns3: dump queue info
  net/hns3: dump VLAN configuration info
  net/hns3: dump flow director basic info
  net/hns3: dump TM configuration info
  net/hns3: dump flow control info

 doc/guides/rel_notes/release_22_03.rst |   7 +
 drivers/net/hns3/hns3_ethdev.c         |   3 +-
 drivers/net/hns3/hns3_ethdev.h         |   3 +
 drivers/net/hns3/hns3_ethdev_dump.c    | 917 +++++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev_vf.c      |   1 +
 drivers/net/hns3/meson.build           |   1 +
 lib/ethdev/ethdev_driver.h             |  22 +
 lib/ethdev/rte_ethdev.c                |  17 +
 lib/ethdev/rte_ethdev.h                |  20 +
 lib/ethdev/version.map                 |   1 +
 10 files changed, 991 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/hns3/hns3_ethdev_dump.c

-- 
2.33.0


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

end of thread, other threads:[~2022-02-11 18:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  4:49 [PATCH 0/9] dump device info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH v4 1/9] ethdev: introduce dump API Min Hu (Connor)
2022-02-11 10:41   ` Ferruh Yigit
2022-02-11  4:49 ` [PATCH 2/9] net/hns3: dump device basic info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 3/9] net/hns3: dump device feature capability Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 4/9] net/hns3: dump device MAC info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 5/9] net/hns3: dump queue info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 6/9] net/hns3: dump VLAN configuration info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 7/9] net/hns3: dump flow director basic info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 8/9] net/hns3: dump TM configuration info Min Hu (Connor)
2022-02-11  4:49 ` [PATCH 9/9] net/hns3: dump flow control info Min Hu (Connor)
2022-02-11 18:04 ` [PATCH 0/9] dump device info Ferruh Yigit

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