[PATCH 3/8] net/iavf: fix documentation for speed capabilities
Ciara Loftus
ciara.loftus at intel.com
Tue Sep 16 16:21:08 CEST 2025
The iavf PMD does not report the speed capabilities that the device is
capable of in the speed_capa field of the rte_eth_dev_info struct. The
documentation incorrectly stated this feature as supported. Fix this.
Fixes: 48de41ca11f0 ("net/avf: enable link status update")
Cc: stable at dpdk.org
Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
---
doc/guides/nics/features/iavf.ini | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 61c4742197..4ce4dc5a88 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -7,7 +7,6 @@
; is selected.
;
[Features]
-Speed capabilities = Y
Link status = Y
Rx interrupt = Y
Queue start/stop = Y
--
2.34.1
More information about the dev
mailing list