Message ID | 20250402114224.293392-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv6: Multipath routing fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 2 Apr 2025 14:42:22 +0300 you wrote: > This patchset contains two fixes for IPv6 multipath routing. See the > commit messages for more details. > > Ido Schimmel (2): > ipv6: Start path selection from the first nexthop > ipv6: Do not consider link down nexthops in path selection > > [...] Here is the summary with links: - [net,1/2] ipv6: Start path selection from the first nexthop https://git.kernel.org/netdev/net/c/4d0ab3a6885e - [net,2/2] ipv6: Do not consider link down nexthops in path selection https://git.kernel.org/netdev/net/c/8b8e0dd35716 You are awesome, thank you!
On Fri, 04 Apr 2025 14:40:33 +0000 patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to netdev/net.git (main) > by Jakub Kicinski <kuba@kernel.org>: > > On Wed, 2 Apr 2025 14:42:22 +0300 you wrote: > > This patchset contains two fixes for IPv6 multipath routing. See the > > commit messages for more details. > > > > Ido Schimmel (2): > > ipv6: Start path selection from the first nexthop > > ipv6: Do not consider link down nexthops in path selection > > > > [...] > > Here is the summary with links: > - [net,1/2] ipv6: Start path selection from the first nexthop > https://git.kernel.org/netdev/net/c/4d0ab3a6885e > - [net,2/2] ipv6: Do not consider link down nexthops in path selection > https://git.kernel.org/netdev/net/c/8b8e0dd35716 > > You are awesome, thank you! Ugh, rushed this it seems. Sorry, Willem.
Jakub Kicinski wrote: > On Fri, 04 Apr 2025 14:40:33 +0000 patchwork-bot+netdevbpf@kernel.org > wrote: > > Hello: > > > > This series was applied to netdev/net.git (main) > > by Jakub Kicinski <kuba@kernel.org>: > > > > On Wed, 2 Apr 2025 14:42:22 +0300 you wrote: > > > This patchset contains two fixes for IPv6 multipath routing. See the > > > commit messages for more details. > > > > > > Ido Schimmel (2): > > > ipv6: Start path selection from the first nexthop > > > ipv6: Do not consider link down nexthops in path selection > > > > > > [...] > > > > Here is the summary with links: > > - [net,1/2] ipv6: Start path selection from the first nexthop > > https://git.kernel.org/netdev/net/c/4d0ab3a6885e > > - [net,2/2] ipv6: Do not consider link down nexthops in path selection > > https://git.kernel.org/netdev/net/c/8b8e0dd35716 > > > > You are awesome, thank you! > > Ugh, rushed this it seems. > Sorry, Willem. No worries of course. I just did not see a more authoritative Reviewed-by and was trying to better understand the code. I trust it's fine.
On Wed, Apr 02, 2025 at 02:42:22PM +0300, Ido Schimmel wrote: > This patchset contains two fixes for IPv6 multipath routing. See the > commit messages for more details. Thanks for fixing this Ido! I've sucessfully tested the patches (although it's too late for a Tested-by tag). > Ido Schimmel (2): > ipv6: Start path selection from the first nexthop > ipv6: Do not consider link down nexthops in path selection > > net/ipv6/route.c | 42 ++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 38 insertions(+), 4 deletions(-) > > -- > 2.49.0 >