From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: add bitrate stats option Date: Mon, 01 May 2017 15:49:21 +0200 Message-ID: <9958972.gVhEIihCsh@xps> References: <1493211774-28249-1-git-send-email-remy.horton@intel.com> <1493377213-156955-1-git-send-email-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 , Remy Horton Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3CF352B9E for ; Mon, 1 May 2017 15:49:23 +0200 (CEST) In-Reply-To: <1493377213-156955-1-git-send-email-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" 28/04/2017 13:00, Pablo de Lara: > From: Remy Horton > > Bit-rate collation should only be done by one core. This patch adds > an option to select which core performs the bit-rate calculation, > which is also disabled by default. > > Fixes: 7e4441c8efb9 ("app/testpmd: add bitrate statistics calculation") > > Signed-off-by: Remy Horton > Acked-by: Pablo de Lara Applied, thanks