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:   1532 MB/s    25989 calls/s  25989 msg/s
# tcp rx:   1534 MB/s    66464 calls/s
# tcp tx:   1514 MB/s    25685 calls/s  25685 msg/s
# tcp rx:   1519 MB/s    66415 calls/s
# tcp tx:   1569 MB/s    26621 calls/s  26621 msg/s
# tcp rx:   1574 MB/s    65502 calls/s
# tcp tx:   1554 MB/s    26361 calls/s  26361 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:    623 MB/s   451072 calls/s
# udp tx:   1261 MB/s    21388 calls/s  21388 msg/s
# udp rx:    617 MB/s   446464 calls/s
# udp tx:   1251 MB/s    21224 calls/s  21224 msg/s
# udp rx:    653 MB/s   472576 calls/s
# udp tx:   1666 MB/s    28271 calls/s  28271 msg/s
# udp rx:    626 MB/s   453120 calls/s
# udp tx:   1667 MB/s    28274 calls/s  28274 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:   1204 MB/s   878746 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 msg/s
# udp rx:   1011 MB/s   737999 calls/s
# udp tx:   1000 MB/s    16977 calls/s  16977 msg/s
# udp rx:   1035 MB/s   755275 calls/s
# udp tx:   1050 MB/s    17812 calls/s  17812 msg/s
# udp rx:   1316 MB/s   959827 calls/s
# udp tx:   1319 MB/s    22377 calls/s  22377 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__->