From: Ido Schimmel <ido...@nvidia.com> This patch set contains the second round of preparations towards nexthop objects support in mlxsw. Follow up patches can be found here [1].
The patches are mostly small and trivial and contain non-functional changes aimed at making it easier to integrate nexthop objects with mlxsw. Patch #1 is a fix for an issue introduced in previous submission. Found by Coverity. [1] https://github.com/idosch/linux/tree/submit/nexthop_objects Ido Schimmel (9): mlxsw: spectrum_router: Fix wrong kfree() in error path mlxsw: spectrum_router: Set ifindex for IPv4 nexthops mlxsw: spectrum_router: Pass ifindex to mlxsw_sp_ipip_entry_find_by_decap() mlxsw: spectrum_router: Set FIB entry's type after creating nexthop group mlxsw: spectrum_router: Set FIB entry's type based on nexthop group mlxsw: spectrum_router: Re-order mlxsw_sp_nexthop6_group_get() mlxsw: spectrum_router: Only clear offload indication from valid IPv6 FIB info mlxsw: spectrum_router: Add an indication if a nexthop group can be destroyed mlxsw: spectrum_router: Allow returning errors from mlxsw_sp_nexthop_group_refresh() .../ethernet/mellanox/mlxsw/spectrum_router.c | 103 ++++++++++++------ 1 file changed, 67 insertions(+), 36 deletions(-) -- 2.28.0