commit | 6237634d8fcc65c9e3348382910e7cdb15084c68 | [log] [tgz] |
---|---|---|
author | Eli Britstein <elibr@mellanox.com> | Thu Jan 31 14:56:01 2019 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Mar 11 11:32:38 2019 -0700 |
tree | c069bfb125e1f2b1ad4948a33514bebfb9bf3a92 | |
parent | a843dc4ebaecd15fca1f4d35a97210f72ea1473b [diff] |
net/mlx5: Fix multiple updates of steering rules in parallel There might be a condition where the fte found is not active yet. In this case we should not use it, but continue to search for another, or allocate a new one. Fixes: bd71b08ec2ee ("net/mlx5: Support multiple updates of steering rules in parallel") Signed-off-by: Eli Britstein <elibr@mellanox.com> Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>