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, taras.chornyi@plvision•eu,
saeedm@nvidia•com, leon@kernel•org, petrm@nvidia•com,
vladimir.oltean@nxp•com, claudiu.manoil@nxp•com,
alexandre.belloni@bootlin•com, UNGLinuxDriver@microchip•com,
jhs@mojatatu•com, xiyou.wangcong@gmail•com, jiri@resnulli•us,
roopa@nvidia•com, razor@blackwall•org, simon.horman@corigine•com
Subject: Re: [PATCH net-next v2 0/8] Add layer 2 miss indication and filtering
Date: Wed, 31 May 2023 07:00:21 +0000 [thread overview]
Message-ID: <168551642191.20025.10645289366060748687.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230529114835.372140-1-idosch@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel•org>:
On Mon, 29 May 2023 14:48:27 +0300 you wrote:
> tl;dr
> =====
>
> This patchset adds a single bit to the tc skb extension to indicate that
> a packet encountered a layer 2 miss in the bridge and extends flower to
> match on this metadata. This is required for non-DF (Designated
> Forwarder) filtering in EVPN multi-homing which prevents decapsulated
> BUM packets from being forwarded multiple times to the same multi-homed
> host.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] skbuff: bridge: Add layer 2 miss indication
https://git.kernel.org/netdev/net-next/c/7b4858df3bf7
- [net-next,v2,2/8] flow_dissector: Dissect layer 2 miss from tc skb extension
https://git.kernel.org/netdev/net-next/c/d5ccfd90df7f
- [net-next,v2,3/8] net/sched: flower: Allow matching on layer 2 miss
https://git.kernel.org/netdev/net-next/c/1a432018c0cd
- [net-next,v2,4/8] flow_offload: Reject matching on layer 2 miss
https://git.kernel.org/netdev/net-next/c/f4356947f029
- [net-next,v2,5/8] mlxsw: spectrum_flower: Split iif parsing to a separate function
https://git.kernel.org/netdev/net-next/c/d04e26509678
- [net-next,v2,6/8] mlxsw: spectrum_flower: Do not force matching on iif
https://git.kernel.org/netdev/net-next/c/0b9cd74b8d1e
- [net-next,v2,7/8] mlxsw: spectrum_flower: Add ability to match on layer 2 miss
https://git.kernel.org/netdev/net-next/c/caa4c58ab5d9
- [net-next,v2,8/8] selftests: forwarding: Add layer 2 miss test cases
https://git.kernel.org/netdev/net-next/c/8c33266ae26a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-05-31 7:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-29 11:48 [PATCH net-next v2 0/8] Add layer 2 miss indication and filtering Ido Schimmel
2023-05-29 11:48 ` [PATCH net-next v2 1/8] skbuff: bridge: Add layer 2 miss indication Ido Schimmel
2023-05-29 13:17 ` Nikolay Aleksandrov
2023-05-30 5:18 ` Jakub Kicinski
2023-05-29 11:48 ` [PATCH net-next v2 2/8] flow_dissector: Dissect layer 2 miss from tc skb extension Ido Schimmel
2023-05-29 13:18 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 3/8] net/sched: flower: Allow matching on layer 2 miss Ido Schimmel
2023-05-29 13:18 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 4/8] flow_offload: Reject " Ido Schimmel
2023-05-29 13:19 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 5/8] mlxsw: spectrum_flower: Split iif parsing to a separate function Ido Schimmel
2023-05-29 14:49 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 6/8] mlxsw: spectrum_flower: Do not force matching on iif Ido Schimmel
2023-05-29 14:49 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 7/8] mlxsw: spectrum_flower: Add ability to match on layer 2 miss Ido Schimmel
2023-05-29 14:50 ` Nikolay Aleksandrov
2023-05-29 11:48 ` [PATCH net-next v2 8/8] selftests: forwarding: Add layer 2 miss test cases Ido Schimmel
2023-05-29 14:48 ` Nikolay Aleksandrov
2023-05-31 7:00 ` 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=168551642191.20025.10645289366060748687.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=UNGLinuxDriver@microchip$(echo .)com \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=bridge@lists$(echo .)linux-foundation.org \
--cc=claudiu.manoil@nxp$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=idosch@nvidia$(echo .)com \
--cc=jhs@mojatatu$(echo .)com \
--cc=jiri@resnulli$(echo .)us \
--cc=kuba@kernel$(echo .)org \
--cc=leon@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=petrm@nvidia$(echo .)com \
--cc=razor@blackwall$(echo .)org \
--cc=roopa@nvidia$(echo .)com \
--cc=saeedm@nvidia$(echo .)com \
--cc=simon.horman@corigine$(echo .)com \
--cc=taras.chornyi@plvision$(echo .)eu \
--cc=vladimir.oltean@nxp$(echo .)com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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