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:   1403 MB/s    23802 calls/s  23802 msg/s
# tcp rx:   1404 MB/s    60319 calls/s
# tcp tx:   1499 MB/s    25435 calls/s  25435 msg/s
# tcp rx:   1501 MB/s    64601 calls/s
# tcp tx:   1553 MB/s    26356 calls/s  26356 msg/s
# tcp rx:   1555 MB/s    69502 calls/s
# tcp tx:   1627 MB/s    27600 calls/s  27600 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:    636 MB/s   459776 calls/s
# udp tx:   1667 MB/s    28279 calls/s  28279 msg/s
# udp rx:    670 MB/s   484543 calls/s
# udp tx:   1645 MB/s    27916 calls/s  27916 msg/s
# udp rx:    645 MB/s   466489 calls/s
# udp tx:   1567 MB/s    26585 calls/s  26585 msg/s
# udp rx:    671 MB/s   485627 calls/s
# udp tx:   1622 MB/s    27515 calls/s  27515 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:   1208 MB/s   881380 calls/s
# udp tx:   1241 MB/s    21049 calls/s  21049 msg/s
# udp rx:   1145 MB/s   835202 calls/s
# udp tx:   1142 MB/s    19374 calls/s  19374 msg/s
# udp rx:   1139 MB/s   830773 calls/s
# udp tx:   1133 MB/s    19217 calls/s  19217 msg/s
# udp rx:    735 MB/s   536689 calls/s
# udp tx:    736 MB/s    12486 calls/s  12486 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__->