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:    857 MB/s    14547 calls/s  14547 msg/s
# tcp rx:    858 MB/s    65090 calls/s
# tcp tx:    848 MB/s    14398 calls/s  14398 msg/s
# tcp rx:    849 MB/s    65507 calls/s
# tcp tx:    776 MB/s    13176 calls/s  13176 msg/s
# tcp rx:    777 MB/s    64252 calls/s
# tcp tx:    839 MB/s    14244 calls/s  14244 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:    606 MB/s   439296 calls/s
# udp tx:   1285 MB/s    21803 calls/s  21803 msg/s
# udp rx:    682 MB/s   494592 calls/s
# udp tx:   1198 MB/s    20320 calls/s  20320 msg/s
# udp rx:    682 MB/s   494336 calls/s
# udp tx:   1195 MB/s    20282 calls/s  20282 msg/s
# udp rx:    681 MB/s   493824 calls/s
# udp tx:   1298 MB/s    22022 calls/s  22022 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:   1122 MB/s   818506 calls/s
# udp tx:   1141 MB/s    19359 calls/s  19359 msg/s
# udp rx:   1198 MB/s   874152 calls/s
# udp tx:   1197 MB/s    20309 calls/s  20309 msg/s
# udp rx:   1171 MB/s   854611 calls/s
# udp tx:   1171 MB/s    19865 calls/s  19865 msg/s
# udp rx:   1169 MB/s   852771 calls/s
# udp tx:   1168 MB/s    19819 calls/s  19819 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__->