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

2024-03-03 Thread Raslan Darawsheh
Hi. > -Original Message- > From: Dariusz Sosnowski > Sent: Thursday, February 29, 2024 1:52 PM > To: Slava Ovsiienko ; Ori Kam ; > Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org; Raslan Darawsheh ; Bing Zhao > > Subject: [PATCH v2 00/11] net/mlx5:

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

2024-02-29 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