From: patchwork-bot+netdevbpf@kernel.org
To: Bastien Curutchet (Schneider Electric) <bastien.curutchet@bootlin.com>
Cc: woojung.huh@microchip.com, UNGLinuxDriver@microchip.com,
andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
linux@armlinux.org.uk, richardcochran@gmail.com,
pascal.eberhard@se.com, miquel.raynal@bootlin.com,
thomas.petazzoni@bootlin.com, tristram.ha@microchip.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
vladimir.oltean@nxp.com
Subject: Re: [PATCH net-next 00/15] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks
Date: Fri, 15 May 2026 01:20:22 +0000 [thread overview]
Message-ID: <177880802253.150313.13537764865485542251.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260512-clean-ksz-2nd-series-v1-0-c00f6ce037fa@bootlin.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 12 May 2026 15:06:22 +0200 you wrote:
> Hi all,
>
> This series continues the rework of the KSZ driver initiated by a previous
> series (see [1]), following the discussion we had here [2].
>
> The KSZ driver got way too convoluted over time because it uses a common
> framework to handle more than 20 switches split in 5 families (see below
> table)
>
> [...]
Here is the summary with links:
- [net-next,01/15] net: dsa: microchip: remove unused phylink_mac_link_up() callback
https://git.kernel.org/netdev/net-next/c/83ea7fd73b11
- [net-next,02/15] net: dsa: microchip: bypass dev_ops for FDB ageing operations
https://git.kernel.org/netdev/net-next/c/f27ae140c8da
- [net-next,03/15] net: dsa: microchip: bypass dev_ops for change_mtu() operation
https://git.kernel.org/netdev/net-next/c/9f16bc5c737d
- [net-next,04/15] net: dsa: microchip: bypass dev_ops for VLAN operations
https://git.kernel.org/netdev/net-next/c/e439c7871efb
- [net-next,05/15] net: dsa: microchip: bypass dev_ops for FDB and MDB operations
https://git.kernel.org/netdev/net-next/c/ede165ba0bd0
- [net-next,06/15] net: dsa: microchip: bypass dev_ops for mirror operations
https://git.kernel.org/netdev/net-next/c/5973ddcc1765
- [net-next,07/15] net: dsa: microchip: bypass dev_ops for phylink_get_caps()
https://git.kernel.org/netdev/net-next/c/82e5193a4e50
- [net-next,08/15] net: dsa: microchip: don't reset on shutdown or driver removal
(no matching commit)
- [net-next,09/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937x
(no matching commit)
- [net-next,10/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477
(no matching commit)
- [net-next,11/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8
(no matching commit)
- [net-next,12/15] net: dsa: microchip: remove dev_ops->setup() and teardown()
(no matching commit)
- [net-next,13/15] net: dsa: microchip: bypass dev_ops for port_setup()
(no matching commit)
- [net-next,14/15] net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write}
(no matching commit)
- [net-next,15/15] net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()
(no matching commit)
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:[~2026-05-15 1:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 13:06 [PATCH net-next 00/15] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks Bastien Curutchet (Schneider Electric)
2026-05-12 13:06 ` [PATCH net-next 01/15] net: dsa: microchip: remove unused phylink_mac_link_up() callback Bastien Curutchet (Schneider Electric)
2026-05-12 13:06 ` [PATCH net-next 02/15] net: dsa: microchip: bypass dev_ops for FDB ageing operations Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 03/15] net: dsa: microchip: bypass dev_ops for change_mtu() operation Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 04/15] net: dsa: microchip: bypass dev_ops for VLAN operations Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 05/15] net: dsa: microchip: bypass dev_ops for FDB and MDB operations Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 06/15] net: dsa: microchip: bypass dev_ops for mirror operations Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 07/15] net: dsa: microchip: bypass dev_ops for phylink_get_caps() Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 08/15] net: dsa: microchip: don't reset on shutdown or driver removal Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 09/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937x Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 10/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477 Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 11/15] net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8 Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 12/15] net: dsa: microchip: remove dev_ops->setup() and teardown() Bastien Curutchet
2026-05-12 13:06 ` [PATCH net-next 13/15] net: dsa: microchip: bypass dev_ops for port_setup() Bastien Curutchet (Schneider Electric)
2026-05-15 1:15 ` Jakub Kicinski
2026-05-12 13:06 ` [PATCH net-next 14/15] net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write} Bastien Curutchet (Schneider Electric)
2026-05-12 13:06 ` [PATCH net-next 15/15] net: dsa: microchip: bypass dev_ops for phy_read()/phy_write() Bastien Curutchet (Schneider Electric)
2026-05-15 1: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=177880802253.150313.13537764865485542251.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=bastien.curutchet@bootlin.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=miquel.raynal@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=pascal.eberhard@se.com \
--cc=richardcochran@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=tristram.ha@microchip.com \
--cc=vladimir.oltean@nxp.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 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.