make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    636 MB/s    10803 calls/s  10803 msg/s
# tcp rx:    644 MB/s    32921 calls/s
# tcp tx:    610 MB/s    10362 calls/s  10362 msg/s
# tcp rx:    609 MB/s    31552 calls/s
# tcp tx:    624 MB/s    10591 calls/s  10591 msg/s
# tcp rx:    625 MB/s    32107 calls/s
# tcp tx:    631 MB/s    10719 calls/s  10719 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    512 MB/s   371910 calls/s
# udp tx:    758 MB/s    12872 calls/s  12872 msg/s
# udp rx:    549 MB/s   398592 calls/s
# udp tx:    785 MB/s    13329 calls/s  13329 msg/s
# udp rx:    512 MB/s   371712 calls/s
# udp tx:    815 MB/s    13825 calls/s  13825 msg/s
# udp rx:    548 MB/s   398080 calls/s
# udp tx:    779 MB/s    13219 calls/s  13219 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    635 MB/s   463754 calls/s
# udp tx:    647 MB/s    10974 calls/s  10974 msg/s
# udp rx:    963 MB/s   702572 calls/s
# udp tx:    978 MB/s    16602 calls/s  16602 msg/s
# udp rx:   1142 MB/s   833445 calls/s
# udp tx:   1144 MB/s    19416 calls/s  19416 msg/s
# udp rx:   1142 MB/s   832915 calls/s
# udp tx:   1141 MB/s    19355 calls/s  19355 msg/s
ok 1 selftests: net: udpgro_frglist.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->