[dpdk-dev] [PATCH v5 33/34] net/mlx5: make shared action list thread safe

2020-10-28 Thread Suanming Mou
This commit uses spinlock to protect the shared action list in multiple thread. Signed-off-by: Suanming Mou Acked-by: Matan Azrad --- drivers/net/mlx5/linux/mlx5_os.c | 1 + drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_flow_dv.c | 5 + 3 files changed, 7 insertions(+) dif

[dpdk-dev] [PATCH v5 33/34] net/mlx5: make shared action list thread safe

2020-10-28 Thread Suanming Mou
This commit uses spinlock to protect the shared action list in multiple thread. Signed-off-by: Suanming Mou Acked-by: Matan Azrad --- drivers/net/mlx5/linux/mlx5_os.c | 1 + drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_flow_dv.c | 5 + 3 files changed, 7 insertions(+) dif