[LTP] [PATCH v3 1/2] tst_kconfig: add module mappings for ingress/matchall/pedit
Andrea Cervesato
andrea.cervesato@suse.de
Mon Jul 20 16:31:51 CEST 2026
From: Andrea Cervesato <andrea.cervesato@suse.com>
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 <andrea.cervesato@suse.com>
---
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
More information about the ltp
mailing list