[PATCH v4 0/3] support ethdev Rx/Tx descriptor dump
Dongdong Liu
liudongdong3 at huawei.com
Fri Sep 23 09:43:13 CEST 2022
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
More information about the dev
mailing list