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:    945 MB/s    16043 calls/s  16043 msg/s
# tcp rx:    946 MB/s    49873 calls/s
# tcp tx:    961 MB/s    16305 calls/s  16305 msg/s
# tcp rx:    961 MB/s    50138 calls/s
# tcp tx:    966 MB/s    16396 calls/s  16396 msg/s
# tcp rx:    967 MB/s    50356 calls/s
# tcp tx:    996 MB/s    16900 calls/s  16900 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:    615 MB/s   445696 calls/s
# udp tx:   1223 MB/s    20752 calls/s  20752 msg/s
# udp rx:    640 MB/s   464436 calls/s
# udp tx:   1263 MB/s    21435 calls/s  21435 msg/s
# udp rx:    629 MB/s   456192 calls/s
# udp tx:   1318 MB/s    22362 calls/s  22362 msg/s
# udp rx:    605 MB/s   438784 calls/s
# udp tx:   1326 MB/s    22505 calls/s  22505 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:   1116 MB/s   814073 calls/s
# udp tx:   1145 MB/s    19425 calls/s  19425 msg/s
# udp rx:   1108 MB/s   808518 calls/s
# udp tx:   1107 MB/s    18790 calls/s  18790 msg/s
# udp rx:   1148 MB/s   837710 calls/s
# udp tx:   1148 MB/s    19475 calls/s  19475 msg/s
# udp rx:   1150 MB/s   839157 calls/s
# udp tx:   1150 MB/s    19506 calls/s  19506 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__->