Go to file
Konstantin Ananyev 2a0911ec8b eal: fix C++11 compilation
When compiling C++11-code or above (--std=c++11), the build fails with
lots of

  rte_eth_ctrl.h:517:3: note: in expansion of macro RTE_ALIGN
    (RTE_ALIGN(RTE_ETH_FLOW_MAX, UINT32_BIT)/UINT32_BIT)
    ^

When reading the GCC info pages, I get the feeling that __typeof__ is
a better choice, and that indeed works when including the headers in
C++ files (--std=c++11).

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2015-03-09 17:38:41 +01:00
app app/testpmd: more vlan offload commands 2015-03-09 12:47:26 +01:00
config null: new poll mode driver 2015-02-26 00:31:45 +01:00
doc doc: more vlan offload commands in testpmd 2015-03-09 12:47:26 +01:00
examples vhost: fix file descriptors naming 2015-03-09 12:46:46 +01:00
lib eal: fix C++11 compilation 2015-03-09 17:38:41 +01:00
mk mk: move internal file 2015-03-09 12:46:46 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
tools tools: fix binding to unsupported driver 2015-03-05 21:33:53 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +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 null: new poll mode driver 2015-02-26 00:31:45 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00