net/mlx5: fs, call the deletion function of the node
authorMark Bloch <mbloch@nvidia.com>
Tue, 15 Mar 2022 11:51:55 +0000 (11:51 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 3 May 2022 04:21:15 +0000 (21:21 -0700)
commit72191a4cd5250bc39e431ad1a2ad3b4fb3c52d2e
tree980d10b40f967e8b4ca54996445658d06f49fec8
parent7b0c6338597613f465d131bd939a51844a00455a
net/mlx5: fs, call the deletion function of the node

Don't call del_hw_fte() directly, instead use the hardware deletion
function set. This is just a small cleanup and doesn't change anything
as for an FTE the deletion function is already set to del_hw_fte().

Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c