Add dump device private information feature.
Fixes: edcf22c6d389 ("ethdev: introduce dump API")
Cc: [email protected]
Signed-off-by: Huisong Li <[email protected]>
Acked-by: Chengwen Feng <[email protected]>
---
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