Matan Barak b92af5a72c net/mlx5: Fix creating a new FTE when an existing but full FTE exists
Currently, when a flow steering rule is added, we look for a FTE with
an identical value. If we find a match, we try to merge the required
destinations with the existing ones. In a case where the existing
destination list is full, the code should return an error to its
consumer. However, the current code just tries to create another FTE.
Fixing that by returning an error in this special scenario.

Fixes: f478be79a22e ("net/mlx5: Add hash table for flow groups in flow table")
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
2017-09-26 20:51:51 +03:00
..
2017-08-24 16:02:58 +03:00
2017-01-09 20:25:09 +02:00
2017-08-24 12:33:31 -07:00
2017-08-07 10:42:09 -07:00
2017-08-24 16:02:58 +03:00
2017-09-03 17:49:17 -07:00
2017-04-22 21:52:37 +03:00
2016-05-09 22:05:13 -04:00
2017-06-27 16:36:47 +03:00
2017-06-27 16:36:47 +03:00