[LTP] [PATCH v3 1/2] tst_kconfig: add module mappings for ingress/matchall/pedit

Andrea Cervesato <[email protected]> Mon, 20 Jul 2026 16:31:51 +0200
Newsgroups it.linux.lists.ltp
Message-ID <[email protected]>
From: Andrea Cervesato <[email protected]>

Map CONFIG_NET_SCH_INGRESS, CONFIG_NET_CLS_MATCHALL and CONFIG_NET_ACT_PEDIT
to their kernel modules (sch_ingress, cls_matchall, act_pedit).

Signed-off-by: Andrea Cervesato <[email protected]>
---
 lib/tst_kconfig.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/tst_kconfig.c b/lib/tst_kconfig.c
index 44eacc7c2989a5af3347b8f7ed16393fde0122a6..277ac606895046e072cf8f86076ecf7d79f9b1e6 100644
--- a/lib/tst_kconfig.c
+++ b/lib/tst_kconfig.c
@@ -162,6 +162,9 @@ static struct config_module_map {
 	{"CONFIG_CAN_RAW", "can-raw"},
 	{"CONFIG_CAN_BCM", "can-bcm"},
 	{"CONFIG_IP_SCTP", "sctp"},
+	{"CONFIG_NET_SCH_INGRESS", "sch_ingress"},
+	{"CONFIG_NET_CLS_MATCHALL", "cls_matchall"},
+	{"CONFIG_NET_ACT_PEDIT", "act_pedit"},
 	{}
 };
 

-- 
2.51.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp