doc: add module EEPROM dump to mlx5 features

Message ID 20200219101126.2254893-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: add module EEPROM dump to mlx5 features |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Thomas Monjalon Feb. 19, 2020, 10:11 a.m. UTC
  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 <galco@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/nics/features/mlx5.ini | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Ferruh Yigit Feb. 19, 2020, 12:37 p.m. UTC | #1
On 2/19/2020 10:11 AM, Thomas Monjalon wrote:
> 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 <galco@mellanox.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied to dpdk-next-net/master, thanks.
  

Patch

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