]> git.droids-corp.org - dpdk.git/commit
ethdev: add telemetry command for module EEPROM
authorRobin Zhang <robinx.zhang@intel.com>
Thu, 26 May 2022 07:32:11 +0000 (07:32 +0000)
committerAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Tue, 31 May 2022 14:30:30 +0000 (16:30 +0200)
commit7546a2cd2b2cd8915a171afcc4193f7885deb2b2
treea8b9e428ff2dbb715c0661474fa13a8f1b5c313a
parentcac5e257f670159310a9558860463e562d480aa8
ethdev: add telemetry command for module EEPROM

Add a new telemetry command /ethdev/module_eeprom to dump the module
EEPROM of each port. The format of module EEPROM information follows
the SFF(Small Form Factor) Committee specifications.

Signed-off-by: Robin Zhang <robinx.zhang@intel.com>
Signed-off-by: Kevin Liu <kevinx.liu@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
devtools/words-case.txt
doc/guides/rel_notes/release_22_07.rst
lib/ethdev/meson.build
lib/ethdev/rte_ethdev.c
lib/ethdev/sff_telemetry.c [new file with mode: 0644]
lib/ethdev/sff_telemetry.h [new file with mode: 0644]