From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] test/pmd-perf: declare variables as static Date: Thu, 01 Feb 2018 01:07:02 +0100 Message-ID: <4248289.oMi6iyOunm@xps> References: <20180119143713.73000-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Pablo de Lara Return-path: In-Reply-To: <20180119143713.73000-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" 19/01/2018 15:37, Pablo de Lara: > Some variables in the PMD perf test were declared as global, > but they are only used in this test, so they should actually > be declared as static. > > Fixes: 002ade70e933 ("app/test: measure cycles per packet in Rx/Tx") > Cc: stable@dpdk.org > > Signed-off-by: Pablo de Lara Applied, thanks