[dpdk-dev] [PATCH] i40e: fix compilation error on icc 2015

2015-11-10 Thread Thomas Monjalon
> > 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 R

[dpdk-dev] [PATCH] i40e: fix compilation error on icc 2015

2015-11-10 Thread Zhang, Helin
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, November 10, 2015 6:20 PM > To: Zhang, Helin > Cc: dev at dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] i40e: fix compilation error on icc 2015 > > Fix for the following error on icc 2015, due to incorrect type: > d

[dpdk-dev] [PATCH] i40e: fix compilation error on icc 2015

2015-11-10 Thread Pablo de Lara
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") Sign