[dpdk-stable] [PATCH] doc: add module EEPROM dump to mlx5 features

Thomas Monjalon thomas at monjalon.net
Wed Feb 19 11:11:25 CET 2020


The dev_ops .get_module_info and .get_module_eeprom
were implemented in mlx5 in DPDK 19.11.

Fixes: 8a6a09f853a0 ("net/mlx5: support reading module EEPROM data")
Cc: stable at dpdk.org

Reported-by: Gal Cohen <galco at mellanox.com>
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 doc/guides/nics/features/mlx5.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini
index 3d1c5d61f3..54ec95db7f 100644
--- a/doc/guides/nics/features/mlx5.ini
+++ b/doc/guides/nics/features/mlx5.ini
@@ -42,6 +42,7 @@ Basic stats          = Y
 Extended stats       = Y
 Stats per queue      = Y
 FW version           = Y
+Module EEPROM dump   = Y
 Multiprocess aware   = Y
 Other kdrv           = Y
 ARMv8                = Y
-- 
2.25.0



More information about the stable mailing list