From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test/test_flow_classify: fix build warning Date: Fri, 19 Jan 2018 00:31:16 +0100 Message-ID: <1998538.z6uZXo4YHW@xps> References: <20180118151814.123559-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bernard.iremonger@intel.com, ferruh.yigit@intel.com To: Jasvinder Singh Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A14891B2DA for ; Fri, 19 Jan 2018 00:31:50 +0100 (CET) In-Reply-To: <20180118151814.123559-1-jasvinder.singh@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" 18/01/2018 16:18, Jasvinder Singh: > Move all static variables defined in header file to c file. > > error log: /usr/bin/ld: Warning: size of symbol 'count' changed > from 8 in test_pmd_perf.o to 24 in test_flow_classify.o > > Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit Applied, thanks