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 4800
# 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:    642 MB/s    10903 calls/s  10903 msg/s
# tcp rx:    651 MB/s    28736 calls/s
# tcp tx:    671 MB/s    11387 calls/s  11387 msg/s
# tcp rx:    671 MB/s    27537 calls/s
# tcp tx:    662 MB/s    11241 calls/s  11241 msg/s
# tcp rx:    664 MB/s    28273 calls/s
# tcp tx:    642 MB/s    10902 calls/s  10902 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:    500 MB/s   363307 calls/s
# udp tx:    658 MB/s    11167 calls/s  11167 msg/s
# udp rx:    483 MB/s   351163 calls/s
# udp tx:    639 MB/s    10852 calls/s  10852 msg/s
# udp rx:    513 MB/s   372224 calls/s
# udp tx:    654 MB/s    11107 calls/s  11107 msg/s
# udp rx:    512 MB/s   371968 calls/s
# udp tx:    653 MB/s    11084 calls/s  11084 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:    425 MB/s   310159 calls/s
# udp tx:    434 MB/s     7371 calls/s   7371 msg/s
# udp rx:    437 MB/s   319060 calls/s
# udp tx:    437 MB/s     7414 calls/s   7414 msg/s
# udp rx:    438 MB/s   319447 calls/s
# udp tx:    437 MB/s     7417 calls/s   7417 msg/s
# udp rx:    435 MB/s   317426 calls/s
# udp tx:    435 MB/s     7378 calls/s   7378 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__->