[dpdk-dev] [PATCH] net/bnxt: add support to dump SFP module info

2021-06-08 Thread Kalesh A P
From: Kalesh AP Add support to fetch the SFP EEPROM settings from the firmware. For SFP+ modules we will display 0xA0 page for status and 0xA2 page for other information. For QSFP modules we will show the 0xA0 page. Also identify the module types for QSFP28, QSFP, QSFP+ apart from the SFP module

Re: [dpdk-dev] [PATCH] net/bnxt: add support to dump SFP module info

2021-06-16 Thread Ajit Khaparde
On Tue, Jun 8, 2021 at 7:23 PM Kalesh A P wrote: > > From: Kalesh AP > > Add support to fetch the SFP EEPROM settings from the firmware. > For SFP+ modules we will display 0xA0 page for status and 0xA2 page > for other information. For QSFP modules we will show the 0xA0 page. > > Also identify th