Re: [PATCH 3/4] net: dsa: Add support for SoC-e SDSA tags

From: Vasilij Strassheim

Date: Wed Aug 05 2026 - 09:34:03 EST


On Mon, 2026-08-03 at 18:46 +0200, Andrew Lunn wrote:
> On Mon, Aug 03, 2026 at 05:37:26PM +0200, Vasilij Strassheim wrote:
> > On Wed, 2026-07-29 at 19:22 +0200, Andrew Lunn wrote:
> > > > @@ -98,6 +98,12 @@ config NET_DSA_TAG_EDSA
> > > >   Say Y or M if you want to enable support for tagging frames for the
> > > >   Marvell switches which use EtherType DSA headers.
> > > >  
> > > > +config NET_DSA_TAG_SDSA
> > > > + tristate "Tag driver for SoC-e switches using EtherType SDSA headers"
> > > > + help
> > > > + Say Y or M if you want to enable support for tagging frames for the
> > > > + SoC-e switches.
> > > > +
> > >
> > > These entries are sorted, so it probably should be between
> > > NET_DSA_TAG_RZN1_A5PSW and NET_DSA_TAG_LAN9303.
> >
> > I will insert it as suggested. To better understand, what is the sort order?
>
> The tristate string.

I see, thank you. I will keep that in mind in the future.

>
> Andrew

Vasilij