Go to file
Yaacov Hazan 1f527a1152 mlx5: fix build with GCC < 4.6
Seen with GCC < 4.6:

 error: unknown field ‘tcp_udp’ specified in initializer
 error: extra brace group at end of initializer

Static initialization of anonymous structs/unions is a C11 feature
properly supported only since GCC 4.6.

Work around compilation errors with older versions by expanding
struct ibv_exp_flow_spec into struct hash_rxq_init.

Signed-off-by: Yaacov Hazan <yaacovh@mellanox.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2015-11-01 11:23:45 +01:00
app app/testpmd: fix missing init in RSS hash show command 2015-11-01 11:23:30 +01:00
config mlx5: support non-scattered Tx and Rx 2015-10-30 22:21:07 +01:00
doc app/testpmd: add missing type to RSS hash commands 2015-10-31 00:21:58 +01:00
drivers mlx5: fix build with GCC < 4.6 2015-11-01 11:23:45 +01:00
examples examples/l3fwd-power: disable Rx interrupt when waking up 2015-10-29 23:47:37 +01:00
lib vhost: use new eventfd copy 2015-10-30 20:06:51 +01:00
mk mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02: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 mlx5: add documentation 2015-10-30 22:41:16 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00