make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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 6000
# 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:    560 MB/s     9505 calls/s   9505 msg/s
# tcp rx:    563 MB/s    21473 calls/s
# tcp tx:    566 MB/s     9611 calls/s   9611 msg/s
# tcp rx:    567 MB/s    24353 calls/s
# tcp tx:    512 MB/s     8686 calls/s   8686 msg/s
# tcp rx:    513 MB/s    21446 calls/s
# tcp tx:    638 MB/s    10826 calls/s  10826 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:    424 MB/s   308187 calls/s
# udp tx:    666 MB/s    11308 calls/s  11308 msg/s
# udp rx:    389 MB/s   283170 calls/s
# udp tx:    513 MB/s     8707 calls/s   8707 msg/s
# udp rx:    484 MB/s   352898 calls/s
# udp tx:    528 MB/s     8959 calls/s   8959 msg/s
# udp rx:    547 MB/s   398059 calls/s
# udp tx:    609 MB/s    10333 calls/s  10333 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:    375 MB/s   274082 calls/s
# udp tx:    388 MB/s     6593 calls/s   6593 msg/s
# udp rx:    378 MB/s   276258 calls/s
# udp tx:    376 MB/s     6392 calls/s   6392 msg/s
# udp rx:    414 MB/s   302389 calls/s
# udp tx:    415 MB/s     7040 calls/s   7040 msg/s
# udp rx:    358 MB/s   261391 calls/s
# udp tx:    356 MB/s     6039 calls/s   6039 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__->