make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# overriding timeout to 7200
# 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 rx:     11 MB/s      790 calls/s
# tcp tx:     11 MB/s      192 calls/s    192 msg/s
# tcp rx:     11 MB/s      756 calls/s
# tcp tx:     11 MB/s      190 calls/s    190 msg/s
# tcp rx:     11 MB/s      755 calls/s
# tcp tx:     11 MB/s      190 calls/s    190 msg/s
# tcp rx:     11 MB/s      770 calls/s
# tcp tx:     11 MB/s      193 calls/s    193 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:      9 MB/s     7267 calls/s
# udp tx:     12 MB/s      220 calls/s    220 msg/s
# udp rx:     12 MB/s     9288 calls/s
# udp tx:     12 MB/s      216 calls/s    216 msg/s
# udp rx:     12 MB/s     9331 calls/s
# udp tx:     12 MB/s      219 calls/s    219 msg/s
# udp rx:     13 MB/s     9546 calls/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:      9 MB/s     7009 calls/s
# udp tx:     13 MB/s      223 calls/s    223 msg/s
# udp rx:     12 MB/s     9374 calls/s
# udp tx:     12 MB/s      218 calls/s    218 msg/s
# udp rx:     12 MB/s     9331 calls/s
# udp tx:     13 MB/s      221 calls/s    221 msg/s
# udp rx:     13 MB/s     9589 calls/s
# udp tx:     13 MB/s      221 calls/s    221 msg/s
ok 1 selftests: net: udpgro_frglist.sh
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__->