[dpdk-dev] [PATCH] cxgbe: fix compilation using icc

2015-07-01 Thread Thomas Monjalon
2015-07-01 16:11, Bruce Richardson: > When compiling the cxgbe driver with icc, multiple errors about using > enums as integers appear across a number of files, including in the base > code and in the DPDK-specific driver code. > > .../drivers/net/cxgbe/cxgbe_main.c(386): error #188: enumerated ty

[dpdk-dev] [PATCH] cxgbe: fix compilation using icc

2015-07-01 Thread Bruce Richardson
When compiling the cxgbe driver with icc, multiple errors about using enums as integers appear across a number of files, including in the base code and in the DPDK-specific driver code. .../drivers/net/cxgbe/cxgbe_main.c(386): error #188: enumerated type mixed with another type