RE: [PATCH] mempool: dump includes list of memory chunks

2024-06-10 Thread Konstantin Ananyev
Hi Morten, > > > Added information about the memory chunks holding the objects in the > > > mempool when dumping the status of the mempool to a file. > > > > > > Signed-off-by: Morten Brørup > > > --- > > > lib/mempool/rte_mempool.c | 10 ++ > > > 1 file changed, 10 insertions(+) > > >

RE: [PATCH] mempool: dump includes list of memory chunks

2024-06-10 Thread Morten Brørup
> From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com] > Sent: Monday, 10 June 2024 15.45 > > > Added information about the memory chunks holding the objects in the > > mempool when dumping the status of the mempool to a file. > > > > Signed-off-by: Morten Brørup > > --- > > lib/mempo

RE: [PATCH] mempool: dump includes list of memory chunks

2024-06-10 Thread Konstantin Ananyev
> Added information about the memory chunks holding the objects in the > mempool when dumping the status of the mempool to a file. > > Signed-off-by: Morten Brørup > --- > lib/mempool/rte_mempool.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/lib/mempool/rte_mempool.c

Re: [PATCH] mempool: dump includes list of memory chunks

2024-06-10 Thread Andrew Rybchenko
On 5/16/24 11:59, Morten Brørup wrote: Added information about the memory chunks holding the objects in the mempool when dumping the status of the mempool to a file. Signed-off-by: Morten Brørup Reviewed-by: Andrew Rybchenko

RE: [PATCH] mempool: dump includes list of memory chunks

2024-06-10 Thread Morten Brørup
PING (again) for review. It's only 10 lines of very simple code to dump some info. And it follows existing dump conventions. -Morten > From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Thursday, 16 May 2024 11.00 > > Added information about the memory chunks holding the objects in

RE: [PATCH] mempool: dump includes list of memory chunks

2024-05-29 Thread Morten Brørup
> From: Paul Szczepanek [mailto:paul.szczepa...@arm.com] > Sent: Wednesday, 29 May 2024 14.55 > > On 16/05/2024 09:59, Morten Brørup wrote: > > Added information about the memory chunks holding the objects in the > > mempool when dumping the status of the mempool to a file. > > > > Signed-off-by:

Re: [PATCH] mempool: dump includes list of memory chunks

2024-05-29 Thread Paul Szczepanek
On 16/05/2024 09:59, Morten Brørup wrote: > Added information about the memory chunks holding the objects in the > mempool when dumping the status of the mempool to a file. > > Signed-off-by: Morten Brørup > --- > lib/mempool/rte_mempool.c | 10 ++ > 1 file changed, 10 insertions(+) >

RE: [PATCH] mempool: dump includes list of memory chunks

2024-05-17 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 16 May 2024 17.21 > > On Thu, 16 May 2024 10:59:40 +0200 > Morten Brørup wrote: > > > + fprintf(f, " mem_list:\n"); > > + n = 0; > > + STAILQ_FOREACH(memhdr, &mp->mem_list, next) { > > + fprintf(f, "