Re: [PATCH v10 03/11] ethdev: bring in async queue-based flow rules operations

2022-02-24 Thread Andrew Rybchenko
On 2/23/22 06:02, Alexander Kozyrev wrote: A new, faster, queue-based flow rules management mechanism is needed for applications offloading rules inside the datapath. This asynchronous and lockless mechanism frees the CPU for further packet processing and reduces the performance impact of the flo

[PATCH v10 03/11] ethdev: bring in async queue-based flow rules operations

2022-02-22 Thread Alexander Kozyrev
A new, faster, queue-based flow rules management mechanism is needed for applications offloading rules inside the datapath. This asynchronous and lockless mechanism frees the CPU for further packet processing and reduces the performance impact of the flow rules creation/destruction on the datapath.