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:   1034 MB/s    17551 calls/s  17551 msg/s
# tcp rx:   1038 MB/s    52966 calls/s
# tcp tx:   1002 MB/s    17000 calls/s  17000 msg/s
# tcp rx:   1003 MB/s    51094 calls/s
# tcp tx:   1009 MB/s    17129 calls/s  17129 msg/s
# tcp rx:   1010 MB/s    51325 calls/s
# tcp tx:   1004 MB/s    17040 calls/s  17040 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:    589 MB/s   427264 calls/s
# udp tx:   1253 MB/s    21264 calls/s  21264 msg/s
# udp rx:    677 MB/s   490752 calls/s
# udp tx:   1305 MB/s    22143 calls/s  22143 msg/s
# udp rx:    673 MB/s   487396 calls/s
# udp tx:   1292 MB/s    21928 calls/s  21928 msg/s
# udp rx:    675 MB/s   489216 calls/s
# udp tx:   1292 MB/s    21917 calls/s  21917 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:   1157 MB/s   843811 calls/s
# udp tx:   1184 MB/s    20092 calls/s  20092 msg/s
# udp rx:   1133 MB/s   826553 calls/s
# udp tx:   1129 MB/s    19165 calls/s  19165 msg/s
# udp rx:   1144 MB/s   834463 calls/s
# udp tx:   1145 MB/s    19435 calls/s  19435 msg/s
# udp rx:   1158 MB/s   845155 calls/s
# udp tx:   1157 MB/s    19638 calls/s  19638 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__->