Re: [PATCH 5/5] doc/features: add dump device private information feature

2023-11-23 Thread lihuisong (C)
在 2023/11/23 22:18, Thomas Monjalon 写道: 23/11/2023 14:59, Huisong Li: +.. _nic_features_device_private_info_dump: + +Device private information dump +-- Why underlining is too short? You are right. Then I got this warning email which is the same as you said.😁 will fix it in v2.

Re: [PATCH 5/5] doc/features: add dump device private information feature

2023-11-23 Thread Thomas Monjalon
23/11/2023 14:59, Huisong Li: > +.. _nic_features_device_private_info_dump: > + > +Device private information dump > +-- Why underlining is too short? > + > +Supports retrieving device private information to a file. Provided data and > +the order depends on PMD. > + > +* **[mplements]

[PATCH 5/5] doc/features: add dump device private information feature

2023-11-23 Thread Huisong Li
Add dump device private information feature. Fixes: edcf22c6d389 ("ethdev: introduce dump API") Cc: sta...@dpdk.org Signed-off-by: Huisong Li --- doc/guides/nics/features.rst | 12 1 file changed, 12 insertions(+) diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/feature