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

2022-02-21 Thread Alexander Kozyrev
On Monday, February 21, 2022 9:49 Andrew Rybchenko : > [snip] > > > @@ -3777,6 +3782,125 @@ and pattern and actions templates are created. > > &actions_templates, nb_actions_templ, > > &error); > > > > +Asynchronous operations > > +-

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

2022-02-21 Thread Andrew Rybchenko
On 2/20/22 06:44, 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