From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
roid@nvidia.com, ozsh@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next v0 01/16] net/mlx5e: Add tc action infrastructure
Date: Wed, 15 Dec 2021 14:50:12 +0000 [thread overview]
Message-ID: <163957981213.14546.11998485762382827498.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211215053300.130679-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Tue, 14 Dec 2021 21:32:45 -0800 you wrote:
> From: Roi Dayan <roid@nvidia.com>
>
> Add an infrastructure to help parsing tc actions in a generic way.
>
> Supporting an action parser means implementing struct mlx5e_tc_act
> for that action.
>
> [...]
Here is the summary with links:
- [net-next,v0,01/16] net/mlx5e: Add tc action infrastructure
https://git.kernel.org/netdev/net-next/c/fad547906980
- [net-next,v0,02/16] net/mlx5e: Add goto to tc action infra
https://git.kernel.org/netdev/net-next/c/67d62ee7f46b
- [net-next,v0,03/16] net/mlx5e: Add tunnel encap/decap to tc action infra
https://git.kernel.org/netdev/net-next/c/c65686d79c95
- [net-next,v0,04/16] net/mlx5e: Add csum to tc action infra
https://git.kernel.org/netdev/net-next/c/9ca1bb2cf69b
- [net-next,v0,05/16] net/mlx5e: Add pedit to tc action infra
https://git.kernel.org/netdev/net-next/c/e36db1ee7a88
- [net-next,v0,06/16] net/mlx5e: Add vlan push/pop/mangle to tc action infra
https://git.kernel.org/netdev/net-next/c/8ee72638347c
- [net-next,v0,07/16] net/mlx5e: Add mpls push/pop to tc action infra
https://git.kernel.org/netdev/net-next/c/163b766f5662
- [net-next,v0,08/16] net/mlx5e: Add mirred/redirect to tc action infra
https://git.kernel.org/netdev/net-next/c/ab3f3d5efffa
- [net-next,v0,09/16] net/mlx5e: Add ct to tc action infra
https://git.kernel.org/netdev/net-next/c/758bc1342277
- [net-next,v0,10/16] net/mlx5e: Add sample and ptype to tc_action infra
https://git.kernel.org/netdev/net-next/c/3929ff583d8e
- [net-next,v0,11/16] net/mlx5e: Add redirect ingress to tc action infra
https://git.kernel.org/netdev/net-next/c/922d69ed9666
- [net-next,v0,12/16] net/mlx5e: TC action parsing loop
https://git.kernel.org/netdev/net-next/c/8333d53e3f74
- [net-next,v0,13/16] net/mlx5e: Move sample attr allocation to tc_action sample parse op
https://git.kernel.org/netdev/net-next/c/6bcba1bdeda5
- [net-next,v0,14/16] net/mlx5e: Add post_parse() op to tc action infrastructure
https://git.kernel.org/netdev/net-next/c/dd5ab6d11565
- [net-next,v0,15/16] net/mlx5e: Move vlan action chunk into tc action vlan post parse op
https://git.kernel.org/netdev/net-next/c/c22080352ecf
- [net-next,v0,16/16] net/mlx5e: Move goto action checks into tc_action goto post parse op
https://git.kernel.org/netdev/net-next/c/35bb5242148f
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:[~2021-12-15 14:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-15 5:32 [pull request][net-next v0 00/16] mlx5 updates 2021-12-14 Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 01/16] net/mlx5e: Add tc action infrastructure Saeed Mahameed
2021-12-15 14:50 ` patchwork-bot+netdevbpf [this message]
2021-12-15 5:32 ` [net-next v0 02/16] net/mlx5e: Add goto to tc action infra Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 03/16] net/mlx5e: Add tunnel encap/decap " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 04/16] net/mlx5e: Add csum " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 05/16] net/mlx5e: Add pedit " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 06/16] net/mlx5e: Add vlan push/pop/mangle " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 07/16] net/mlx5e: Add mpls push/pop " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 08/16] net/mlx5e: Add mirred/redirect " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 09/16] net/mlx5e: Add ct " Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 10/16] net/mlx5e: Add sample and ptype to tc_action infra Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 11/16] net/mlx5e: Add redirect ingress to tc action infra Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 12/16] net/mlx5e: TC action parsing loop Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 13/16] net/mlx5e: Move sample attr allocation to tc_action sample parse op Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 14/16] net/mlx5e: Add post_parse() op to tc action infrastructure Saeed Mahameed
2021-12-15 5:32 ` [net-next v0 15/16] net/mlx5e: Move vlan action chunk into tc action vlan post parse op Saeed Mahameed
2021-12-15 5:33 ` [net-next v0 16/16] net/mlx5e: Move goto action checks into tc_action goto " Saeed Mahameed
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=163957981213.14546.11998485762382827498.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ozsh@nvidia.com \
--cc=roid@nvidia.com \
--cc=saeed@kernel.org \
--cc=saeedm@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.