From: patchwork-bot+netdevbpf@kernel.org
To: Joachim Wiberg <troglobit@gmail.com>
Cc: netdev@vger.kernel.org, razor@blackwall.org,
bridge@lists.linux-foundation.org, roopa@nvidia.com,
kuba@kernel.org, davem@davemloft.net
Subject: Re: [Bridge] [PATCH v2 net-next 0/2] net: bridge: add support for host l2 mdb entries
Date: Tue, 12 Apr 2022 08:30:12 +0000 [thread overview]
Message-ID: <164975221257.23162.6047417037650246223.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220411084054.298807-1-troglobit@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 11 Apr 2022 10:40:52 +0200 you wrote:
> Fix to an obvious omissions for layer-2 host mdb entries, this v2 adds
> the missing selftest and some minor style fixes.
>
> Note: this patch revealed some worrying problems in how the bridge
> forwards unknown BUM traffic and also how unknown multicast is
> forwarded when a IP multicast router is known, which a another
> (RFC) patch series intend to address. That series will build
> on this selftest, hence the name of the test.
>
> [...]
Here is the summary with links:
- [v2,net-next,1/2] net: bridge: add support for host l2 mdb entries
https://git.kernel.org/netdev/net-next/c/e65693b0179e
- [v2,net-next,2/2] selftests: forwarding: new test, verify host mdb entries
https://git.kernel.org/netdev/net-next/c/50fe062c806e
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: Joachim Wiberg <troglobit@gmail.com>
Cc: kuba@kernel.org, razor@blackwall.org, roopa@nvidia.com,
netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
davem@davemloft.net
Subject: Re: [PATCH v2 net-next 0/2] net: bridge: add support for host l2 mdb entries
Date: Tue, 12 Apr 2022 08:30:12 +0000 [thread overview]
Message-ID: <164975221257.23162.6047417037650246223.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220411084054.298807-1-troglobit@gmail.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 11 Apr 2022 10:40:52 +0200 you wrote:
> Fix to an obvious omissions for layer-2 host mdb entries, this v2 adds
> the missing selftest and some minor style fixes.
>
> Note: this patch revealed some worrying problems in how the bridge
> forwards unknown BUM traffic and also how unknown multicast is
> forwarded when a IP multicast router is known, which a another
> (RFC) patch series intend to address. That series will build
> on this selftest, hence the name of the test.
>
> [...]
Here is the summary with links:
- [v2,net-next,1/2] net: bridge: add support for host l2 mdb entries
https://git.kernel.org/netdev/net-next/c/e65693b0179e
- [v2,net-next,2/2] selftests: forwarding: new test, verify host mdb entries
https://git.kernel.org/netdev/net-next/c/50fe062c806e
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-04-12 8:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-23 17:24 [Bridge] [PATCH 1/1 net-next] net: bridge: add support for host l2 mdb entries Joachim Wiberg
2022-02-23 17:24 ` Joachim Wiberg
2022-02-24 11:26 ` [Bridge] " Nikolay Aleksandrov
2022-02-24 11:26 ` Nikolay Aleksandrov
2022-02-24 13:59 ` [Bridge] " Joachim Wiberg
2022-02-24 13:59 ` Joachim Wiberg
2022-02-24 16:06 ` [Bridge] " Jakub Kicinski
2022-02-24 16:06 ` Jakub Kicinski
2022-02-24 16:29 ` [Bridge] " Joachim Wiberg
2022-02-24 16:29 ` Joachim Wiberg
2022-02-24 16:48 ` [Bridge] " Jakub Kicinski
2022-02-24 16:48 ` Jakub Kicinski
2022-02-24 17:27 ` [Bridge] " Joachim Wiberg
2022-02-24 17:27 ` Joachim Wiberg
2022-04-11 8:40 ` [Bridge] [PATCH v2 net-next 0/2] " Joachim Wiberg
2022-04-11 8:40 ` Joachim Wiberg
2022-04-11 8:40 ` [Bridge] [PATCH v2 net-next 1/2] " Joachim Wiberg
2022-04-11 8:40 ` Joachim Wiberg
2022-04-11 8:40 ` [Bridge] [PATCH v2 net-next 2/2] selftests: forwarding: new test, verify host " Joachim Wiberg
2022-04-11 8:40 ` Joachim Wiberg
2022-04-12 8:30 ` patchwork-bot+netdevbpf [this message]
2022-04-12 8:30 ` [PATCH v2 net-next 0/2] net: bridge: add support for host l2 " 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=164975221257.23162.6047417037650246223.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=bridge@lists.linux-foundation.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=razor@blackwall.org \
--cc=roopa@nvidia.com \
--cc=troglobit@gmail.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.