From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D57F4DE3 for ; Mon, 18 Sep 2017 21:22:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 18 Sep 2017 12:22:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,414,1500966000"; d="scan'208";a="901439739" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 18 Sep 2017 12:22:00 -0700 To: Radu Nicolau , David C Harton , konstantin.ananyev@intel.com Cc: dev@dpdk.org References: <20170914124202.16132-1-dharton@cisco.com> <20170914125041.31060-1-dharton@cisco.com> From: Ferruh Yigit Message-ID: <57cf0e7e-d5ee-4fc5-0cd0-441d89d902c2@intel.com> Date: Mon, 18 Sep 2017 20:22:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] ixgbe: eliminate duplicate filterlist symbols 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, 18 Sep 2017 19:22:04 -0000 On 9/18/2017 2:13 PM, Radu Nicolau wrote: > > On 9/14/2017 2:38 PM, Ferruh Yigit wrote: >> On 9/14/2017 1:50 PM, David C Harton wrote: >>> From: David Harton >>> >>> Some compilers generate warnings for duplicate symbols for the >>> set of filter lists current defined in ixgbe_ethdev.h. >>> This commits moves the definition and declaration to the source >>> file that actually uses them and provides a function to >>> initialize the values akin to its flush function. >>> >>> Signed-off-by: David Harton >> Reviewed-by: Ferruh Yigit >> >> (title needs to be "net/ixgbe: ...", but this can be fixed while applying) >> > Reviewed-by:  Radu Nicolau Applied to dpdk-next-net/master, thanks.