RE: [PATCH 00/11] net/mlx5: flow insertion performance improvements

2024-02-29 Thread Ori Kam
Hi Dariusz, > -Original Message- > From: Dariusz Sosnowski > Sent: Wednesday, February 28, 2024 7:01 PM > > Goal of this patchset is to improve the throughput of flow insertion > and deletion in mlx5 PMD when HW Steering flow engine is used. > > - Patch 1 - Use preallocated per-queue, p

[PATCH 00/11] net/mlx5: flow insertion performance improvements

2024-02-28 Thread Dariusz Sosnowski
Goal of this patchset is to improve the throughput of flow insertion and deletion in mlx5 PMD when HW Steering flow engine is used. - Patch 1 - Use preallocated per-queue, per-actions template buffer for storing translated flow actions, instead of allocating and filling it on demand, on each f