Re: [dpdk-dev] [PATCH] ethdev: fix error handling logic

2018-09-24 Thread Andrew Rybchenko
On 9/24/18 4:43 PM, Alejandro Lucero wrote: This patch fixes how function exit is handled when errors inside rte_eth_dev_create. Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") Cc: sta...@dpdk.org Signed-off-by: Alejandro Lucero Minor nit/observation below, but anyway

[dpdk-dev] [PATCH] ethdev: fix error handling logic

2018-09-24 Thread Alejandro Lucero
This patch fixes how function exit is handled when errors inside rte_eth_dev_create. Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") Cc: sta...@dpdk.org Signed-off-by: Alejandro Lucero --- lib/librte_ethdev/rte_ethdev.c | 12 +--- 1 file changed, 5 insertions(+),