Re: [PATCH v2 1/2] mempool: fix rte_errno in rte_mempool_create_empty

2025-02-12 Thread Thomas Monjalon
07/02/2025 15:30, Konstantin Ananyev: > > > > > When returning from rte_mempool_set_ops_byname(), rte_errno is not set > > for error exits. > > > > The API requires rte_errno to be set in that case. > > > > Bugzilla ID: 1559 > > Fixes: c2c6b2f41305 ("mempool: fix default ops for an empty mempoo

RE: [PATCH v2 1/2] mempool: fix rte_errno in rte_mempool_create_empty

2025-02-07 Thread Konstantin Ananyev
> > When returning from rte_mempool_set_ops_byname(), rte_errno is not set > for error exits. > > The API requires rte_errno to be set in that case. > > Bugzilla ID: 1559 > Fixes: c2c6b2f41305 ("mempool: fix default ops for an empty mempool") > Link: > https://doc.dpdk.org/api/rte__mempool_8h.

Re: [PATCH v2 1/2] mempool: fix rte_errno in rte_mempool_create_empty

2025-01-23 Thread fengchengwen
Acked-by: Chengwen Feng On 2025/1/20 20:21, Ariel Otilibili wrote: > When returning from rte_mempool_set_ops_byname(), rte_errno is not set > for error exits. > > The API requires rte_errno to be set in that case. > > Bugzilla ID: 1559 > Fixes: c2c6b2f41305 ("mempool: fix default ops for an emp

[PATCH v2 1/2] mempool: fix rte_errno in rte_mempool_create_empty

2025-01-20 Thread Ariel Otilibili
When returning from rte_mempool_set_ops_byname(), rte_errno is not set for error exits. The API requires rte_errno to be set in that case. Bugzilla ID: 1559 Fixes: c2c6b2f41305 ("mempool: fix default ops for an empty mempool") Link: https://doc.dpdk.org/api/rte__mempool_8h.html#a82e301ee33ed7a26