On Wed, 2019-07-03 at 01:25 +0100, John Hurley wrote: > Add a new series of selftests to verify the functionality of act_mpls in > TC. > > Signed-off-by: John Hurley <john.hur...@netronome.com> > Reviewed-by: Simon Horman <simon.hor...@netronome.com> > Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com> > --- > .../tc-testing/tc-tests/actions/mpls.json | 812 > +++++++++++++++++++++ > 1 file changed, 812 insertions(+) > create mode 100644 > tools/testing/selftests/tc-testing/tc-tests/actions/mpls.json >
hello John, (sorry for noticing this late). some scripts use tools/testing/selftests/tc-testing/config to rebuild vmlinux before running TDC. I think you should add a line there that sets CONFIG_NET_ACT_MPLS=y. WDYT? thanks! -- davide