Re: [dpdk-dev] [PATCH 1/3] ethdev: introduce flow pre-configuration hints

2021-10-13 Thread Ori Kam
Hi Ajit, > -Original Message- > From: Ajit Khaparde > Sent: Wednesday, October 13, 2021 7:11 AM > Subject: Re: [PATCH 1/3] ethdev: introduce flow pre-configuration hints > > On Tue, Oct 5, 2021 at 9:48 PM Alexander Kozyrev wrote: > > > > The flow rules creation/destruction at a large sc

Re: [dpdk-dev] [PATCH 1/3] ethdev: introduce flow pre-configuration hints

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

[dpdk-dev] [PATCH 1/3] ethdev: introduce flow pre-configuration hints

2021-10-06 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