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:    877 MB/s    14881 calls/s  14881 msg/s
# tcp rx:    877 MB/s    47270 calls/s
# tcp tx:    896 MB/s    15210 calls/s  15210 msg/s
# tcp rx:    897 MB/s    45911 calls/s
# tcp tx:    941 MB/s    15975 calls/s  15975 msg/s
# tcp rx:    942 MB/s    48515 calls/s
# tcp tx:    940 MB/s    15945 calls/s  15945 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:    559 MB/s   405504 calls/s
# udp tx:   1315 MB/s    22319 calls/s  22319 msg/s
# udp rx:    602 MB/s   436736 calls/s
# udp tx:   1202 MB/s    20400 calls/s  20400 msg/s
# udp rx:    648 MB/s   469760 calls/s
# udp tx:   1310 MB/s    22230 calls/s  22230 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1283 MB/s    21773 calls/s  21773 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:    624 MB/s   455235 calls/s
# udp tx:    643 MB/s    10910 calls/s  10910 msg/s
# udp rx:    625 MB/s   456287 calls/s
# udp tx:    627 MB/s    10650 calls/s  10650 msg/s
# udp rx:    611 MB/s   445660 calls/s
# udp tx:    611 MB/s    10365 calls/s  10365 msg/s
# udp rx:    652 MB/s   476048 calls/s
# udp tx:    654 MB/s    11105 calls/s  11105 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__->