RE: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-17 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Thursday, February 17, 2022 12:45 PM > Subject: Re: [PATCH v5 02/10] ethdev: add flow item/action templates > > Hi Ori, > > On 2/16/22 17:18, Ori Kam wrote: > > Hi Andrew, > > >

Re: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-17 Thread Andrew Rybchenko
Hi Ori, On 2/16/22 17:18, Ori Kam wrote: Hi Andrew, -Original Message- From: Andrew Rybchenko Subject: Re: [PATCH v5 02/10] ethdev: add flow item/action templates On 2/12/22 01:25, Alexander Kozyrev wrote: On Fri, Feb 11, 2022 6:27 Andrew Rybchenko wrote: On 2/11/22 05:26

RE: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-16 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Subject: Re: [PATCH v5 02/10] ethdev: add flow item/action templates > > On 2/12/22 01:25, Alexander Kozyrev wrote: > > On Fri, Feb 11, 2022 6:27 Andrew Rybchenko > > wrote: > >> On 2/

Re: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-16 Thread Andrew Rybchenko
On 2/12/22 01:25, Alexander Kozyrev wrote: On Fri, Feb 11, 2022 6:27 Andrew Rybchenko wrote: On 2/11/22 05:26, Alexander Kozyrev wrote: Treating every single flow rule as a completely independent and separate entity negatively impacts the flow rules insertion rate. Oftentimes in an applicatio

RE: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-11 Thread Alexander Kozyrev
On Fri, Feb 11, 2022 6:27 Andrew Rybchenko wrote: > On 2/11/22 05:26, Alexander Kozyrev wrote: > > Treating every single flow rule as a completely independent and separate > > entity negatively impacts the flow rules insertion rate. Oftentimes in an > > application, many flow rules share a common

Re: [PATCH v5 02/10] ethdev: add flow item/action templates

2022-02-11 Thread Andrew Rybchenko
On 2/11/22 05:26, Alexander Kozyrev wrote: Treating every single flow rule as a completely independent and separate entity negatively impacts the flow rules insertion rate. Oftentimes in an application, many flow rules share a common structure (the same item mask and/or action list) so they can b