[PATCH] net/mlx5: fix the leak of action data list

2024-11-18 Thread Bing Zhao
In the actions construction of NT2HWS, the `masks` parameter is always set to NULL and all the actions will be translated in the "construct" stage as non-fixed ones. In the stage of translating actions template, the actions data would be allocated from the pool and managed in a list. The list woul

RE: [PATCH] net/mlx5: fix the leak of action data list

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