From: patchwork-bot+netdevbpf@kernel.org
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: davem@davemloft.net, andrew@lunn.ch, edumazet@google.com,
f.fainelli@gmail.com, kuba@kernel.org, pabeni@redhat.com,
olteanv@gmail.com, woojung.huh@microchip.com,
arun.ramadoss@microchip.com, kernel@pengutronix.de,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
UNGLinuxDriver@microchip.com, dsahern@kernel.org,
horms@kernel.org, willemb@google.com, san@skov.dk
Subject: Re: [PATCH net-next v7 00/12] add DCB and DSCP support for KSZ switches
Date: Wed, 08 May 2024 09:40:32 +0000 [thread overview]
Message-ID: <171516123201.8124.6701974455512349009.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240503131351.1969097-1-o.rempel@pengutronix.de>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 3 May 2024 15:13:39 +0200 you wrote:
> This patch series is aimed at improving support for DCB (Data Center
> Bridging) and DSCP (Differentiated Services Code Point) on KSZ switches.
>
> The main goal is to introduce global DSCP and PCP (Priority Code Point)
> mapping support, addressing the limitation of KSZ switches not having
> per-port DSCP priority mapping. This involves extending the DSA
> framework with new callbacks for managing trust settings for global DSCP
> and PCP maps. Additionally, we introduce IEEE 802.1q helpers for default
> configurations, benefiting other drivers too.
>
> [...]
Here is the summary with links:
- [net-next,v7,01/12] net: dsa: add support for DCB get/set apptrust configuration
https://git.kernel.org/netdev/net-next/c/96c6f337951a
- [net-next,v7,02/12] net: dsa: microchip: add IPV information support
https://git.kernel.org/netdev/net-next/c/97278f8f109a
- [net-next,v7,03/12] net: add IEEE 802.1q specific helpers
https://git.kernel.org/netdev/net-next/c/768cf8413883
- [net-next,v7,04/12] net: dsa: microchip: add multi queue support for KSZ88X3 variants
https://git.kernel.org/netdev/net-next/c/328de4671dd6
- [net-next,v7,05/12] net: dsa: microchip: add support for different DCB app configurations
https://git.kernel.org/netdev/net-next/c/a16efc61d289
- [net-next,v7,06/12] net: dsa: microchip: dcb: add special handling for KSZ88X3 family
https://git.kernel.org/netdev/net-next/c/a1ea57710c9d
- [net-next,v7,07/12] net: dsa: microchip: enable ETS support for KSZ989X variants
https://git.kernel.org/netdev/net-next/c/c631250a24f5
- [net-next,v7,08/12] net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xxx variants
https://git.kernel.org/netdev/net-next/c/3bcb8968654d
- [net-next,v7,09/12] net: dsa: microchip: let DCB code do PCP and DSCP policy configuration
https://git.kernel.org/netdev/net-next/c/ea1078d94ce0
- [net-next,v7,10/12] net: dsa: add support switches global DSCP priority mapping
https://git.kernel.org/netdev/net-next/c/5f5109af4753
- [net-next,v7,11/12] net: dsa: microchip: add support DSCP priority mapping
https://git.kernel.org/netdev/net-next/c/c2e722657f18
- [net-next,v7,12/12] selftests: microchip: add test for QoS support on KSZ9477 switch family
https://git.kernel.org/netdev/net-next/c/cbc7afffc5ec
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:[~2024-05-08 9:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-03 13:13 [PATCH net-next v7 00/12] add DCB and DSCP support for KSZ switches Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 01/12] net: dsa: add support for DCB get/set apptrust configuration Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 02/12] net: dsa: microchip: add IPV information support Oleksij Rempel
2024-05-06 20:43 ` Woojung.Huh
2024-05-07 4:37 ` Oleksij Rempel
2024-05-07 15:04 ` Woojung.Huh
2024-05-03 13:13 ` [PATCH net-next v7 03/12] net: add IEEE 802.1q specific helpers Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 04/12] net: dsa: microchip: add multi queue support for KSZ88X3 variants Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 05/12] net: dsa: microchip: add support for different DCB app configurations Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 06/12] net: dsa: microchip: dcb: add special handling for KSZ88X3 family Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 07/12] net: dsa: microchip: enable ETS support for KSZ989X variants Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 08/12] net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xxx variants Oleksij Rempel
2024-05-06 14:40 ` Arun.Ramadoss
2024-05-03 13:13 ` [PATCH net-next v7 09/12] net: dsa: microchip: let DCB code do PCP and DSCP policy configuration Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 10/12] net: dsa: add support switches global DSCP priority mapping Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 11/12] net: dsa: microchip: add support " Oleksij Rempel
2024-05-03 13:13 ` [PATCH net-next v7 12/12] selftests: microchip: add test for QoS support on KSZ9477 switch family Oleksij Rempel
2024-05-08 9:40 ` 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=171516123201.8124.6701974455512349009.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=arun.ramadoss@microchip.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=horms@kernel.org \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=san@skov.dk \
--cc=willemb@google.com \
--cc=woojung.huh@microchip.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox