Re: [dpdk-dev] [PATCH v5 01/34] net/mlx5: use thread safe index pool for flow objects

2020-10-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, October 28, 2020 11:33 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v5 01/34] net/mlx5: use thread safe index pool for flow > objects > > As mlx5 PMD is c

[dpdk-dev] [PATCH v5 01/34] net/mlx5: use thread safe index pool for flow objects

2020-10-28 Thread Suanming Mou
As mlx5 PMD is changed to be thread safe, all the flow-related sub-objects inside the PMD should be thread safe. This commit changes the index memory pools' lock configuration to be enabled. That makes the index pool be thread safe. Signed-off-by: Suanming Mou Acked-by: Matan Azrad --- drivers/

[dpdk-dev] [PATCH v5 01/34] net/mlx5: use thread safe index pool for flow objects

2020-10-28 Thread Suanming Mou
As mlx5 PMD is changed to be thread safe, all the flow-related sub-objects inside the PMD should be thread safe. This commit changes the index memory pools' lock configuration to be enabled. That makes the index pool be thread safe. Signed-off-by: Suanming Mou Acked-by: Matan Azrad --- drivers/