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:    623 MB/s    10579 calls/s  10579 msg/s
# tcp rx:    624 MB/s    31924 calls/s
# tcp tx:    643 MB/s    10908 calls/s  10908 msg/s
# tcp rx:    644 MB/s    32578 calls/s
# tcp tx:    647 MB/s    10979 calls/s  10979 msg/s
# tcp rx:    647 MB/s    32812 calls/s
# tcp tx:    642 MB/s    10893 calls/s  10893 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:    512 MB/s   372115 calls/s
# udp tx:    723 MB/s    12264 calls/s  12264 msg/s
# udp rx:    581 MB/s   422216 calls/s
# udp tx:    731 MB/s    12410 calls/s  12410 msg/s
# udp rx:    583 MB/s   423185 calls/s
# udp tx:    754 MB/s    12793 calls/s  12793 msg/s
# udp rx:    583 MB/s   422992 calls/s
# udp tx:    759 MB/s    12874 calls/s  12874 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:   1100 MB/s   802429 calls/s
# udp tx:   1123 MB/s    19063 calls/s  19063 msg/s
# udp rx:   1135 MB/s   827984 calls/s
# udp tx:   1143 MB/s    19397 calls/s  19397 msg/s
# udp rx:   1160 MB/s   846268 calls/s
# udp tx:   1159 MB/s    19665 calls/s  19665 msg/s
# udp rx:   1157 MB/s   843940 calls/s
# udp tx:   1156 MB/s    19609 calls/s  19609 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__->