Hi, > -----Original Message----- > From: Suanming Mou <[email protected]> > Sent: Wednesday, October 26, 2022 9:33 AM > To: Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]> > Subject: [PATCH] net/mlx5: remove unneeded SQ null checking > > The ASO SQ is a dynamic array in the ASO pool struct. That means > the checking of the SQ pointer is incorrect and not needed. And > the mlx5_aso_destroy_sq() function internally also checks if inside > the SQ any resources need to be released or not. There is no need > to have that extra checking. > > This commit removes the redundant checking code. > > Fixes: aa90929cd5db ("net/mlx5: add HW steering connection tracking > support") > > Signed-off-by: Suanming Mou <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Squashed into relevant commit into next-net-mlx, Kindest regards, Raslan Darawsheh

