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: sta...@dpdk.org Signed-off-by: Ciara Loftus <ciara.lof...@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