Re: [PATCH] net/e1000: fix eeprom dump failure

2025-04-28 Thread Bruce Richardson
On Tue, Apr 15, 2025 at 03:48:02PM +0800, Yuan Wang wrote: > There is a incorrect comparison in get_eeprom that cause epprom dump fail. > This patch fixes this issue. > > Fixes: 83c314da4c38 (igb: add access to specific device info) > Cc: sta...@dpdk.org > > Signed-off-by: Yuan Wang > --- > dri

[PATCH] net/e1000: fix eeprom dump failure

2025-04-15 Thread Yuan Wang
There is a incorrect comparison in get_eeprom that cause epprom dump fail. This patch fixes this issue. Fixes: 83c314da4c38 (igb: add access to specific device info) Cc: sta...@dpdk.org Signed-off-by: Yuan Wang --- drivers/net/intel/e1000/igb_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 d