Re: [dpdk-dev] [PATCH v10] ethdev: add sanity checks in control APIs

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 5:22 PM, Ferruh Yigit wrote: On 4/21/2021 3:19 PM, Ferruh Yigit wrote: On 4/21/2021 1:36 PM, Min Hu (Connor) wrote: This patch adds more sanity checks in control path APIs. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Fixes: 3d98f921fbe9 ("ethdev: unify pref

Re: [dpdk-dev] [PATCH v10] ethdev: add sanity checks in control APIs

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 3:19 PM, Ferruh Yigit wrote: On 4/21/2021 1:36 PM, Min Hu (Connor) wrote: This patch adds more sanity checks in control path APIs. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Fixes: 3d98f921fbe9 ("ethdev: unify prefix for static functions and variables") Fix

Re: [dpdk-dev] [PATCH v10] ethdev: add sanity checks in control APIs

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 1:36 PM, Min Hu (Connor) wrote: This patch adds more sanity checks in control path APIs. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Fixes: 3d98f921fbe9 ("ethdev: unify prefix for static functions and variables") Fixes: 0366137722a0 ("ethdev: check for invali

[dpdk-dev] [PATCH v10] ethdev: add sanity checks in control APIs

2021-04-21 Thread Min Hu (Connor)
This patch adds more sanity checks in control path APIs. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Fixes: 3d98f921fbe9 ("ethdev: unify prefix for static functions and variables") Fixes: 0366137722a0 ("ethdev: check for invalid device name") Fixes: d948f596fee2 ("ethdev: f