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:    636 MB/s    10794 calls/s  10794 msg/s
# tcp rx:    636 MB/s    32634 calls/s
# tcp tx:    614 MB/s    10421 calls/s  10421 msg/s
# tcp rx:    624 MB/s    31741 calls/s
# tcp tx:    597 MB/s    10128 calls/s  10128 msg/s
# tcp rx:    593 MB/s    31448 calls/s
# tcp tx:    590 MB/s    10009 calls/s  10009 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:    625 MB/s   452969 calls/s
# udp tx:   1287 MB/s    21843 calls/s  21843 msg/s
# udp rx:    557 MB/s   404394 calls/s
# udp tx:   1143 MB/s    19402 calls/s  19402 msg/s
# udp rx:    593 MB/s   430080 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1279 MB/s    21707 calls/s  21707 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:   1132 MB/s   825624 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 msg/s
# udp rx:   1156 MB/s   843741 calls/s
# udp tx:   1155 MB/s    19604 calls/s  19604 msg/s
# udp rx:   1161 MB/s   846760 calls/s
# udp tx:   1160 MB/s    19675 calls/s  19675 msg/s
# udp rx:   1106 MB/s   806665 calls/s
# udp tx:   1105 MB/s    18743 calls/s  18743 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__->