Re: [dpdk-dev] [PATCH] mempool: remove get capability debug print

2017-10-11 Thread Thomas Monjalon
10/10/2017 16:28, santosh: > > On Tuesday 10 October 2017 07:47 PM, Hemant Agrawal wrote: > > This is not required to be printed for every mempool call. > > > > Signed-off-by: Hemant Agrawal > > --- > > Will print only in debug mode though, But ok with patch. > > Reviewed-by: Santosh Shukla >

Re: [dpdk-dev] [PATCH] mempool: remove get capability debug print

2017-10-10 Thread santosh
On Tuesday 10 October 2017 07:47 PM, Hemant Agrawal wrote: > This is not required to be printed for every mempool call. > > Signed-off-by: Hemant Agrawal > --- Will print only in debug mode though, But ok with patch. Reviewed-by: Santosh Shukla Thanks.

[dpdk-dev] [PATCH] mempool: remove get capability debug print

2017-10-10 Thread Hemant Agrawal
This is not required to be printed for every mempool call. Signed-off-by: Hemant Agrawal --- lib/librte_mempool/rte_mempool.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c index 57a4f81..6357fd4 100644