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

2021-04-01 Thread Min Hu (Connor)
在 2021/4/1 23:37, Ferruh Yigit 写道: On 3/27/2021 7:38 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. Chengchang Tang (3):    ethdev: fix miss input validation in module

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

2021-04-01 Thread Ferruh Yigit
On 3/27/2021 7:38 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. Chengchang Tang (3): ethdev: fix miss input validation in module EEPROM dump API ethdev: fix miss inp

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

2021-03-27 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. Chengchang Tang (3): ethdev: fix miss input validation in module EEPROM dump API ethdev: fix miss input validation when access reg info ethdev: fix