commit | 7a64ca862ac96d5e78a59bd57549034134ee0949 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Fri May 15 17:09:05 2020 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 25 12:41:43 2020 -0700 |
tree | f746dbe3adcff7fcaad4d9d40ced79f8214896e3 | |
parent | 185901ceebbd4f8b11db478fd3a30eb66e5d591d [diff] |
net/mlx5e: vxlan: Use RCU for vxlan table lookup Remove the spinlock protecting the vxlan table and use RCU instead. This will improve performance as it will eliminate contention on data path cores. Fixes: b3f63c3d5e2c ("net/mlx5e: Add netdev support for VXLAN tunneling") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>