Re: [dpdk-dev] [PATCH v6 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 11:01 AM, Zijie Pan wrote: > Add new callbacks for eth_dev_ops of ixgbe to get the information > and data of plugin module eeprom. > > Signed-off-by: Zijie Pan > Acked-by: Remy Horton > --- > Cc: remy.hor...@intel.com > Cc: wenzhuo...@intel.com > Cc: konstantin.anan...@intel.com >

[dpdk-dev] [PATCH v6 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe

2018-04-25 Thread Zijie Pan
Add new callbacks for eth_dev_ops of ixgbe to get the information and data of plugin module eeprom. Signed-off-by: Zijie Pan Acked-by: Remy Horton --- Cc: remy.hor...@intel.com Cc: wenzhuo...@intel.com Cc: konstantin.anan...@intel.com drivers/net/ixgbe/ixgbe_ethdev.c | 79 +++