Re: [PATCH 2/4] mempool: clarify comments for mempool cache implementation

2024-10-04 Thread Stephen Hemminger
On Wed, 7 Jun 2023 12:10:01 +0200 Morten Brørup wrote: > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > Sent: Thursday, 9 March 2023 05.58 > > > > Clarify that the mempool cache create and free API implementations > > work on user owned mempool caches. > > > > Signed-off

RE: [PATCH 2/4] mempool: clarify comments for mempool cache implementation

2023-06-07 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Thursday, 9 March 2023 05.58 > > Clarify that the mempool cache create and free API implementations > work on user owned mempool caches. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Kamalakshitha Aligeri > Revi

[PATCH 2/4] mempool: clarify comments for mempool cache implementation

2023-03-08 Thread Honnappa Nagarahalli
Clarify that the mempool cache create and free API implementations work on user owned mempool caches. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Kamalakshitha Aligeri Reviewed-by: Ruifeng Wang --- lib/mempool/rte_mempool.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-