commit | 26df5acc275b8b5fb14de1301feed6697f2433cf | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Mon Mar 22 17:58:43 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 22 13:45:46 2021 -0700 |
tree | 8a15c2b26b85a9dc0d2db7265384d7faf3f0d720 | |
parent | 08c99b92d76c5bb0208cf89cafd502bdb3b2c98c [diff] |
mlxsw: spectrum_router: Consolidate nexthop helpers The helper mlxsw_sp_nexthop_offload() is actually interested in finding out if the nexthop is both written to the adjacency table and forwarding packets (as opposed to discarding them). Rename it to mlxsw_sp_nexthop_is_forward() and remove mlxsw_sp_nexthop_is_discard(). Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>