On Thu, 2018-03-08 at 14:56 -0500, Roman Mashak wrote: > Signed-off-by: Roman Mashak <m...@mojatatu.com> > --- > .../tc-testing/tc-tests/actions/csum.json | 410 > +++++++++++++++++++++ > 1 file changed, 410 insertions(+) > create mode 100644 > tools/testing/selftests/tc-testing/tc-tests/actions/csum.json >
# ./tdc.py -c csum ... All test results: 1..17 ok 1 - 6d84 # Add csum iph action ok 2 - 1862 # Add csum ip4h action ok 3 - 15c6 # Add csum ipv4h action ok 4 - bf47 # Add csum icmp action ok 5 - cc1d # Add csum igmp action ok 6 - bccc # Add csum foobar action ok 7 - 3bb4 # Add csum tcp action ok 8 - 759c # Add csum udp action ok 9 - bdb6 # Add csum udp xor iph action ok 10 - c220 # Add csum udplite action ok 11 - 8993 # Add csum sctp action ok 12 - b138 # Add csum ip & icmp action ok 13 - eeda # Add csum ip & sctp action ok 14 - 0017 # Add csum udp or tcp action ok 15 - ce92 # Add csum udp action with cookie ok 16 - 912f # Add csum icmp action with large cookie ok 17 - 879b # Add batch of 32 csum tcp actions Tested-by: Davide Caratti <dcara...@redhat.com>