John Hurley <john.hur...@netronome.com> writes: > 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> > --- > tools/testing/selftests/tc-testing/config | 1 + > .../tc-testing/tc-tests/actions/mpls.json | 812 > +++++++++++++++++++++ > 2 files changed, 813 insertions(+) > create mode 100644 > tools/testing/selftests/tc-testing/tc-tests/actions/mpls.json >
[...] Thanks for contributing tdc test cases. It would make sense to add tests for max values and exceeding max allowed values, e.g. for mpls labels, ttl and such, as we already do for other actions.