Re: [dpdk-dev] [PATCH 3/3] ethdev: add async queue-based flow rules operations

2021-10-13 Thread Ori Kam
Hi Ajit, > -Original Message- > From: Ajit Khaparde > Sent: Wednesday, October 13, 2021 7:58 AM > Subject: Re: [PATCH 3/3] ethdev: add async queue-based flow rules operations > > On Tue, Oct 5, 2021 at 9:49 PM Alexander Kozyrev wrote: > > > > A new, faster, queue-based flow rules manage

Re: [dpdk-dev] [PATCH 3/3] ethdev: add async queue-based flow rules operations

2021-10-13 Thread Ajit Khaparde
On Tue, Oct 5, 2021 at 9:49 PM 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 perform

Re: [dpdk-dev] [PATCH 3/3] ethdev: add async queue-based flow rules operations

2021-10-12 Thread Alexander Kozyrev
> From: Ivan Malov on Wednesday, October 6, 2021 12:25 > On 06/10/2021 07:48, 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

Re: [dpdk-dev] [PATCH 3/3] ethdev: add async queue-based flow rules operations

2021-10-06 Thread Ivan Malov
Hi, On 06/10/2021 07:48, 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