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:    917 MB/s    15559 calls/s  15559 msg/s
# tcp rx:    917 MB/s    49379 calls/s
# tcp tx:    912 MB/s    15475 calls/s  15475 msg/s
# tcp rx:    913 MB/s    49698 calls/s
# tcp tx:    942 MB/s    15982 calls/s  15982 msg/s
# tcp rx:    943 MB/s    49112 calls/s
# tcp tx:    897 MB/s    15228 calls/s  15228 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:    627 MB/s   454656 calls/s
# udp tx:   1177 MB/s    19978 calls/s  19978 msg/s
# udp rx:    659 MB/s   478034 calls/s
# udp tx:   1224 MB/s    20770 calls/s  20770 msg/s
# udp rx:    664 MB/s   480895 calls/s
# udp tx:   1282 MB/s    21754 calls/s  21754 msg/s
# udp rx:    666 MB/s   482949 calls/s
# udp tx:   1266 MB/s    21488 calls/s  21488 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:   1147 MB/s   836933 calls/s
# udp tx:   1171 MB/s    19864 calls/s  19864 msg/s
# udp rx:   1168 MB/s   852482 calls/s
# udp tx:   1169 MB/s    19833 calls/s  19833 msg/s
# udp rx:    686 MB/s   500989 calls/s
# udp tx:    677 MB/s    11498 calls/s  11498 msg/s
# udp rx:    654 MB/s   477461 calls/s
# udp tx:    654 MB/s    11106 calls/s  11106 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__->