Re: [dpdk-dev] [PATCH] net/ice: fix incorrect EEPROM data

2020-05-08 Thread Yang, Qiming
Hi, Shougang We can't change share code except formal share code update. I'll Nack it. Qiming > -Original Message- > From: Wang, ShougangX > Sent: Friday, May 8, 2020 15:14 > To: dev@dpdk.org > Cc: Yang, Qiming ; Wang, ShougangX > ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix incorre

[dpdk-dev] [PATCH] net/ice: fix incorrect EEPROM data

2020-05-08 Thread Shougang Wang
Kernel driver reads EEPROM data from flash but DPDK reads from shadow ram. This patch fixes the issue by changing method to get EEPROM data from flash. Fixes: 68a1ab82ad74 ("net/ice: speed up to retrieve EEPROM") Cc: sta...@dpdk.org Signed-off-by: Shougang Wang --- drivers/net/ice/base/ice_nvm.