]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: group fdb cleanup to single function
authorShay Drory <shayd@nvidia.com>
Wed, 8 Jun 2022 20:04:50 +0000 (13:04 -0700)
committerSaeed Mahameed <saeedm@nvidia.com>
Mon, 13 Jun 2022 21:59:06 +0000 (14:59 -0700)
commit3f763445ecdfccc42373759aae90d9a0a7677aff
tree0897ab2793cbe7624713e457c119ec537513f928
parentb1d37882d837e03d88a9ae404537f5df172677d0
net/mlx5: group fdb cleanup to single function

Currently, the allocation of fdb software objects are done is single
function, oppose to the cleanup of them.
Group the cleanup of fdb software objects to single function.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c