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(+)
> > >
> 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
> 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
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
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
> 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:
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(+)
>
PING for review.
@Paul, @Du and @Ferruh, if you think the information provided by this patch
would have been useful for your recent work with the mempool, please Review or
ACK it.
-Morten
From: Morten Brørup [mailto:m...@smartsharesystems.com]
Sent: Thursday, 16 May 2024 11.00
Added informa
> 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, "
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 b/lib/mempool/rte_me
10 matches
Mail list logo