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

Cyril Hrubis chrubis@suse.cz
Tue Jul 21 10:49:24 CEST 2026


Hi!
> > > 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"},
> > >  	{}
> > >  };
> > 
> > This is still missing the additions to the CONFIG -> module map.
> 
> That's achieved in the just commented code :-) feel free to add RB tag,
> I will merge the patch then.

Sigh, sorry, I shouldn't have doing reviews in the late evening. Let me
do a proper review now.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list