From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D4C721094 for ; Thu, 6 Jul 2017 12:19:41 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 03:19:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,316,1496127600"; d="scan'208";a="105070031" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga004.jf.intel.com with ESMTP; 06 Jul 2017 03:19:39 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Jul 2017 11:19:39 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 11:19:38 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v4] app/testpmd: print statistics periodically Thread-Index: AQHS9j2E1sEMnlY+NUi5rbTVCf1isqJGhJgAgAARGbA= Date: Thu, 6 Jul 2017 10:19:38 +0000 Message-ID: References: <20170615014817.12543-1-pablo.de.lara.guarch@intel.com> <20170706015205.74325-1-pablo.de.lara.guarch@intel.com> <1542786.1dc01M3eum@xps> In-Reply-To: <1542786.1dc01M3eum@xps> 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: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] app/testpmd: print statistics periodically 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: Thu, 06 Jul 2017 10:19:42 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 6, 2017 11:16 AM > To: De Lara Guarch, Pablo > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [PATCH v4] app/testpmd: print statistics periodically >=20 > 06/07/2017 03:52, Pablo de Lara: > > Add parameter to print port statistics periodically (disabled by > > default), if interactive mode is not enabled. > > > > This is useful to allow the user to see port statistics without having > > to get into the internal command line. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Jingjing Wu > > --- > > > > Changes in v4: > > > > - Removed CamelCase > > - Used generic rte_get_timer_cycles() function, instead > > of TSC API. >=20 > Thank you for the update. > Please, may I request a v5 rebased on current master? Oh... sure, sorry about that. Will send a v5, and probably change the param= eter name, as per Jerin's request.