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:    936 MB/s    15889 calls/s  15889 msg/s
# tcp rx:    942 MB/s    52649 calls/s
# tcp tx:    932 MB/s    15820 calls/s  15820 msg/s
# tcp rx:    936 MB/s    49190 calls/s
# tcp tx:    899 MB/s    15257 calls/s  15257 msg/s
# tcp rx:    899 MB/s    51219 calls/s
# tcp tx:    967 MB/s    16416 calls/s  16416 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:    527 MB/s   382208 calls/s
# udp tx:   1301 MB/s    22082 calls/s  22082 msg/s
# udp rx:    625 MB/s   454071 calls/s
# udp tx:    921 MB/s    15622 calls/s  15622 msg/s
# udp rx:    535 MB/s   388331 calls/s
# udp tx:    806 MB/s    13680 calls/s  13680 msg/s
# udp rx:    544 MB/s   394472 calls/s
# udp tx:    822 MB/s    13946 calls/s  13946 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:   1105 MB/s   806381 calls/s
# udp tx:   1138 MB/s    19313 calls/s  19313 msg/s
# udp rx:   1135 MB/s   828327 calls/s
# udp tx:   1134 MB/s    19246 calls/s  19246 msg/s
# udp rx:   1149 MB/s   838494 calls/s
# udp tx:   1149 MB/s    19496 calls/s  19496 msg/s
# udp rx:   1151 MB/s   840083 calls/s
# udp tx:   1151 MB/s    19530 calls/s  19530 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__->