Message ID | 20201117174704.291990-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Preparations for nexthop objects support - part 2/2 | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 17 Nov 2020 19:46:55 +0200 you wrote: > From: Ido Schimmel <idosch@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. > > [...] Here is the summary with links: - [net-next,1/9] mlxsw: spectrum_router: Fix wrong kfree() in error path https://git.kernel.org/netdev/net-next/c/fbf805bf1fcd - [net-next,2/9] mlxsw: spectrum_router: Set ifindex for IPv4 nexthops https://git.kernel.org/netdev/net-next/c/ff8a24182acc - [net-next,3/9] mlxsw: spectrum_router: Pass ifindex to mlxsw_sp_ipip_entry_find_by_decap() https://git.kernel.org/netdev/net-next/c/c68e248d538b - [net-next,4/9] mlxsw: spectrum_router: Set FIB entry's type after creating nexthop group https://git.kernel.org/netdev/net-next/c/5c9a3b24518c - [net-next,5/9] mlxsw: spectrum_router: Set FIB entry's type based on nexthop group https://git.kernel.org/netdev/net-next/c/c0351b7c25ff - [net-next,6/9] mlxsw: spectrum_router: Re-order mlxsw_sp_nexthop6_group_get() https://git.kernel.org/netdev/net-next/c/5b9954e1e7b8 - [net-next,7/9] mlxsw: spectrum_router: Only clear offload indication from valid IPv6 FIB info https://git.kernel.org/netdev/net-next/c/a9a711a3f78b - [net-next,8/9] mlxsw: spectrum_router: Add an indication if a nexthop group can be destroyed https://git.kernel.org/netdev/net-next/c/2efca2bfba99 - [net-next,9/9] mlxsw: spectrum_router: Allow returning errors from mlxsw_sp_nexthop_group_refresh() https://git.kernel.org/netdev/net-next/c/e3ddfb45bacd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Ido Schimmel <idosch@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(-)