Re: [PATCH] net/mlx5: fix the unneeded stub table allocation

2025-01-20 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, November 26, 2024 11:25 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; Maayan Kashani Subject: [PATCH] net/mlx5: fix the unneeded stub table allocation The HWS non-template flow API is reusing

RE: [PATCH] net/mlx5: fix the unneeded stub table allocation

2024-11-26 Thread Dariusz Sosnowski
> -Original Message- > From: Bing Zhao > Sent: Tuesday, November 26, 2024 10:26 > To: Dariusz Sosnowski ; Slava Ovsiienko > ; dev@dpdk.org; Raslan Darawsheh > > Cc: Ori Kam ; Suanming Mou ; > Matan Azrad ; Maayan Kashani > > Subject: [PATCH] net/mlx

[PATCH] net/mlx5: fix the unneeded stub table allocation

2024-11-26 Thread Bing Zhao
The HWS non-template flow API is reusing some implementation of template API to unifiy code logic. So for each rule creation, a stub / temporary table is used in order to reuse the actions construction. Since this is temporary and used only internally, there is no need to save the table permanentl