Re: [dpdk-dev] [PATCH 1/3] ethdev: fix miss input validation in module EEPROM dump API

2021-04-01 Thread Ferruh Yigit
On 3/27/2021 7:38 AM, Min Hu (Connor) wrote: From: Chengchang Tang The validity verification of input parameters should be performed at API layer, not in the PMD. Fixes: 3a18c44b45df ("ethdev: add access to EEPROM") Fixes: 40ff8b305ab8 ("net/e1000: add module EEPROM callbacks for e1000") Fixes

[dpdk-dev] [PATCH 1/3] ethdev: fix miss input validation in module EEPROM dump API

2021-03-27 Thread Min Hu (Connor)
From: Chengchang Tang The validity verification of input parameters should be performed at API layer, not in the PMD. Fixes: 3a18c44b45df ("ethdev: add access to EEPROM") Fixes: 40ff8b305ab8 ("net/e1000: add module EEPROM callbacks for e1000") Fixes: f2088e785cca ("net/i40e: fix dereference befo