From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] app/testpmd: print statistics periodically Date: Thu, 06 Jul 2017 12:16:24 +0200 Message-ID: <1542786.1dc01M3eum@xps> References: <20170615014817.12543-1-pablo.de.lara.guarch@intel.com> <20170706015205.74325-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: jingjing.wu@intel.com, dev@dpdk.org 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 AF9CB1094 for ; Thu, 6 Jul 2017 12:16:26 +0200 (CEST) In-Reply-To: <20170706015205.74325-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 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. Thank you for the update. Please, may I request a v5 rebased on current master?