From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v3] ixgbe: eliminate duplicate filterlist symbols Date: Mon, 18 Sep 2017 14:13:08 +0100 Message-ID: References: <20170914124202.16132-1-dharton@cisco.com> <20170914125041.31060-1-dharton@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Ferruh Yigit , David C Harton , konstantin.ananyev@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E65C5101B for ; Mon, 18 Sep 2017 15:13:11 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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