]> git.itanic.dy.fi Git - linux-stable/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)
commit684f062c979dd11dd7c2b46c2def189859a29392
tree0897ab2793cbe7624713e457c119ec537513f928
parent91707779a481aab9c7f1d7a5ea3033ce87dc4fd6
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