netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: netdev@vger.kernel.org, idosch@nvidia.com, dsahern@kernel.org,
	davem@davemloft.net, kuba@kernel.org
Subject: Re: [PATCH net-next v2 00/14] nexthop: Resilient next-hop groups
Date: Fri, 12 Mar 2021 00:30:14 +0000	[thread overview]
Message-ID: <161550901492.18262.4907275951287000292.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1615485052.git.petrm@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Thu, 11 Mar 2021 19:03:11 +0100 you wrote:
> At this moment, there is only one type of next-hop group: an mpath group.
> Mpath groups implement the hash-threshold algorithm, described in RFC
> 2992[1].
> 
> To select a next hop, hash-threshold algorithm first assigns a range of
> hashes to each next hop in the group, and then selects the next hop by
> comparing the SKB hash with the individual ranges. When a next hop is
> removed from the group, the ranges are recomputed, which leads to
> reassignment of parts of hash space from one next hop to another. RFC 2992
> illustrates it thus:
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/14] nexthop: Pass nh_config to replace_nexthop()
    https://git.kernel.org/netdev/net-next/c/597f48e46b6e
  - [net-next,v2,02/14] nexthop: __nh_notifier_single_info_init(): Make nh_info an argument
    https://git.kernel.org/netdev/net-next/c/96a856256a43
  - [net-next,v2,03/14] nexthop: Add a dedicated flag for multipath next-hop groups
    https://git.kernel.org/netdev/net-next/c/90e1a9e21326
  - [net-next,v2,04/14] nexthop: Add netlink defines and enumerators for resilient NH groups
    https://git.kernel.org/netdev/net-next/c/710ec5622306
  - [net-next,v2,05/14] nexthop: Add implementation of resilient next-hop groups
    https://git.kernel.org/netdev/net-next/c/283a72a5599e
  - [net-next,v2,06/14] nexthop: Add data structures for resilient group notifications
    https://git.kernel.org/netdev/net-next/c/b8f090d0beb1
  - [net-next,v2,07/14] nexthop: Implement notifiers for resilient nexthop groups
    https://git.kernel.org/netdev/net-next/c/7c37c7e00411
  - [net-next,v2,08/14] nexthop: Allow setting "offload" and "trap" indication of nexthop buckets
    https://git.kernel.org/netdev/net-next/c/56ad5ba344de
  - [net-next,v2,09/14] nexthop: Allow reporting activity of nexthop buckets
    https://git.kernel.org/netdev/net-next/c/cfc15c1dbb0b
  - [net-next,v2,10/14] nexthop: Add netlink handlers for resilient nexthop groups
    https://git.kernel.org/netdev/net-next/c/a2601e2b1e7e
  - [net-next,v2,11/14] nexthop: Add netlink handlers for bucket dump
    https://git.kernel.org/netdev/net-next/c/8a1bbabb034d
  - [net-next,v2,12/14] nexthop: Add netlink handlers for bucket get
    https://git.kernel.org/netdev/net-next/c/187d4c6b9796
  - [net-next,v2,13/14] nexthop: Notify userspace about bucket migrations
    https://git.kernel.org/netdev/net-next/c/0b4818aabcd6
  - [net-next,v2,14/14] nexthop: Enable resilient next-hop groups
    https://git.kernel.org/netdev/net-next/c/15e1dd570306

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-03-12  0:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 18:03 [PATCH net-next v2 00/14] nexthop: Resilient next-hop groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 01/14] nexthop: Pass nh_config to replace_nexthop() Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 02/14] nexthop: __nh_notifier_single_info_init(): Make nh_info an argument Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 03/14] nexthop: Add a dedicated flag for multipath next-hop groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 04/14] nexthop: Add netlink defines and enumerators for resilient NH groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 05/14] nexthop: Add implementation of resilient next-hop groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 06/14] nexthop: Add data structures for resilient group notifications Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 07/14] nexthop: Implement notifiers for resilient nexthop groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 08/14] nexthop: Allow setting "offload" and "trap" indication of nexthop buckets Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 09/14] nexthop: Allow reporting activity " Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 10/14] nexthop: Add netlink handlers for resilient nexthop groups Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 11/14] nexthop: Add netlink handlers for bucket dump Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 12/14] nexthop: Add netlink handlers for bucket get Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 13/14] nexthop: Notify userspace about bucket migrations Petr Machata
2021-03-11 18:03 ` [PATCH net-next v2 14/14] nexthop: Enable resilient next-hop groups Petr Machata
2021-03-12  0:30 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161550901492.18262.4907275951287000292.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=petrm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).