From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix build with icc Date: Fri, 07 Nov 2014 00:16:48 +0100 Message-ID: <29486452.hHjt0hbRz2@xps13> References: <1415315688-12830-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1415315688-12830-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@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" > Since commit d798a94 ("mac vlan filter"), > ICC reports this error: > lib/librte_pmd_i40e/i40e_ethdev.c(1763): error #188: > enumerated type mixed with another type > > Indeed, RTE_ETH_FILTER_NONE comes from enum rte_filter_type but > enum rte_filter_op is expected. > > Signed-off-by: Thomas Monjalon Applied quickly for build validation. -- Thomas