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:    969 MB/s    16450 calls/s  16450 msg/s
# tcp rx:    970 MB/s    51239 calls/s
# tcp tx:    881 MB/s    14956 calls/s  14956 msg/s
# tcp rx:    890 MB/s    49820 calls/s
# tcp tx:    928 MB/s    15746 calls/s  15746 msg/s
# tcp rx:    936 MB/s    48041 calls/s
# tcp tx:    928 MB/s    15742 calls/s  15742 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:    621 MB/s   450048 calls/s
# udp tx:   1203 MB/s    20415 calls/s  20415 msg/s
# udp rx:    654 MB/s   474856 calls/s
# udp tx:   1320 MB/s    22399 calls/s  22399 msg/s
# udp rx:    648 MB/s   469761 calls/s
# udp tx:   1313 MB/s    22273 calls/s  22273 msg/s
# udp rx:    652 MB/s   472694 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 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:    678 MB/s   494837 calls/s
# udp tx:    704 MB/s    11947 calls/s  11947 msg/s
# udp rx:    695 MB/s   506955 calls/s
# udp tx:    697 MB/s    11825 calls/s  11825 msg/s
# udp rx:    696 MB/s   507738 calls/s
# udp tx:    700 MB/s    11881 calls/s  11881 msg/s
# udp rx:    687 MB/s   501710 calls/s
# udp tx:    691 MB/s    11733 calls/s  11733 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__->