On 9/24/2020 11:57 AM, Phil Yang wrote:
dev <[email protected]> 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 <[email protected]>
<...>
Reviewed-by: Phil Yang <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]>
(empty line above include fixed while merging.)
Applied to dpdk-next-net/main, thanks.