[dpdk-dev] [PATCH] ixgbe: Out-by-one in get/set EEPROM

2015-09-16 Thread Thomas Monjalon
2015-09-16 14:07, 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. This explanation is good but the title is not clear enough. It should start with

[dpdk-dev] [PATCH] ixgbe: Out-by-one in get/set EEPROM

2015-09-16 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