i40e: fix build with icc 13
authorHelin Zhang <helin.zhang@intel.com>
Wed, 11 Nov 2015 06:11:15 +0000 (14:11 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 Nov 2015 18:38:11 +0000 (19:38 +0100)
commit60e2b41df58df27d61e982e9ac61372cdf0d0762
tree82b3add6a8ed133c7db89b173bd0cadbca17f2d7
parent64ee9e4815b21d0ceeb0ca9800a5b656ffccbac8
i40e: fix build with icc 13

It fixes compile issue on ICC 13.0.0.

Error logs:
i40e_ethdev.c(7943): error #188: enumerated type mixed with another type

Fixes: c8b9a3e3fe1b ("i40e: support DCB mode")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/net/i40e/i40e_ethdev.c