net/mlx5e: Check the number of elements before walk TC rhashtable
authorJianbo Liu <jianbol@nvidia.com>
Thu, 12 Oct 2023 02:00:44 +0000 (02:00 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 5 Dec 2023 06:11:52 +0000 (22:11 -0800)
commit4e25b661f484df54b6751b65f9ea2434a3b67539
treea8944e2d7c3a5d3983a61e701a2a5003a844222c
parentbaac8351f74c543896b8fd40138b7ad9365587a3
net/mlx5e: Check the number of elements before walk TC rhashtable

After IPSec TX tables are destroyed, the flow rules in TC rhashtable,
which have the destination to IPSec, are restored to the original
one, the uplink.

However, when the device is in switchdev mode and unload driver with
IPSec rules configured, TC rhashtable cleanup is done before IPSec
cleanup, which means tc_ht->tbl is already freed when walking TC
rhashtable, in order to restore the destination. So add the checking
before walking to avoid unexpected behavior.

Fixes: d1569537a837 ("net/mlx5e: Modify and restore TC rules for IPSec TX rules")
Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c