Re: [dpdk-dev] [PATCH] ethdev: fix redundant function pointer check

2018-11-02 Thread Ferruh Yigit
On 10/28/2018 9:43 AM, Thomas Monjalon wrote: > 28/10/2018 02:46, Ferruh Yigit: >> RTE_FUNC_PTR_OR_ERR_RET() already does the `ethdev_uninit` NULL check. >> >> Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Ferruh Yigit > > Acked

Re: [dpdk-dev] [PATCH] ethdev: fix redundant function pointer check

2018-10-28 Thread Thomas Monjalon
28/10/2018 02:46, Ferruh Yigit: > RTE_FUNC_PTR_OR_ERR_RET() already does the `ethdev_uninit` NULL check. > > Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit Acked-by: Thomas Monjalon