Hi Konstantin, On Mon, Jan 20, 2025 at 12:44 AM Konstantin Ananyev < konstantin.ananyev@huawei.com> wrote: > > > > Some functions did not set rte_errno; for avoiding that, they are turned > > into single-exit ones. > > > > Bugzilla ID: 1559 > > Signed-off-by: Ariel Otilibili > > But reading through public API comments none of these functions are > expected to set rte_errno value. > If rte_mempool_create_empty() forgets to set rte_errno, why it is not > enough just to add missing one in rte_mempool_create_empty()? > Thanks for your feedback. Indeed, only rte_mempool_create_empty() returns a rte_errno https://doc.dpdk.org/api/rte__mempool_8h.html#a82e301ee33ed7a263ceb4582655dc3ea I'll push a new series with this change. Regards, Ariel