mlxsw: spectrum_router: Extract a helper to free a RIF
authorPetr Machata <petrm@nvidia.com>
Mon, 12 Jun 2023 15:31:06 +0000 (17:31 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 14 Jun 2023 11:12:20 +0000 (13:12 +0200)
commit571c56911b45059dbdd2fb7912152e3412b658cf
tree5a6b18bccb3f27413b7cd46f3f1bca2fbeebccd9
parent532b6e2bbc190c899086da5be1fd83e69fb41c12
mlxsw: spectrum_router: Extract a helper to free a RIF

Right now freeing the object that mlxsw uses to keep track of a RIF is as
simple as calling a kfree. But later on as CRIF abstraction is brought in,
it will involve severing the link between CRIF and its RIF as well. Better
to have the logic encapsulated in a helper.

Since a helper is being introduced, make it a full-fledged destructor and
have it validate that the objects tracked at the RIF have been released.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c