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

2017-05-02 Thread De Lara Guarch, Pablo
CC'ing Jingjing. > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, May 02, 2017 2:11 PM > To: jingj...@intel.com; Pattan, Reshma > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: disable latency stats by default > > Disable latency stats gathering

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

2017-05-02 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 --- app/test-pmd/testpmd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c