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 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:    679 MB/s    11529 calls/s  11529 msg/s
# tcp rx:    679 MB/s    25497 calls/s
# tcp tx:    559 MB/s     9482 calls/s   9482 msg/s
# tcp rx:    560 MB/s    19738 calls/s
# tcp tx:    703 MB/s    11932 calls/s  11932 msg/s
# tcp rx:    704 MB/s    29856 calls/s
# tcp tx:    665 MB/s    11287 calls/s  11287 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:    469 MB/s   341284 calls/s
# udp tx:    632 MB/s    10725 calls/s  10725 msg/s
# udp rx:    496 MB/s   360779 calls/s
# udp tx:    603 MB/s    10244 calls/s  10244 msg/s
# udp rx:    477 MB/s   347430 calls/s
# udp tx:    591 MB/s    10036 calls/s  10036 msg/s
# udp rx:    461 MB/s   335373 calls/s
# udp tx:    597 MB/s    10141 calls/s  10141 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:    587 MB/s   428580 calls/s
# udp tx:    606 MB/s    10290 calls/s  10290 msg/s
# udp rx:    573 MB/s   418239 calls/s
# udp tx:    570 MB/s     9669 calls/s   9669 msg/s
# udp rx:    595 MB/s   434015 calls/s
# udp tx:    600 MB/s    10184 calls/s  10184 msg/s
# udp rx:    635 MB/s   463682 calls/s
# udp tx:    636 MB/s    10787 calls/s  10787 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__->