Re: [dpdk-dev] [PATCH v2] app/testpmd: disable latency stats by default

2017-05-06 Thread Thomas Monjalon
06/05/2017 03:10, Wu, Jingjing: > > From: De Lara Guarch, Pablo > > > > Disable latency stats gathering by default, so there is not performance > > degradation if user is not interested in them. > > > > Signed-off-by: Pablo de Lara > Acked-by: Jingjing Wu Applied, thanks

Re: [dpdk-dev] [PATCH v2] app/testpmd: disable latency stats by default

2017-05-05 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, May 5, 2017 12:29 AM > To: Wu, Jingjing ; Pattan, Reshma > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] app/testpmd: disable latency stats by default > > Disable latency stats gathering by default, so

[dpdk-dev] [PATCH v2] app/testpmd: disable latency stats by default

2017-05-04 Thread Pablo de Lara
Disable latency stats gathering by default, so there is not performance degradation if user is not interested in them. Signed-off-by: Pablo de Lara --- This patch depends on http://dpdk.org/dev/patchwork/patch/24064/ app/test-pmd/testpmd.c | 8 ++-- 1 file changed, 6 insertions(+), 2 delet