commit | 071304772fc747d5df13c51f1cf48a4b922a5e0d | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@mellanox.com> | Sun Aug 19 08:56:09 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Sep 05 17:08:33 2018 -0700 |
tree | 085912ca0e9a14f7025b22b7a57fbcf1a8e12ad4 | |
parent | c88a026e01219488e745f4f0267fd76c2bb68421 [diff] |
net/mlx5: Fix not releasing read lock when adding flow rules If building match list fg fails and we never jumped to search_again_locked label then the function returned without unlocking the read lock. Fixes: bd71b08ec2ee ("net/mlx5: Support multiple updates of steering rules in parallel") Signed-off-by: Roi Dayan <roid@mellanox.com> Reviewed-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>