[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260129201535.317d90bd@kernel.org>
Date: Thu, 29 Jan 2026 20:15:35 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: "Bastien Curutchet (Schneider Electric)" <bastien.curutchet@...tlin.com>
Cc: Woojung Huh <woojung.huh@...rochip.com>, UNGLinuxDriver@...rochip.com,
Andrew Lunn <andrew@...n.ch>, Vladimir Oltean <olteanv@...il.com>, "David
S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo
Abeni <pabeni@...hat.com>, Richard Cochran <richardcochran@...il.com>,
Simon Horman <horms@...nel.org>, Pascal Eberhard <pascal.eberhard@...com>,
Miquèl Raynal <miquel.raynal@...tlin.com>, Thomas
Petazzoni <thomas.petazzoni@...tlin.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v4 5/8] net: dsa: microchip: Add KSZ8463 tail
tag handling
Sorry for the nit but:
On Tue, 27 Jan 2026 10:06:47 +0100 Bastien Curutchet (Schneider
Electric) wrote:
> case DSA_TAG_PROTO_KSZ9893:
> case DSA_TAG_PROTO_KSZ9477:
> + case DSA_TAG_PROTO_KSZ8463:
> case DSA_TAG_PROTO_LAN937X:
This..
> #define KSZ9477_NAME "ksz9477"
> #define KSZ9893_NAME "ksz9893"
> #define LAN937X_NAME "lan937x"
> +#define KSZ8463_NAME "ksz8463"
this
> @@ -457,6 +526,7 @@ static struct dsa_tag_driver *dsa_tag_driver_array[] = {
> &DSA_TAG_DRIVER_NAME(ksz9477_netdev_ops),
> &DSA_TAG_DRIVER_NAME(ksz9893_netdev_ops),
> &DSA_TAG_DRIVER_NAME(lan937x_netdev_ops),
> + &DSA_TAG_DRIVER_NAME(ksz8463_netdev_ops),
and this - appear to have been alphabetically sorted previously, now
we're just adding at the end.
Powered by blists - more mailing lists