[PATCH v3 5/6] doc: add dump device private information feature
Huisong Li
lihuisong at huawei.com
Sat Nov 25 02:47:44 CET 2023
Add dump device private information feature.
Fixes: edcf22c6d389 ("ethdev: introduce dump API")
Cc: stable at dpdk.org
Signed-off-by: Huisong Li <lihuisong at huawei.com>
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
---
doc/guides/nics/features.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
index ef061759c7..c5c4dbf745 100644
--- a/doc/guides/nics/features.rst
+++ b/doc/guides/nics/features.rst
@@ -832,6 +832,18 @@ registers and register size).
* **[related] API**: ``rte_eth_dev_get_reg_info()``.
+.. _nic_features_device_private_info_dump:
+
+Device private information dump
+-------------------------------
+
+Supports retrieving device private information to a file. Provided data and
+the order depends on PMD.
+
+* **[implements] eth_dev_ops**: ``eth_dev_priv_dump``.
+* **[related] API**: ``rte_eth_dev_priv_dump()``.
+
+
.. _nic_features_led:
LED
--
2.33.0
More information about the dev
mailing list