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:    669 MB/s    11347 calls/s  11347 msg/s
# tcp rx:    674 MB/s    34356 calls/s
# tcp tx:    663 MB/s    11245 calls/s  11245 msg/s
# tcp rx:    662 MB/s    33846 calls/s
# tcp tx:    657 MB/s    11154 calls/s  11154 msg/s
# tcp rx:    658 MB/s    33436 calls/s
# tcp tx:    660 MB/s    11199 calls/s  11199 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:    562 MB/s   408079 calls/s
# udp tx:   1055 MB/s    17899 calls/s  17899 msg/s
# udp rx:    631 MB/s   457628 calls/s
# udp tx:   1265 MB/s    21457 calls/s  21457 msg/s
# udp rx:    665 MB/s   482383 calls/s
# udp tx:   1260 MB/s    21374 calls/s  21374 msg/s
# udp rx:    665 MB/s   482515 calls/s
# udp tx:   1225 MB/s    20786 calls/s  20786 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:   1080 MB/s   787843 calls/s
# udp tx:   1104 MB/s    18729 calls/s  18729 msg/s
# udp rx:    724 MB/s   528731 calls/s
# udp tx:    714 MB/s    12119 calls/s  12119 msg/s
# udp rx:    683 MB/s   498439 calls/s
# udp tx:    683 MB/s    11593 calls/s  11593 msg/s
# udp rx:    650 MB/s   474220 calls/s
# udp tx:    645 MB/s    10952 calls/s  10952 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__->