Hi, > -----Original Message----- > From: Suanming Mou <suanmi...@nvidia.com> > Sent: Wednesday, October 26, 2022 9:33 AM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com> > Cc: dev@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com> > 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 <suanmi...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com>
Squashed into relevant commit into next-net-mlx, Kindest regards, Raslan Darawsheh