commit | ad9421e36a77056a4f095d49b9605e80b4d216ed | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@mellanox.com> | Mon Aug 20 11:43:03 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Sep 05 17:08:34 2018 -0700 |
tree | b387d4fccaf638aea9ad816f220c356514a5f800 | |
parent | fc433829f9a29530d492f0eb20804ac5e6967204 [diff] |
net/mlx5: Fix possible deadlock from lockdep when adding fte to fg This is a false positive report due to incorrect nested lock annotations as we lock multiple fgs with the same subclass. Instead of locking all fgs only lock the one being used as was done before. Fixes: bd71b08ec2ee ("net/mlx5: Support multiple updates of steering rules in parallel") Signed-off-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>