From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, razor@blackwall.org,
bridge@lists.linux-foundation.org, edumazet@google.com,
mlxsw@nvidia.com, roopa@nvidia.com, kuba@kernel.org,
pabeni@redhat.com, davem@davemloft.net
Subject: Re: [Bridge] [PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN
Date: Mon, 12 Dec 2022 23:40:19 +0000 [thread overview]
Message-ID: <167088841900.5876.16567042596931057102.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221210145633.1328511-1-idosch@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 10 Dec 2022 16:56:19 +0200 you wrote:
> tl;dr
> =====
>
> This patchset creates feature parity between user space and the kernel
> and allows the former to install and replace MDB port group entries with
> a source list and associated filter mode. This is required for EVPN use
> cases where multicast state is not derived from snooped IGMP/MLD
> packets, but instead derived from EVPN routes exchanged by the control
> plane in user space.
>
> [...]
Here is the summary with links:
- [net-next,v2,01/14] bridge: mcast: Do not derive entry type from its filter mode
https://git.kernel.org/netdev/net-next/c/b63e30651c59
- [net-next,v2,02/14] bridge: mcast: Split (*, G) and (S, G) addition into different functions
https://git.kernel.org/netdev/net-next/c/6ff1e68eb215
- [net-next,v2,03/14] bridge: mcast: Place netlink policy before validation functions
https://git.kernel.org/netdev/net-next/c/1870a2d35abb
- [net-next,v2,04/14] bridge: mcast: Add a centralized error path
https://git.kernel.org/netdev/net-next/c/160dd93114dd
- [net-next,v2,05/14] bridge: mcast: Expose br_multicast_new_group_src()
https://git.kernel.org/netdev/net-next/c/fd0c696164cf
- [net-next,v2,06/14] bridge: mcast: Expose __br_multicast_del_group_src()
https://git.kernel.org/netdev/net-next/c/083e353482b4
- [net-next,v2,07/14] bridge: mcast: Add a flag for user installed source entries
https://git.kernel.org/netdev/net-next/c/a01ecb1712dd
- [net-next,v2,08/14] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
https://git.kernel.org/netdev/net-next/c/079afd66161b
- [net-next,v2,09/14] bridge: mcast: Add support for (*, G) with a source list and filter mode
https://git.kernel.org/netdev/net-next/c/b1c8fec8d459
- [net-next,v2,10/14] bridge: mcast: Allow user space to add (*, G) with a source list and filter mode
https://git.kernel.org/netdev/net-next/c/6afaae6d12f5
- [net-next,v2,11/14] bridge: mcast: Allow user space to specify MDB entry routing protocol
https://git.kernel.org/netdev/net-next/c/1d7b66a7d975
- [net-next,v2,12/14] bridge: mcast: Support replacement of MDB port group entries
https://git.kernel.org/netdev/net-next/c/61f2183512a7
- [net-next,v2,13/14] selftests: forwarding: Rename bridge_mdb test
https://git.kernel.org/netdev/net-next/c/f9923a67ab62
- [net-next,v2,14/14] selftests: forwarding: Add bridge MDB test
https://git.kernel.org/netdev/net-next/c/b6d00da08610
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, roopa@nvidia.com, razor@blackwall.org,
mlxsw@nvidia.com
Subject: Re: [PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN
Date: Mon, 12 Dec 2022 23:40:19 +0000 [thread overview]
Message-ID: <167088841900.5876.16567042596931057102.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221210145633.1328511-1-idosch@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 10 Dec 2022 16:56:19 +0200 you wrote:
> tl;dr
> =====
>
> This patchset creates feature parity between user space and the kernel
> and allows the former to install and replace MDB port group entries with
> a source list and associated filter mode. This is required for EVPN use
> cases where multicast state is not derived from snooped IGMP/MLD
> packets, but instead derived from EVPN routes exchanged by the control
> plane in user space.
>
> [...]
Here is the summary with links:
- [net-next,v2,01/14] bridge: mcast: Do not derive entry type from its filter mode
https://git.kernel.org/netdev/net-next/c/b63e30651c59
- [net-next,v2,02/14] bridge: mcast: Split (*, G) and (S, G) addition into different functions
https://git.kernel.org/netdev/net-next/c/6ff1e68eb215
- [net-next,v2,03/14] bridge: mcast: Place netlink policy before validation functions
https://git.kernel.org/netdev/net-next/c/1870a2d35abb
- [net-next,v2,04/14] bridge: mcast: Add a centralized error path
https://git.kernel.org/netdev/net-next/c/160dd93114dd
- [net-next,v2,05/14] bridge: mcast: Expose br_multicast_new_group_src()
https://git.kernel.org/netdev/net-next/c/fd0c696164cf
- [net-next,v2,06/14] bridge: mcast: Expose __br_multicast_del_group_src()
https://git.kernel.org/netdev/net-next/c/083e353482b4
- [net-next,v2,07/14] bridge: mcast: Add a flag for user installed source entries
https://git.kernel.org/netdev/net-next/c/a01ecb1712dd
- [net-next,v2,08/14] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
https://git.kernel.org/netdev/net-next/c/079afd66161b
- [net-next,v2,09/14] bridge: mcast: Add support for (*, G) with a source list and filter mode
https://git.kernel.org/netdev/net-next/c/b1c8fec8d459
- [net-next,v2,10/14] bridge: mcast: Allow user space to add (*, G) with a source list and filter mode
https://git.kernel.org/netdev/net-next/c/6afaae6d12f5
- [net-next,v2,11/14] bridge: mcast: Allow user space to specify MDB entry routing protocol
https://git.kernel.org/netdev/net-next/c/1d7b66a7d975
- [net-next,v2,12/14] bridge: mcast: Support replacement of MDB port group entries
https://git.kernel.org/netdev/net-next/c/61f2183512a7
- [net-next,v2,13/14] selftests: forwarding: Rename bridge_mdb test
https://git.kernel.org/netdev/net-next/c/f9923a67ab62
- [net-next,v2,14/14] selftests: forwarding: Add bridge MDB test
https://git.kernel.org/netdev/net-next/c/b6d00da08610
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-12-12 23:40 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-10 14:56 [Bridge] [PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 01/14] bridge: mcast: Do not derive entry type from its filter mode Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 02/14] bridge: mcast: Split (*, G) and (S, G) addition into different functions Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 03/14] bridge: mcast: Place netlink policy before validation functions Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 04/14] bridge: mcast: Add a centralized error path Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 05/14] bridge: mcast: Expose br_multicast_new_group_src() Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 06/14] bridge: mcast: Expose __br_multicast_del_group_src() Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 07/14] bridge: mcast: Add a flag for user installed source entries Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 08/14] bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 09/14] bridge: mcast: Add support for (*, G) with a source list and filter mode Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 10/14] bridge: mcast: Allow user space to add " Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 11/14] bridge: mcast: Allow user space to specify MDB entry routing protocol Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 12/14] bridge: mcast: Support replacement of MDB port group entries Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-11 9:26 ` [Bridge] " Nikolay Aleksandrov
2022-12-11 9:26 ` Nikolay Aleksandrov
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 13/14] selftests: forwarding: Rename bridge_mdb test Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-10 14:56 ` [Bridge] [PATCH net-next v2 14/14] selftests: forwarding: Add bridge MDB test Ido Schimmel
2022-12-10 14:56 ` Ido Schimmel
2022-12-12 23:40 ` patchwork-bot+netdevbpf [this message]
2022-12-12 23:40 ` [PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN patchwork-bot+netdevbpf
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=167088841900.5876.16567042596931057102.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=bridge@lists.linux-foundation.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
--cc=roopa@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.