From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] app/testpmd: print statistics periodically Date: Thu, 06 Jul 2017 16:20:48 +0200 Message-ID: <4102945.BH00YH3oZt@xps> References: <20170706015205.74325-1-pablo.de.lara.guarch@intel.com> <20170706030516.19205-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com To: Pablo de Lara Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1D06A2B96 for ; Thu, 6 Jul 2017 16:20:50 +0200 (CEST) In-Reply-To: <20170706030516.19205-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/07/2017 05:05, 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 > Tested-by: Jerin Jacob Applied, thanks