From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_eth_ctrl: rename rte_eth_fdir_flow.ip6_flow Date: Thu, 11 Dec 2014 01:57:36 +0100 Message-ID: <4938215.hrhUlENN3E@xps13> References: <1418146328-24354-1-git-send-email-mark.b.kavanagh@intel.com> <1418146328-24354-2-git-send-email-mark.b.kavanagh@intel.com> <20141209184505.GG28871@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Mark Kavanagh Return-path: In-Reply-To: <20141209184505.GG28871-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > The name of the rte_eth_fdir_flow's rte_eth_ipv6_flow attribute, > > 'ip6_flow', clashes with a macro defined in > > /usr/include/netinet/ip6.h, such that when DPDK is linked with an > > application that uses the afforementioned header, the macro is > > expanded within the DPDK struct, causing a compilation error. > > > > Rename the relevant attribute in DPDK to resolve this. > > > > Signed-off-by: Mark Kavanagh > > Acked-by: Neil Horman Applied Thanks -- Thomas