Re: [dpdk-dev] [PATCH v2] testpmd: sfp eeprom display

2018-10-08 Thread Iremonger, Bernard
Hi Gaetan > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Friday, October 5, 2018 10:59 PM > To: dev@dpdk.org > Cc: Gaetan Rivet ; Yigit, Ferruh > > Subject: [dpdk-dev] [PATCH v2] testpmd: sfp eeprom display ./devt

[dpdk-dev] [PATCH v2] testpmd: sfp eeprom display

2018-10-05 Thread Gaetan Rivet
The interactive command show port sfp_eeprom will dump the content of the SFP EEPROM for the selected port. Dumping SFP eeprom of all ports at once is not supported. Signed-off-by: Gaetan Rivet --- app/test-pmd/cmdline.c | 9 +++-- app/test-pmd/config.c | 32 ++