[PATCH] arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX

Johan Korsnes posted 1 patch 10 months, 3 weeks ago
arch/xtensa/configs/common_defconfig | 1 -
1 file changed, 1 deletion(-)
[PATCH] arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
Posted by Johan Korsnes 10 months, 3 weeks ago
This option was removed from the Kconfig in commit
8c710f75256b ("net/sched: Retire tcindex classifier") but it was not
removed from the defconfigs.

Fixes: 8c710f75256b ("net/sched: Retire tcindex classifier")
Signed-off-by: Johan Korsnes <johan.korsnes@gmail.com>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
---
 arch/xtensa/configs/common_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/xtensa/configs/common_defconfig b/arch/xtensa/configs/common_defconfig
index fa9389869154..09e4a1d9d1f3 100644
--- a/arch/xtensa/configs/common_defconfig
+++ b/arch/xtensa/configs/common_defconfig
@@ -32,7 +32,6 @@ CONFIG_NET_SCH_TEQL=m
 CONFIG_NET_SCH_TBF=m
 CONFIG_NET_SCH_GRED=m
 CONFIG_NET_SCH_DSMARK=m
-CONFIG_NET_CLS_TCINDEX=m
 CONFIG_NET_CLS_ROUTE4=m
 CONFIG_NET_CLS_FW=m
 CONFIG_NET_CLS_U32=m
-- 
2.49.0
Re: [PATCH] arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
Posted by Max Filippov 10 months, 3 weeks ago
On Sun, Mar 23, 2025 at 12:10 PM Johan Korsnes <johan.korsnes@gmail.com> wrote:
>
> This option was removed from the Kconfig in commit
> 8c710f75256b ("net/sched: Retire tcindex classifier") but it was not
> removed from the defconfigs.
>
> Fixes: 8c710f75256b ("net/sched: Retire tcindex classifier")
> Signed-off-by: Johan Korsnes <johan.korsnes@gmail.com>
> Cc: Chris Zankel <chris@zankel.net>
> Cc: Max Filippov <jcmvbkbc@gmail.com>
> ---
>  arch/xtensa/configs/common_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Thanks. Applied to my xtensa tree.

-- Max