Re: [dpdk-dev] [PATCH v2 0/8] net/mlx5: make counter thread safe

2020-10-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Suanming Mou > Sent: Tuesday, October 20, 2020 6:02 AM > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/8] net/mlx5: make counter thread safe > > The mlx5 PMD is going to support multiple-thread flow operations.

[dpdk-dev] [PATCH v2 0/8] net/mlx5: make counter thread safe

2020-10-19 Thread Suanming Mou
The mlx5 PMD is going to support multiple-thread flow operations. This patchset makes the counter action to be thread safe. Suanming Mou (8): net/mlx5: locate aging pools in the general container net/mlx5: optimize shared counter memory net/mlx5: remove single counter container net/mlx5: s