]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb8d6710be5717bb54fd12a0edfdb5a113b85192c
tree980d10b40f967e8b4ca54996445658d06f49fec8
parent50cb9931075f2d93f04ee7a82a998ebaf9f0e139
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