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

2015-10-28 Thread Thomas Monjalon
> > 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. > > > > Fixes: 0198848a47f5 ("ixgbe: add access to specific device info") > > > > Signed-off-by: Remy Hor

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

2015-09-21 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton > Sent: Thursday, September 17, 2015 2:47 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] ixgbe: fix access to last byte of EEPROM > > Incorrect operato

[dpdk-dev] [PATCH v3] 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. Fixes: 0198848a47f5 ("ixgbe: add access to specific device info") Signed-off-by: Remy Horton --- drivers/net/ixgbe/