Re: [PATCH v10 01/11] ethdev: introduce flow engine configuration

2022-02-24 Thread Andrew Rybchenko
On 2/23/22 06:02, 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 v10 01/11] ethdev: introduce flow engine configuration

2022-02-22 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