Re: [dpdk-dev] [PATCH v2 0/3] fix miss input validation

2021-04-07 Thread Ferruh Yigit
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. Ch

Re: [dpdk-dev] [PATCH v2 0/3] fix miss input validation

2021-04-06 Thread Ferruh Yigit
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 inp

[dpdk-dev] [PATCH v2 0/3] fix miss input validation

2021-04-01 Thread Min Hu (Connor)
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 ethde