"Min Hu (Connor)" <humi...@huawei.com> writes:
> Hi, Ray, > > 在 2022/5/30 17:17, Ray Kinsella 写道: >> "Min Hu (Connor)" <humi...@huawei.com> writes: >> >>> Added the ethdev HW Rx desc dump API which provides functions for query >>> HW descriptor from device. HW descriptor info differs in different NICs. >>> The information demonstrates I/O process which is important for debug. >>> As the information is different between NICs, the new API is introduced. >>> >>> Signed-off-by: Min Hu (Connor) <humi...@huawei.com> >>> --- >>> doc/guides/rel_notes/release_22_07.rst | 6 ++++ >>> lib/ethdev/ethdev_driver.h | 42 ++++++++++++++++++++++++ >>> lib/ethdev/rte_ethdev.c | 44 ++++++++++++++++++++++++++ >>> lib/ethdev/rte_ethdev.h | 44 ++++++++++++++++++++++++++ >>> lib/ethdev/version.map | 2 ++ >>> 5 files changed, 138 insertions(+) >>> Acked-by: Ray Kinsella <m...@ashroe.eu>