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:    851 MB/s    14439 calls/s  14439 msg/s
# tcp rx:    852 MB/s    67227 calls/s
# tcp tx:    856 MB/s    14531 calls/s  14531 msg/s
# tcp rx:    857 MB/s    67925 calls/s
# tcp tx:    818 MB/s    13877 calls/s  13877 msg/s
# tcp rx:    824 MB/s    67606 calls/s
# tcp tx:    840 MB/s    14253 calls/s  14253 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:    593 MB/s   430336 calls/s
# udp tx:   1246 MB/s    21133 calls/s  21133 msg/s
# udp rx:    676 MB/s   490742 calls/s
# udp tx:   1171 MB/s    19875 calls/s  19875 msg/s
# udp rx:    659 MB/s   477619 calls/s
# udp tx:   1223 MB/s    20750 calls/s  20750 msg/s
# udp rx:    674 MB/s   488799 calls/s
# udp tx:   1237 MB/s    20984 calls/s  20984 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:    890 MB/s   649125 calls/s
# udp tx:    906 MB/s    15367 calls/s  15367 msg/s
# udp rx:    635 MB/s   463527 calls/s
# udp tx:    634 MB/s    10769 calls/s  10769 msg/s
# udp rx:    618 MB/s   450786 calls/s
# udp tx:    620 MB/s    10520 calls/s  10520 msg/s
# udp rx:    674 MB/s   491943 calls/s
# udp tx:    674 MB/s    11446 calls/s  11446 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__->