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

2018-04-19 Thread Remy Horton
On 19/04/2018 14:36, Ferruh Yigit wrote: [..] Zijie Pan (5): ethdev: add access to eeprom examples/ethtool: add a new command module-eeprom net/ixgbe: add module EEPROM callbacks for ixgbe net/e1000: add module EEPROM callbacks for e1000 net/i40e: add module EEPROM callbacks for i40e

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

2018-04-19 Thread Ferruh Yigit
On 3/21/2018 11:06 AM, 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 > > Applicati

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

2018-03-21 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