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

2021-04-14 Thread Min Hu (Connor)
Hi, Andrew, All has been fixed in v4, check it out, thanks. 在 2021/4/14 20:00, Andrew Rybchenko 写道: On 4/14/21 2:11 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: 3d98f921fbe

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

2021-04-14 Thread Andrew Rybchenko
On 4/14/21 2:11 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 f

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

2021-04-14 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