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:    610 MB/s    10353 calls/s  10353 msg/s
# tcp rx:    613 MB/s    31501 calls/s
# tcp tx:    637 MB/s    10808 calls/s  10808 msg/s
# tcp rx:    637 MB/s    32666 calls/s
# tcp tx:    660 MB/s    11201 calls/s  11201 msg/s
# tcp rx:    661 MB/s    33755 calls/s
# tcp tx:    672 MB/s    11413 calls/s  11413 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:    612 MB/s   443576 calls/s
# udp tx:   1293 MB/s    21932 calls/s  21932 msg/s
# udp rx:    598 MB/s   433161 calls/s
# udp tx:   1317 MB/s    22338 calls/s  22338 msg/s
# udp rx:    660 MB/s   478731 calls/s
# udp tx:   1301 MB/s    22082 calls/s  22082 msg/s
# udp rx:    657 MB/s   476098 calls/s
# udp tx:   1304 MB/s    22123 calls/s  22123 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:   1109 MB/s   809110 calls/s
# udp tx:   1132 MB/s    19209 calls/s  19209 msg/s
# udp rx:   1148 MB/s   837379 calls/s
# udp tx:   1147 MB/s    19462 calls/s  19462 msg/s
# udp rx:   1146 MB/s   835936 calls/s
# udp tx:   1145 MB/s    19426 calls/s  19426 msg/s
# udp rx:   1134 MB/s   827740 calls/s
# udp tx:   1138 MB/s    19311 calls/s  19311 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__->