On 4/6/2021 8:53 AM, Ferruh Yigit wrote:
On 4/2/2021 3:58 AM, Min Hu (Connor) wrote:
The validity verification of input parameters should be performed at
API layer, not in the PMD.
This set of patches fix miss input validation.
---
v2:
* Fixed mixes in ethdev header file and ethdev .c file.
Chengchang Tang (3):
ethdev: fix miss input validation in module EEPROM dump API
ethdev: fix miss input validation when access reg info
ethdev: fix miss input validation when access EEPROM info
For series,
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Series applied to dpdk-next-net/main, thanks.