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:    733 MB/s    12439 calls/s  12439 msg/s
# tcp rx:    733 MB/s    59890 calls/s
# tcp tx:    733 MB/s    12448 calls/s  12448 msg/s
# tcp rx:    734 MB/s    59101 calls/s
# tcp tx:    722 MB/s    12258 calls/s  12258 msg/s
# tcp rx:    723 MB/s    59509 calls/s
# tcp tx:    718 MB/s    12193 calls/s  12193 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   457472 calls/s
# udp tx:   1234 MB/s    20940 calls/s  20940 msg/s
# udp rx:    678 MB/s   492023 calls/s
# udp tx:   1306 MB/s    22167 calls/s  22167 msg/s
# udp rx:    678 MB/s   491520 calls/s
# udp tx:   1300 MB/s    22057 calls/s  22057 msg/s
# udp rx:    676 MB/s   490240 calls/s
# udp tx:   1297 MB/s    22009 calls/s  22009 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:   1091 MB/s   795894 calls/s
# udp tx:   1115 MB/s    18922 calls/s  18922 msg/s
# udp rx:   1167 MB/s   851143 calls/s
# udp tx:   1167 MB/s    19800 calls/s  19800 msg/s
# udp rx:   1153 MB/s   841609 calls/s
# udp tx:   1154 MB/s    19574 calls/s  19574 msg/s
# udp rx:   1156 MB/s   843540 calls/s
# udp tx:   1157 MB/s    19630 calls/s  19630 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__->