On 9/24/2020 11:57 AM, Phil Yang wrote:
dev <dev-boun...@dpdk.org> On Behalf Of Phil Yang : writes:
Subject: [dpdk-dev] [PATCH] [PATCH V2] testpmd: add eeprom/module
eeprom display
Add module EEPROM/EEPROM dump command
"show port <port_id> (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Verified with some popular NICs, it can dump the same info as the Linux
ethtool does.
This is supported in examples/ethtool as well.
Minor nitpick comments inlined.
Thanks,
Phil
Signed-off-by: David Liu <d...@iol.unh.edu>
<...>
Reviewed-by: Phil Yang <phil.y...@arm.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
(empty line above include fixed while merging.)
Applied to dpdk-next-net/main, thanks.