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:    888 MB/s    15070 calls/s  15070 msg/s
# tcp rx:    889 MB/s    69749 calls/s
# tcp tx:    874 MB/s    14835 calls/s  14835 msg/s
# tcp rx:    875 MB/s    69708 calls/s
# tcp tx:    844 MB/s    14320 calls/s  14320 msg/s
# tcp rx:    845 MB/s    67990 calls/s
# tcp tx:    832 MB/s    14117 calls/s  14117 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:    641 MB/s   464896 calls/s
# udp tx:   1242 MB/s    21066 calls/s  21066 msg/s
# udp rx:    643 MB/s   465920 calls/s
# udp tx:   1237 MB/s    20990 calls/s  20990 msg/s
# udp rx:    620 MB/s   449108 calls/s
# udp tx:   1297 MB/s    21999 calls/s  21999 msg/s
# udp rx:    598 MB/s   433152 calls/s
# udp tx:   1311 MB/s    22252 calls/s  22252 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:   1057 MB/s   771045 calls/s
# udp tx:   1093 MB/s    18545 calls/s  18545 msg/s
# udp rx:   1127 MB/s   821971 calls/s
# udp tx:   1125 MB/s    19095 calls/s  19095 msg/s
# udp rx:   1159 MB/s   845665 calls/s
# udp tx:   1158 MB/s    19655 calls/s  19655 msg/s
# udp rx:   1157 MB/s   843872 calls/s
# udp tx:   1156 MB/s    19607 calls/s  19607 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__->