Re: [dpdk-dev] [PATCH v3] net/axgbe: support sfp module EEPROM

2020-05-15 Thread Ferruh Yigit
On 5/15/2020 6:19 AM, asoma...@amd.com wrote: > From: Amaranath Somalapuram > > Adding API for get_module_eeprom and get_module_info. > > Signed-off-by: Amaranath Somalapuram Hi Amaranath, It seems none of the issues are addressed second time, old one is: http://inbox.dpdk.org/dev/f49c492e-f5

[dpdk-dev] [PATCH v3] net/axgbe: support sfp module EEPROM

2020-05-14 Thread asomalap
From: Amaranath Somalapuram Adding API for get_module_eeprom and get_module_info. Signed-off-by: Amaranath Somalapuram --- doc/guides/nics/features/axgbe.ini | 1 + drivers/net/axgbe/axgbe_ethdev.c | 2 + drivers/net/axgbe/axgbe_phy.h | 4 ++ drivers/net/axgbe/axgbe_phy_impl.c | 1