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

2024-06-14 Thread David Marchand
On Tue, Jun 11, 2024 at 8:51 AM 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 > Acked-by: Paul Szczepanek > Acked-by: Andrew Rybchenko > Acked-by: Konsta

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

2024-06-11 Thread lihuisong (C)
在 2024/6/11 14:51, Morten Brørup 写道: 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 Acked-by: Paul Szczepanek Acked-by: Andrew Rybchenko Acked-by: Konstantin Ananyev --- v3: * Fix o

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

2024-06-10 Thread Morten Brørup
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 Acked-by: Paul Szczepanek Acked-by: Andrew Rybchenko Acked-by: Konstantin Ananyev --- v3: * Fix output indentation. * Print in existing lo