From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix compilation error on icc 2015 Date: Tue, 10 Nov 2015 19:12:22 +0100 Message-ID: <2744101.T0tPiWA7lC@xps13> References: <1447150780-240434-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id C15618DA6 for ; Tue, 10 Nov 2015 19:13:34 +0100 (CET) Received: by wmdw130 with SMTP id w130so82633278wmd.0 for ; Tue, 10 Nov 2015 10:13:34 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix for the following error on icc 2015, due to incorrect type: > > drivers/net/i40e/i40e_fdir.c(1376): error #188: enumerated type mixed with > > another type > > case RTE_ETH_FDIR_FILTER_INPUT_SET_SELECT: > > ^ > > > > Fixes: 98f05570 ("i40e: configure input fields for RSS or flow director") > > > > Signed-off-by: Pablo de Lara > Acked-by: Helin Zhang Applied, thanks