Re: [dpdk-dev] [PATCH 1/5] ethdev: add access to eeprom

2018-03-13 Thread Remy Horton
On 12/03/2018 04:17, Zijie Pan wrote: [..] Signed-off-by: Zijie Pan --- doc/guides/nics/features.rst | 11 +++ lib/librte_ether/rte_dev_info.h| 18 ++ lib/librte_ether/rte_ethdev.c | 26 ++ lib/librte_ether/rte_ethdev.h

[dpdk-dev] [PATCH 1/5] ethdev: add access to eeprom

2018-03-13 Thread Zijie Pan
add new APIs: - rte_eth_dev_get_module_info - rte_eth_dev_get_module_eeprom Signed-off-by: Zijie Pan --- doc/guides/nics/features.rst | 11 +++ lib/librte_ether/rte_dev_info.h| 18 ++ lib/librte_ether/rte_ethdev.c | 26 ++ lib/