From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7669E2066E; Mon, 1 May 2017 09:49:23 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 01 May 2017 09:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ErSMFEVygqY2afq 2w0VRB1UCZCmMmrAyxIc3gAOjLiY=; b=iD1rJVJJqkhpoEtucrhvbgJa7XNj/dk mUuuG/zKbAnopoVKWKD6eVyWsJnGtpXC+UCld27Izdd8A0ZwWZgU/iMb1iXcWDKV Z8jjKE+QdGLR/+quDIbaEmlyMinh1lN+bj2j++c3c2pTAEzsumWI9X8oeyNhqtIC Mv/OHfIaFhNM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=ErSMFEVygqY2afq2w0VRB1UCZCmMmrAyxIc3gAOjLiY=; b=cU9r1Y/e 31ev1HMK0N+TIjId+lHzmshfhTgN2709pimu+MxCMuVf7sK+NuGMWTxXOOenM846 Qea1Ilqj+qSiRjGOmIpsMK6IIwhi178Cafxur3ArXcaW6x/7mB/AjFZZm1l9AX0H GC0pTBcsTfiaci5KXgdjXeAytJFt4NvpuhoGtOWlWbxkBNxPyuSLNR45zU637WyG hhvwU16r3V1Kfppyrt4Df9q3jNUuTOQY9rDdeT170UZZnCd6E0xekX2RXnohiMJe lLF5xqQXFNqloXqKMG2+IL6lWtYaArXYTA93WDLSIAp3/dFALwzD6GbJO0SDHpii afRRlEdi0p2JEw== X-ME-Sender: X-Sasl-enc: wuYAPTnqv5WWO40GDDBnGO0xMO5o363Uta5YBP47OuVF 1493646563 Received: from xps.localnet (245.114.118.80.rev.sfr.net [80.118.114.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 10D19241E3; Mon, 1 May 2017 09:49:23 -0400 (EDT) From: Thomas Monjalon To: Pablo de Lara , Remy Horton Cc: dev@dpdk.org, jingjing.wu@intel.com Date: Mon, 01 May 2017 15:49:21 +0200 Message-ID: <9958972.gVhEIihCsh@xps> In-Reply-To: <1493377213-156955-1-git-send-email-pablo.de.lara.guarch@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: add bitrate stats option 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: Mon, 01 May 2017 13:49:24 -0000 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