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:
quoted
On Wed, 2026-07-29 at 19:22 +0200, Andrew Lunn wrote:
quoted
quoted
@@ -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