Re: [dpdk-dev] [PATCH v7 0/5] get the information and data of EEPROM

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 3:24 PM, Ferruh Yigit wrote: > On 4/25/2018 3:02 PM, Zijie Pan wrote: >> Add APIs to read information from the DPDK applictions. >> It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). >> >> Two APIs are introduced to access eeprom: >> - rte_eth_dev_get_module_info >

Re: [dpdk-dev] [PATCH v7 0/5] get the information and data of EEPROM

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 3:02 PM, Zijie Pan wrote: > Add APIs to read information from the DPDK applictions. > It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). > > Two APIs are introduced to access eeprom: > - rte_eth_dev_get_module_info > - rte_eth_dev_get_module_eeprom > > Applicatio

[dpdk-dev] [PATCH v7 0/5] get the information and data of EEPROM

2018-04-25 Thread Zijie Pan
Add APIs to read information from the DPDK applictions. It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). Two APIs are introduced to access eeprom: - rte_eth_dev_get_module_info - rte_eth_dev_get_module_eeprom Applications based on DPDK can dump eeprom by calling those two A