[PATCH 0/9] dump device info

Min Hu (Connor) humin29 at huawei.com
Fri Feb 11 05:49:21 CET 2022


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



More information about the dev mailing list