DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] mempool: dump socket id attribute
@ 2020-09-11  8:13 Sachin Saxena (OSS)
  2020-09-11  8:31 ` Andrew Rybchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Saxena (OSS) @ 2020-09-11  8:13 UTC (permalink / raw)
  To: dev; +Cc: thomas

From: Sachin Saxena <sachin.saxena@oss.nxp.com>

Enhance the dump function to also print socket_id attribute
passed at creation time.

Signed-off-by: Sachin Saxena <sachin.saxena@oss.nxp.com>
---
 lib/librte_mempool/rte_mempool.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c
index 7774f0c8d..2d49ecd2b 100644
--- a/lib/librte_mempool/rte_mempool.c
+++ b/lib/librte_mempool/rte_mempool.c
@@ -1275,6 +1275,7 @@ rte_mempool_dump(FILE *f, struct rte_mempool *mp)
 
 	fprintf(f, "mempool <%s>@%p\n", mp->name, mp);
 	fprintf(f, "  flags=%x\n", mp->flags);
+	fprintf(f, "  socket_id=%d\n", mp->socket_id);
 	fprintf(f, "  pool=%p\n", mp->pool_data);
 	fprintf(f, "  iova=0x%" PRIx64 "\n", mp->mz->iova);
 	fprintf(f, "  nb_mem_chunks=%u\n", mp->nb_mem_chunks);
-- 
2.28.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v1] mempool: dump socket id attribute
  2020-09-11  8:13 [dpdk-dev] [PATCH v1] mempool: dump socket id attribute Sachin Saxena (OSS)
@ 2020-09-11  8:31 ` Andrew Rybchenko
  2020-10-05 22:57   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Rybchenko @ 2020-09-11  8:31 UTC (permalink / raw)
  To: Sachin Saxena (OSS), dev; +Cc: thomas, Olivier Matz

On 9/11/20 11:13 AM, Sachin Saxena (OSS) wrote:
> From: Sachin Saxena <sachin.saxena@oss.nxp.com>
> 
> Enhance the dump function to also print socket_id attribute
> passed at creation time.
> 
> Signed-off-by: Sachin Saxena <sachin.saxena@oss.nxp.com>

Please, include maintainers in the recipient list the next time.

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

> ---
>  lib/librte_mempool/rte_mempool.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c
> index 7774f0c8d..2d49ecd2b 100644
> --- a/lib/librte_mempool/rte_mempool.c
> +++ b/lib/librte_mempool/rte_mempool.c
> @@ -1275,6 +1275,7 @@ rte_mempool_dump(FILE *f, struct rte_mempool *mp)
>  
>  	fprintf(f, "mempool <%s>@%p\n", mp->name, mp);
>  	fprintf(f, "  flags=%x\n", mp->flags);
> +	fprintf(f, "  socket_id=%d\n", mp->socket_id);
>  	fprintf(f, "  pool=%p\n", mp->pool_data);
>  	fprintf(f, "  iova=0x%" PRIx64 "\n", mp->mz->iova);
>  	fprintf(f, "  nb_mem_chunks=%u\n", mp->nb_mem_chunks);
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v1] mempool: dump socket id attribute
  2020-09-11  8:31 ` Andrew Rybchenko
@ 2020-10-05 22:57   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-10-05 22:57 UTC (permalink / raw)
  To: Sachin Saxena (OSS); +Cc: dev, Olivier Matz, Andrew Rybchenko

11/09/2020 10:31, Andrew Rybchenko:
> On 9/11/20 11:13 AM, Sachin Saxena (OSS) wrote:
> > From: Sachin Saxena <sachin.saxena@oss.nxp.com>
> > 
> > Enhance the dump function to also print socket_id attribute
> > passed at creation time.
> > 
> > Signed-off-by: Sachin Saxena <sachin.saxena@oss.nxp.com>
> 
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Applied, thanks



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-05 22:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  8:13 [dpdk-dev] [PATCH v1] mempool: dump socket id attribute Sachin Saxena (OSS)
2020-09-11  8:31 ` Andrew Rybchenko
2020-10-05 22:57   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).