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:    950 MB/s    16128 calls/s  16128 msg/s
# tcp rx:    951 MB/s    50084 calls/s
# tcp tx:    968 MB/s    16426 calls/s  16426 msg/s
# tcp rx:    995 MB/s    50160 calls/s
# tcp tx:    960 MB/s    16295 calls/s  16295 msg/s
# tcp rx:    961 MB/s    47305 calls/s
# tcp tx:    960 MB/s    16291 calls/s  16291 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:    644 MB/s   466432 calls/s
# udp tx:   1247 MB/s    21166 calls/s  21166 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1197 MB/s    20305 calls/s  20305 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1215 MB/s    20622 calls/s  20622 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1210 MB/s    20539 calls/s  20539 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:    628 MB/s   458332 calls/s
# udp tx:    649 MB/s    11021 calls/s  11021 msg/s
# udp rx:    670 MB/s   489239 calls/s
# udp tx:    672 MB/s    11413 calls/s  11413 msg/s
# udp rx:    665 MB/s   485016 calls/s
# udp tx:    661 MB/s    11223 calls/s  11223 msg/s
# udp rx:    695 MB/s   507312 calls/s
# udp tx:    702 MB/s    11913 calls/s  11913 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__->