[PATCH] arm64: defconfig: Enable configs for traffic classifier and action module
From: Chintan Vankar
Date: Thu Feb 19 2026 - 11:48:51 EST
Enable CONFIG_NET_CLS_U32 and CONFIG_NET_ACT_SKBEDIT as modules to allow
traffic control operations that can be used during TSN (Time Sensitive
Networking) testing.
Signed-off-by: Chintan Vankar <c-vankar@xxxxxx>
---
This patch is based on commit '2b7a25df823d' of origin/master
branch of Linux repo.
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b67d5b1fc45b..265300c1a62c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -177,12 +177,14 @@ CONFIG_NET_SCH_TAPRIO=m
CONFIG_NET_SCH_MQPRIO=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_CLS_BASIC=m
+CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_GACT=m
CONFIG_NET_ACT_MIRRED=m
CONFIG_HSR=m
CONFIG_NET_ACT_GATE=m
+CONFIG_NET_ACT_SKBEDIT=m
CONFIG_QRTR_SMD=m
CONFIG_QRTR_TUN=m
CONFIG_CAN=m
--
2.34.1