Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-17 Thread Andrew Rybchenko
On 2/17/22 13:57, Ori Kam wrote: Hi Andrew, -Original Message- From: Andrew Rybchenko Sent: Thursday, February 17, 2022 12:35 PM Subject: Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints On 2/17/22 01:17, Alexander Kozyrev wrote: On Wed, Feb 16, 2022 8:03 Andrew

RE: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-17 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Thursday, February 17, 2022 12:35 PM > Subject: Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints > > On 2/17/22 01:17, Alexander Kozyrev wrote: > > On Wed, Feb 16, 2022 8:03 Andr

Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-17 Thread Andrew Rybchenko
-Thomas Monjalon (EXTERNAL) ; ivan.ma...@oktetlabs.ru; ferruh.yi...@intel.com; mohammad.abdul.a...@intel.com; qi.z.zh...@intel.com; jer...@marvell.com; ajit.khapa...@broadcom.com; bruce.richard...@intel.com Subject: Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints On 2/11/22

RE: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-16 Thread Alexander Kozyrev
NBU-Contact-Thomas Monjalon > (EXTERNAL) > >> ; ivan.ma...@oktetlabs.ru; > ferruh.yi...@intel.com; > >> mohammad.abdul.a...@intel.com; qi.z.zh...@intel.com; > jer...@marvell.com; > >> ajit.khapa...@broadcom.com; bruce.richard...@intel.com > >> Subject: Re:

Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-16 Thread Andrew Rybchenko
; mohammad.abdul.a...@intel.com; qi.z.zh...@intel.com; jer...@marvell.com; ajit.khapa...@broadcom.com; bruce.richard...@intel.com Subject: Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints On 2/11/22 05:26, Alexander Kozyrev wrote: The flow rules creation/destruction at a large scale incurs a

RE: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-11 Thread Alexander Kozyrev
el.com; qi.z.zh...@intel.com; jer...@marvell.com; > ajit.khapa...@broadcom.com; bruce.richard...@intel.com > Subject: Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints > > On 2/11/22 05:26, Alexander Kozyrev wrote: > > The flow rules creation/destruction at a large scale inc

Re: [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-11 Thread Andrew Rybchenko
On 2/11/22 05:26, Alexander Kozyrev wrote: The flow rules creation/destruction at a large scale incurs a performance penalty and may negatively impact the packet processing when used as part of the datapath logic. This is mainly because software/hardware resources are allocated and prepared durin

[PATCH v5 01/10] ethdev: introduce flow pre-configuration hints

2022-02-10 Thread Alexander Kozyrev
The flow rules creation/destruction at a large scale incurs a performance penalty and may negatively impact the packet processing when used as part of the datapath logic. This is mainly because software/hardware resources are allocated and prepared during the flow rule creation. In order to optimi