]> 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)
commita5543767120f4dd8d3706353f49c93bc46bdc558
tree0897ab2793cbe7624713e457c119ec537513f928
parenta340697af89e029bc8f5cbb53368354f436c30b4
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