i40e: fix build with icc 2015
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 10 Nov 2015 10:19:40 +0000 (10:19 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 Nov 2015 18:38:11 +0000 (19:38 +0100)
commit6e4775cc9b6f4f7827089f070a838009f2013019
tree3d2fc657f777d65f4f0552388c6aedd8fc748779
parent60e2b41df58df27d61e982e9ac61372cdf0d0762
i40e: fix build with icc 2015

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 <pablo.de.lara.guarch@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/i40e/i40e_fdir.c