From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, netdev@vger.kernel.org, idosch@nvidia.com,
mlxsw@nvidia.com
Subject: Re: [PATCH net-next 0/4] mlxsw: Support traffic redirection from a locked bridge port
Date: Mon, 14 Aug 2023 07:20:22 +0000 [thread overview]
Message-ID: <169199762217.17065.15892726153785120863.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1691764353.git.petrm@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 11 Aug 2023 17:13:54 +0200 you wrote:
> Ido Schimmel writes:
>
> It is possible to add a filter that redirects traffic from the ingress
> of a bridge port that is locked (i.e., performs security / SMAC lookup)
> and has learning enabled. For example:
>
> # ip link add name br0 type bridge
> # ip link set dev swp1 master br0
> # bridge link set dev swp1 learning on locked on mab on
> # tc qdisc add dev swp1 clsact
> # tc filter add dev swp1 ingress pref 1 proto ip flower skip_sw src_ip 192.0.2.1 action mirred egress redirect dev swp2
>
> [...]
Here is the summary with links:
- [net-next,1/4] mlxsw: core_acl_flex_actions: Add IGNORE_ACTION
https://git.kernel.org/netdev/net-next/c/d0d449c74764
- [net-next,2/4] mlxsw: spectrum_flower: Disable learning and security lookup when redirecting
https://git.kernel.org/netdev/net-next/c/0433670e136a
- [net-next,3/4] mlxsw: spectrum: Stop ignoring learning notifications from redirected traffic
https://git.kernel.org/netdev/net-next/c/9793a5a9c493
- [net-next,4/4] selftests: forwarding: Add test case for traffic redirection from a locked port
https://git.kernel.org/netdev/net-next/c/38c43a1ce758
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-08-14 7:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 15:13 [PATCH net-next 0/4] mlxsw: Support traffic redirection from a locked bridge port Petr Machata
2023-08-11 15:13 ` [PATCH net-next 1/4] mlxsw: core_acl_flex_actions: Add IGNORE_ACTION Petr Machata
2023-08-11 15:13 ` [PATCH net-next 2/4] mlxsw: spectrum_flower: Disable learning and security lookup when redirecting Petr Machata
2023-08-11 15:13 ` [PATCH net-next 3/4] mlxsw: spectrum: Stop ignoring learning notifications from redirected traffic Petr Machata
2023-08-11 15:13 ` [PATCH net-next 4/4] selftests: forwarding: Add test case for traffic redirection from a locked port Petr Machata
2023-08-14 7:20 ` 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=169199762217.17065.15892726153785120863.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.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=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 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.