Go to file
Bruce Richardson efa8a43e39 cxgbe: fix build with icc
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
                        t4_get_port_type_description(pi->port_type));
                                                     ^
For the errors in the base driver code we use the CFLAGS_BASE_DRIVER
approach used by other drivers to disable warnings.

For errors in the DPDK-specific code, typecasts are used to fix the
errors in the code itself.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2015-07-01 23:09:54 +02:00
app mbuf: use offset macro 2015-06-24 12:01:14 +02:00
config cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
doc mlx4: update documentation for MOFED 3.0 2015-07-01 11:30:11 +02:00
drivers cxgbe: fix build with icc 2015-07-01 23:09:54 +02:00
examples examples/tep_term: fix vhost dependency 2015-06-25 11:32:45 +02:00
lib vhost: comment unwanted callback 2015-06-30 17:49:08 +02:00
mk cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
pkg version: 2.0.0 2015-04-03 16:13:45 +02:00
scripts mbuf: add script to convert code to offset macro 2015-06-24 12:01:14 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS cxgbe: add documentation 2015-06-30 22:59:16 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00