net/atlantic: fix offsets for talking with firmware
authorPavel Belous <pavel.belous@aquantia.com>
Mon, 29 Apr 2019 08:20:21 +0000 (08:20 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 3 May 2019 16:45:23 +0000 (18:45 +0200)
commit8fd8aa74b25ed5be71e4b501e8eaa7f56185d451
tree6b7a1b75609e3d0ab8caade9a4feb85b145be938
parent99ceaad873059fd7a7ef4c8c5bf1575e64e880f9
net/atlantic: fix offsets for talking with firmware

EEPROM write accesses start using non zero configuration memory
accesses. This revealed an issue where firmware interface was actually
always did the uploads starting with zero offset

Fixes: 86d36773bd42 ("net/atlantic: implement firmware operations")
Cc: stable@dpdk.org
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
drivers/net/atlantic/hw_atl/hw_atl_utils.c