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:   1604 MB/s    27214 calls/s  27214 msg/s
# tcp rx:   1605 MB/s    73527 calls/s
# tcp tx:   1579 MB/s    26794 calls/s  26794 msg/s
# tcp rx:   1581 MB/s    71625 calls/s
# tcp tx:   1599 MB/s    27137 calls/s  27137 msg/s
# tcp rx:   1599 MB/s    71996 calls/s
# tcp tx:   1487 MB/s    25222 calls/s  25222 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:    630 MB/s   455936 calls/s
# udp tx:   1696 MB/s    28780 calls/s  28780 msg/s
# udp rx:    671 MB/s   485632 calls/s
# udp tx:   1713 MB/s    29068 calls/s  29068 msg/s
# udp rx:    671 MB/s   485632 calls/s
# udp tx:   1710 MB/s    29010 calls/s  29010 msg/s
# udp rx:    685 MB/s   495872 calls/s
# udp tx:   1719 MB/s    29171 calls/s  29171 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:   1329 MB/s   969447 calls/s
# udp tx:   1364 MB/s    23139 calls/s  23139 msg/s
# udp rx:   1362 MB/s   993789 calls/s
# udp tx:   1361 MB/s    23096 calls/s  23096 msg/s
# udp rx:   1348 MB/s   983691 calls/s
# udp tx:   1348 MB/s    22865 calls/s  22865 msg/s
# udp rx:   1337 MB/s   975647 calls/s
# udp tx:   1331 MB/s    22580 calls/s  22580 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__->