[dpdk-dev] [PATCH v5 02/34] net/mlx5: use thread specific flow workspace

2020-10-28 Thread Suanming Mou
From: Xueming Li As part of multi-thread flow support, this patch moves flow intermediate data to thread specific, makes them a flow workspace. The workspace is allocated per thread, destroyed along with thread life-cycle. Signed-off-by: Xueming Li Acked-by: Matan Azrad --- drivers/net/mlx5/l

[dpdk-dev] [PATCH v5 02/34] net/mlx5: use thread specific flow workspace

2020-10-28 Thread Suanming Mou
From: Xueming Li As part of multi-thread flow support, this patch moves flow intermediate data to thread specific, makes them a flow workspace. The workspace is allocated per thread, destroyed along with thread life-cycle. Signed-off-by: Xueming Li Acked-by: Matan Azrad --- drivers/net/mlx5/l