Re: [PATCH v2 2/2] mempool: make rte_mempool_create_empty a single-exit

2025-02-13 Thread Ariel Otilibili
Hi Konstantin, On Fri, Feb 7, 2025 at 3:31 PM Konstantin Ananyev < konstantin.anan...@huawei.com> wrote: > Personally, I don't see much profit in such refactoring. > Then, please drop this patch. I gave room for other people to react, none came up. Thanks for your feedback, Ariel > > > 2.30.2

RE: [PATCH v2 2/2] mempool: make rte_mempool_create_empty a single-exit

2025-02-07 Thread Konstantin Ananyev
> For properly setting rte_errno, and exiting rte_mempool_create_empty() > from a single place. > > Bugzilla ID: 1559 > Signed-off-by: Ariel Otilibili > --- > lib/mempool/rte_mempool.c | 27 +++ > 1 file changed, 15 insertions(+), 12 deletions(-) > > diff --git a/lib/m