From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: move variables definition in source Date: Wed, 31 Jan 2018 23:18:12 +0100 Message-ID: <2028380.HX49o3bvx2@xps> References: <1516794816-12588-1-git-send-email-katsikas.gp@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com, jingjing.wu@intel.com To: "Georgios P. Katsikas" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id EFF8D1B84C for ; Wed, 31 Jan 2018 23:18:58 +0100 (CET) In-Reply-To: <1516794816-12588-1-git-send-email-katsikas.gp@gmail.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" 24/01/2018 12:53, Georgios P. Katsikas: > From: Georgios Katsikas > > This patch moves the definition of 3 variables in testpmd.h > into the respective .c file. The idea behind this move is > to allow external applications to compile against testpmd > without throwing compilation errors related to multiple > definition of variables. > > Also, an extern dcb_q_mapping in testpmd.h is removed > since it appears that this variable is not defined > elsewhere in the tree. > > Signed-off-by: Georgios Katsikas Applied, thanks