mlxsw: spectrum_router: Access nhgi->rif through a helper
authorPetr Machata <petrm@nvidia.com>
Mon, 12 Jun 2023 15:31:05 +0000 (17:31 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 14 Jun 2023 11:12:20 +0000 (13:12 +0200)
commit532b6e2bbc190c899086da5be1fd83e69fb41c12
treed5fa816d944e4ace274c75c72618c0c33cc3a9cc
parent69f4ba177d6bb863925e586fa15bd0d454a875d7
mlxsw: spectrum_router: Access nhgi->rif through a helper

To abstract away deduction of RIF from the corresponding next hop group
info (NHGI), mlxsw currently uses a macro. In its current form, that macro
is impossible to extend to more general computation. Therefore introduce a
helper, mlxsw_sp_nhgi_rif(), and use it throughout. This will make it
possible to change the deduction path easily later on.

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