commit | 0fd758d6112f867b2cc6df0f6a856048ff99b211 | [log] [tgz] |
---|---|---|
author | Mark Bloch <markb@mellanox.com> | Mon Sep 05 10:58:04 2016 +0000 |
committer | Leon Romanovsky <leon@kernel.org> | Sun Oct 30 15:43:14 2016 +0200 |
tree | 476fe30fe410fa518c6847067ae798926f97b8d3 | |
parent | bd77bf1cb595477528f06f5c52f913f70acd73bb [diff] |
net/mlx5: Don't unlock fte while still using it When adding a new rule to an fte, we need to hold the fte lock until we add that rule to the fte and increase the fte ref count. Fixes: 0c56b97503fd ("net/mlx5_core: Introduce flow steering API") Signed-off-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>