make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    629 MB/s    10671 calls/s  10671 msg/s
# tcp rx:    629 MB/s    32465 calls/s
# tcp tx:    983 MB/s    16678 calls/s  16678 msg/s
# tcp rx:    984 MB/s    50280 calls/s
# tcp tx:    942 MB/s    15990 calls/s  15990 msg/s
# tcp rx:    944 MB/s    49559 calls/s
# tcp tx:    831 MB/s    14111 calls/s  14111 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:    455 MB/s   330415 calls/s
# udp tx:    910 MB/s    15441 calls/s  15441 msg/s
# udp rx:    550 MB/s   398670 calls/s
# udp tx:    812 MB/s    13773 calls/s  13773 msg/s
# udp rx:    515 MB/s   373537 calls/s
# udp tx:    837 MB/s    14197 calls/s  14197 msg/s
# udp rx:    544 MB/s   394308 calls/s
# udp tx:    797 MB/s    13528 calls/s  13528 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:    652 MB/s   475604 calls/s
# udp tx:    670 MB/s    11372 calls/s  11372 msg/s
# udp rx:    654 MB/s   477478 calls/s
# udp tx:    650 MB/s    11034 calls/s  11034 msg/s
# udp rx:    672 MB/s   490523 calls/s
# udp tx:    675 MB/s    11452 calls/s  11452 msg/s
# udp rx:    670 MB/s   488945 calls/s
# udp tx:    670 MB/s    11369 calls/s  11369 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__->