From b32081a0975fb06d5ae085772b66cd55a5a3833a Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 19 Feb 2020 11:11:25 +0100 Subject: [PATCH] doc: add module EEPROM dump to mlx5 features 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@dpdk.org Reported-by: Gal Cohen Signed-off-by: Thomas Monjalon --- 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.20.1