mbox series

[v4,0/3] support ethdev Rx/Tx descriptor dump

Message ID 20220923074316.25077-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series support ethdev Rx/Tx descriptor dump |

Message

Dongdong Liu Sept. 23, 2022, 7:43 a.m. UTC
  Support ethdev Rx/Tx descriptor dump by using procinfo tool.

Note:
'[PATCH v4 1/3] net/hns3: support Rx/Tx bd dump' depend on [1] applied
first. Hope patchset [1] can be applied soon.

[1]: [PATCH RESEND 00/13] some bugfixes and clean code for hns3
https://patches.dpdk.org/project/dpdk/list/?series=24533

v3->v4:
1. Modify the desc dump API to dump specified number of descriptors.
2. Modify the hn3 pmd implementation and procinfo part.

Min Hu (Connor) (3):
  ethdev: introduce ethdev desc dump API
  net/hns3: support Rx/Tx bd dump
  app/procinfo: support descriptor dump

 app/proc-info/main.c                   | 80 ++++++++++++++++++++++++++
 doc/guides/rel_notes/release_22_11.rst |  7 +++
 drivers/net/hns3/hns3_dump.c           | 80 ++++++++++++++++++++++++++
 drivers/net/hns3/hns3_dump.h           |  5 ++
 drivers/net/hns3/hns3_ethdev.c         |  2 +
 drivers/net/hns3/hns3_ethdev_vf.c      |  2 +
 lib/ethdev/ethdev_driver.h             | 46 +++++++++++++++
 lib/ethdev/rte_ethdev.c                | 52 +++++++++++++++++
 lib/ethdev/rte_ethdev.h                | 49 ++++++++++++++++
 lib/ethdev/version.map                 |  2 +
 10 files changed, 325 insertions(+)

--
2.22.0