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
..
2015-10-20 17:59:19 +02:00
2015-08-03 17:39:11 +02:00
2015-10-20 18:49:18 +02:00
2015-10-29 19:08:38 +01:00
2015-10-30 18:34:37 +01:00
2015-10-29 23:47:44 +01:00
2015-10-30 17:00:37 +01:00
2015-11-01 11:23:45 +01:00
2015-09-03 19:22:48 +02:00
2015-10-30 17:57:04 +01:00