commit | aec4eab9af9606e8a6a1ceab3ec5a15030751876 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Tue May 08 16:17:06 2018 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Jul 27 15:46:11 2018 -0700 |
tree | 30eabdfa3c0a10895b3cd8f30cc895ba142f67f1 | |
parent | 1b318a92f3ddaed6c91d5027dfd42549f87602f6 [diff] |
net/mlx5e: Vxlan, add sync lock for add/del vxlan port Vxlan API can and will be called from different mlx5 modules, we should not count on mlx5e private state lock only, hence we introduce a vxlan private mutex to sync between add/del vxlan port operations. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>