Re: [dpdk-dev] [PATCH] net/sfc: rely on native thread safety in RTE flow mechanism

2020-11-17 Thread Ferruh Yigit
On 11/17/2020 7:38 AM, Andrew Rybchenko wrote: On 11/16/20 10:40 PM, Ivan Malov wrote: The changeset that introduced common flow API thread safety in fact introduced double locking to this particular PMD as RTE flow API implementation in the PMD has been thread-safe since the day zero. State thi

Re: [dpdk-dev] [PATCH] net/sfc: rely on native thread safety in RTE flow mechanism

2020-11-16 Thread Andrew Rybchenko
On 11/16/20 10:40 PM, Ivan Malov wrote: > The changeset that introduced common flow API thread safety > in fact introduced double locking to this particular PMD as > RTE flow API implementation in the PMD has been thread-safe > since the day zero. State this by setting the corresponding > device fl

[dpdk-dev] [PATCH] net/sfc: rely on native thread safety in RTE flow mechanism

2020-11-16 Thread Ivan Malov
The changeset that introduced common flow API thread safety in fact introduced double locking to this particular PMD as RTE flow API implementation in the PMD has been thread-safe since the day zero. State this by setting the corresponding device flag to skip locking imposed by generic RTE flow API