Re: [dpdk-dev] [PATCH v1] mempool: dump socket id attribute

2020-10-05 Thread Thomas Monjalon
11/09/2020 10:31, Andrew Rybchenko: > On 9/11/20 11:13 AM, Sachin Saxena (OSS) wrote: > > From: Sachin Saxena > > > > Enhance the dump function to also print socket_id attribute > > passed at creation time. > > > > Signed-off-by: Sachin Saxena > > Acked-by: Andrew Rybchenko Applied, thanks

Re: [dpdk-dev] [PATCH v1] mempool: dump socket id attribute

2020-09-11 Thread Andrew Rybchenko
On 9/11/20 11:13 AM, Sachin Saxena (OSS) wrote: > From: Sachin Saxena > > Enhance the dump function to also print socket_id attribute > passed at creation time. > > Signed-off-by: Sachin Saxena Please, include maintainers in the recipient list the next time. Acked-by: Andrew Rybchenko > ---

[dpdk-dev] [PATCH v1] mempool: dump socket id attribute

2020-09-11 Thread Sachin Saxena (OSS)
From: Sachin Saxena Enhance the dump function to also print socket_id attribute passed at creation time. Signed-off-by: Sachin Saxena --- 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 ind