> -----Original Message----- > From: Jiawei(Jonny) Wang <[email protected]> > Sent: Monday, May 20, 2024 17:07 > To: Bing Zhao <[email protected]>; Suanming Mou <[email protected]>; > Dariusz Sosnowski <[email protected]>; Slava Ovsiienko > <[email protected]>; Ori Kam <[email protected]>; Matan Azrad > <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]>; [email protected] > 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: [email protected] > > Signed-off-by: Jiawei Wang <[email protected]> > Reviewed-by: Bing Zhao <[email protected]>
Acked-by: Dariusz Sosnowski <[email protected]> Best regards, Dariusz Sosnowski

