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

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

2018-10-27 Thread 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 --- lib/librte_ethdev/rte_ethdev.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff -