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:    942 MB/s    15982 calls/s  15982 msg/s
# tcp rx:    955 MB/s    47989 calls/s
# tcp tx:    990 MB/s    16806 calls/s  16806 msg/s
# tcp rx:    992 MB/s    50033 calls/s
# tcp tx:    971 MB/s    16480 calls/s  16480 msg/s
# tcp rx:    972 MB/s    48618 calls/s
# tcp tx:    991 MB/s    16814 calls/s  16814 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:    582 MB/s   422656 calls/s
# udp tx:   1232 MB/s    20910 calls/s  20910 msg/s
# udp rx:    598 MB/s   433247 calls/s
# udp tx:   1305 MB/s    22137 calls/s  22137 msg/s
# udp rx:    662 MB/s   479543 calls/s
# udp tx:   1287 MB/s    21829 calls/s  21829 msg/s
# udp rx:    661 MB/s   479341 calls/s
# udp tx:   1286 MB/s    21828 calls/s  21828 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:   1062 MB/s   774668 calls/s
# udp tx:   1086 MB/s    18430 calls/s  18430 msg/s
# udp rx:   1127 MB/s   822436 calls/s
# udp tx:   1128 MB/s    19147 calls/s  19147 msg/s
# udp rx:   1149 MB/s   838213 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1151 MB/s   839669 calls/s
# udp tx:   1152 MB/s    19544 calls/s  19544 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__->