commit | d2faae25c3050a87c8ff965a7939e999e3154b62 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Fri Aug 09 13:20:48 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Aug 09 14:54:09 2019 -0700 |
tree | 19107d665c0b5e93e2f230694f755468422d1107 | |
parent | 83a52f0d525587de65b2bc979a12b4dfad9ea82a [diff] |
net/mlx5e: Protect mod_hdr hash table with mutex To remove dependency on rtnl lock, protect mod_hdr hash table from concurrent modifications with new mutex. Implement helper function to get flow namespace to prevent code duplication. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>