From: Ariel Otilibili <[email protected] Hello,
This series is for BugZilla ID 1559. After calling rte_mempool_set_ops_byname(), rte_mempool_create_empty() does not set rte_errno. The API expects rte_errno to bet set in that case. Thank you, --- v2 * reworded cover letter and commit messages * addressed feedback from Konstantin Ananyev v1 (https://inbox.dpdk.org/dev/[email protected]/) Ariel Otilibili (2): mempool: fix rte_errno in rte_mempool_create_empty mempool: make rte_mempool_create_empty a single-exit lib/mempool/rte_mempool.c | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) -- 2.30.2

