[dpdk-dev] [PATCH v2] ixgbe: fix access to last byte of EEPROM

2015-09-17 Thread Thomas Monjalon
2015-09-17 10:05, Remy Horton: > Incorrect operator in ixgbe_get_eeprom & ixgbe_set_eeprom prevents > last byte of EEPROM being read/written, and hence cannot be dumped > or updated in entirity using these functions. > > Signed-off-by: Remy Horton > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 8 +++

[dpdk-dev] [PATCH v2] ixgbe: fix access to last byte of EEPROM

2015-09-17 Thread Remy Horton
Incorrect operator in ixgbe_get_eeprom & ixgbe_set_eeprom prevents last byte of EEPROM being read/written, and hence cannot be dumped or updated in entirity using these functions. Signed-off-by: Remy Horton --- drivers/net/ixgbe/ixgbe_ethdev.c | 8 1 file changed, 4 insertions(+), 4 del