Dekel Peled 9b08de133e net/mlx5: fix flow rule configuration
Some flow rules were not configured.

Part of the code in function flow_dv_matcher_enable() is enclosed in
'#ifdef HAVE_MLX5DV_DR' preprocessor directive.
Using this directive is not needed here, and prevents compilation of
relevant code.

This patch removes the unnecessary preprocessor directive.

Fixes: 4f84a19779ca ("net/mlx5: add Direct Rules API")
Cc: stable@dpdk.org

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
2019-08-06 17:42:12 +02:00
..
2019-06-13 23:54:29 +09:00
2019-08-05 19:24:17 +02:00
2019-08-05 19:42:02 +02:00
2019-08-06 13:29:25 +02:00
2019-07-23 14:31:35 +02:00
2019-08-06 11:26:52 +02:00
2019-07-23 14:31:34 +02:00
2019-07-26 00:32:18 +02:00