From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 28BF4201 for ; Sat, 6 May 2017 03:10:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 05 May 2017 18:10:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,295,1491289200"; d="scan'208";a="1144313585" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 05 May 2017 18:10:03 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 May 2017 18:10:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.193]) with mapi id 14.03.0319.002; Sat, 6 May 2017 09:10:01 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" , "Pattan, Reshma" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: disable latency stats by default Thread-Index: AQHSxPN+FeIdOBRMfkGOf3rkTlhWLKHmgQdg Date: Sat, 6 May 2017 01:10:01 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D6246C@SHSMSX103.ccr.corp.intel.com> References: <1493730674-102633-1-git-send-email-pablo.de.lara.guarch@intel.com> <1493915328-130956-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1493915328-130956-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: disable latency stats by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 01:10:06 -0000 > -----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 >=20 > Disable latency stats gathering by default, so there is not performance > degradation if user is not interested in them. >=20 > Signed-off-by: Pablo de Lara Acked-by: Jingjing Wu