From: patchwork-bot+netdevbpf@kernel.org
To: Steen Hegelund <steen.hegelund@microchip.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, UNGLinuxDriver@microchip.com,
rdunlap@infradead.org, casper.casan@gmail.com,
rmk+kernel@armlinux.org.uk, wanjiabing@vivo.com,
nhuck@google.com, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
error27@gmail.com, michael@walle.cc
Subject: Re: [PATCH net-next v2 0/8] Adding Sparx5 IS0 VCAP support
Date: Thu, 26 Jan 2023 09:30:17 +0000 [thread overview]
Message-ID: <167472541783.8706.4708423989079576378.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230124104511.293938-1-steen.hegelund@microchip.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 24 Jan 2023 11:45:03 +0100 you wrote:
> This provides the Ingress Stage 0 (IS0) VCAP (Versatile Content-Aware
> Processor) support for the Sparx5 platform.
>
> The IS0 VCAP (also known in the datasheet as CLM) is a classifier VCAP that
> mainly extracts frame information to metadata that follows the frame in the
> Sparx5 processing flow all the way to the egress port.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] net: microchip: sparx5: Add IS0 VCAP model and updated KUNIT VCAP model
https://git.kernel.org/netdev/net-next/c/f274a659fb08
- [net-next,v2,2/8] net: microchip: sparx5: Add IS0 VCAP keyset configuration for Sparx5
https://git.kernel.org/netdev/net-next/c/545609fd4e7f
- [net-next,v2,3/8] net: microchip: sparx5: Add actionset type id information to rule
https://git.kernel.org/netdev/net-next/c/7306fcd17c0c
- [net-next,v2,4/8] net: microchip: sparx5: Add TC support for IS0 VCAP
https://git.kernel.org/netdev/net-next/c/542e6e2c20e5
- [net-next,v2,5/8] net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPs
https://git.kernel.org/netdev/net-next/c/88bd9ea70b2e
- [net-next,v2,6/8] net: microchip: sparx5: Add automatic selection of VCAP rule actionset
https://git.kernel.org/netdev/net-next/c/81e164c4aec5
- [net-next,v2,7/8] net: microchip: sparx5: Add support for IS0 VCAP ethernet protocol types
https://git.kernel.org/netdev/net-next/c/63e3564507ea
- [net-next,v2,8/8] net: microchip: sparx5: Add support for IS0 VCAP CVLAN TC keys
https://git.kernel.org/netdev/net-next/c/52df82cc9199
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Steen Hegelund <steen.hegelund@microchip.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, UNGLinuxDriver@microchip.com,
rdunlap@infradead.org, casper.casan@gmail.com,
rmk+kernel@armlinux.org.uk, wanjiabing@vivo.com,
nhuck@google.com, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
error27@gmail.com, michael@walle.cc
Subject: Re: [PATCH net-next v2 0/8] Adding Sparx5 IS0 VCAP support
Date: Thu, 26 Jan 2023 09:30:17 +0000 [thread overview]
Message-ID: <167472541783.8706.4708423989079576378.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230124104511.293938-1-steen.hegelund@microchip.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 24 Jan 2023 11:45:03 +0100 you wrote:
> This provides the Ingress Stage 0 (IS0) VCAP (Versatile Content-Aware
> Processor) support for the Sparx5 platform.
>
> The IS0 VCAP (also known in the datasheet as CLM) is a classifier VCAP that
> mainly extracts frame information to metadata that follows the frame in the
> Sparx5 processing flow all the way to the egress port.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] net: microchip: sparx5: Add IS0 VCAP model and updated KUNIT VCAP model
https://git.kernel.org/netdev/net-next/c/f274a659fb08
- [net-next,v2,2/8] net: microchip: sparx5: Add IS0 VCAP keyset configuration for Sparx5
https://git.kernel.org/netdev/net-next/c/545609fd4e7f
- [net-next,v2,3/8] net: microchip: sparx5: Add actionset type id information to rule
https://git.kernel.org/netdev/net-next/c/7306fcd17c0c
- [net-next,v2,4/8] net: microchip: sparx5: Add TC support for IS0 VCAP
https://git.kernel.org/netdev/net-next/c/542e6e2c20e5
- [net-next,v2,5/8] net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPs
https://git.kernel.org/netdev/net-next/c/88bd9ea70b2e
- [net-next,v2,6/8] net: microchip: sparx5: Add automatic selection of VCAP rule actionset
https://git.kernel.org/netdev/net-next/c/81e164c4aec5
- [net-next,v2,7/8] net: microchip: sparx5: Add support for IS0 VCAP ethernet protocol types
https://git.kernel.org/netdev/net-next/c/63e3564507ea
- [net-next,v2,8/8] net: microchip: sparx5: Add support for IS0 VCAP CVLAN TC keys
https://git.kernel.org/netdev/net-next/c/52df82cc9199
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:[~2023-01-26 9:31 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 10:45 [PATCH net-next v2 0/8] Adding Sparx5 IS0 VCAP support Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 1/8] net: microchip: sparx5: Add IS0 VCAP model and updated KUNIT VCAP model Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 2/8] net: microchip: sparx5: Add IS0 VCAP keyset configuration for Sparx5 Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 3/8] net: microchip: sparx5: Add actionset type id information to rule Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 4/8] net: microchip: sparx5: Add TC support for IS0 VCAP Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 5/8] net: microchip: sparx5: Add TC filter chaining support for IS0 and IS2 VCAPs Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 6/8] net: microchip: sparx5: Add automatic selection of VCAP rule actionset Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 7/8] net: microchip: sparx5: Add support for IS0 VCAP ethernet protocol types Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:45 ` [PATCH net-next v2 8/8] net: microchip: sparx5: Add support for IS0 VCAP CVLAN TC keys Steen Hegelund
2023-01-24 10:45 ` Steen Hegelund
2023-01-24 10:57 ` [PATCH net-next v2 0/8] Adding Sparx5 IS0 VCAP support Dan Carpenter
2023-01-24 10:57 ` Dan Carpenter
2023-01-26 9:30 ` patchwork-bot+netdevbpf [this message]
2023-01-26 9:30 ` 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=167472541783.8706.4708423989079576378.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=casper.casan@gmail.com \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=error27@gmail.com \
--cc=horatiu.vultur@microchip.com \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@walle.cc \
--cc=netdev@vger.kernel.org \
--cc=nhuck@google.com \
--cc=pabeni@redhat.com \
--cc=rdunlap@infradead.org \
--cc=rmk+kernel@armlinux.org.uk \
--cc=steen.hegelund@microchip.com \
--cc=wanjiabing@vivo.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.