Re: [PATCH net-next v5 3/5] net: dsa: add out-of-band tagging protocol

From: Andrew Lunn
Date: Fri Oct 21 2022 - 10:47:00 EST


> diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
> index 3eef72ce99a4..c50508e9f636 100644
> --- a/net/dsa/Kconfig
> +++ b/net/dsa/Kconfig
> @@ -57,6 +57,14 @@ config NET_DSA_TAG_HELLCREEK
> Say Y or M if you want to enable support for tagging frames
> for the Hirschmann Hellcreek TSN switches.
>
> +config NET_DSA_TAG_OOB
> + select SKB_EXTENSIONS
> + tristate "Tag driver for Out-of-band tagging drivers"

Here the sorting is based on the tristate. So again, after Ocelot
8021q please.

Andrew