[PATCH] net/mlx5: fix Rx Hash queue resource release in sample flow
Raslan Darawsheh
rasland at nvidia.com
Mon May 27 13:37:39 CEST 2024
Hi,
From: Jiawei(Jonny) Wang <jiaweiw at nvidia.com>
Sent: Monday, May 20, 2024 6:07 PM
To: Bing Zhao; Suanming Mou; Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Matan Azrad
Cc: dev at dpdk.org; Raslan Darawsheh; stable at dpdk.org
Subject: [PATCH] net/mlx5: fix Rx Hash queue resource release in sample flow
While the queue/rss action was added to sample action lists,
the rx hash queue resource was allocated in the sample action
translation to create the sample DR action later.
While there's a failure in the flow creation, the Rx hash queue
resource of the sample action list was destroyed in the wrong place.
This patch adds the checking to release the Rx hash queue
resource after the sample action release, to avoid one more
extra release if there's a failure.
Fixes: ca5eb60ecd5b ("net/mlx5: fix resource release for mirror flow")
Cc: stable at dpdk.org
Signed-off-by: Jiawei Wang <jiaweiw at nvidia.com>
Reviewed-by: Bing Zhao <bingz at nvidia.com>
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list