]> git.droids-corp.org - dpdk.git/commit
ethdev: introduce dump API
authorMin Hu (Connor) <humin29@huawei.com>
Fri, 11 Feb 2022 04:49:22 +0000 (12:49 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 11 Feb 2022 10:31:13 +0000 (11:31 +0100)
commitedcf22c6d3898efd6ce346f1c6fa1264181c8d09
treeb6dc16b21b7cb3d58c93bba0a2a7927620750ad0
parent59e62818877aa45c0066743470192c317670678c
ethdev: introduce dump API

Added the ethdev dump API which provides querying private info from device.
There exists many private properties in different PMD drivers, such as
adapter state, Rx/Tx func algorithm in hns3 PMD. The information of these
properties is important for debug. As the information is private, the new
API is introduced.

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/guides/rel_notes/release_22_03.rst
lib/ethdev/ethdev_driver.h
lib/ethdev/rte_ethdev.c
lib/ethdev/rte_ethdev.h
lib/ethdev/version.map