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 6000
# 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:    645 MB/s    10952 calls/s  10952 msg/s
# tcp rx:    649 MB/s    30513 calls/s
# tcp tx:    648 MB/s    10998 calls/s  10998 msg/s
# tcp rx:    650 MB/s    24070 calls/s
# tcp tx:    618 MB/s    10491 calls/s  10491 msg/s
# tcp rx:    619 MB/s    21557 calls/s
# tcp tx:    660 MB/s    11201 calls/s  11201 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:    423 MB/s   308638 calls/s
# udp tx:    487 MB/s     8276 calls/s   8276 msg/s
# udp rx:    469 MB/s   342513 calls/s
# udp tx:    484 MB/s     8217 calls/s   8217 msg/s
# udp rx:    470 MB/s   342774 calls/s
# udp tx:    470 MB/s     7975 calls/s   7975 msg/s
# udp rx:    488 MB/s   356460 calls/s
# udp tx:    488 MB/s     8293 calls/s   8293 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:    435 MB/s   317370 calls/s
# udp tx:    455 MB/s     7718 calls/s   7718 msg/s
# udp rx:    646 MB/s   471331 calls/s
# udp tx:    646 MB/s    10967 calls/s  10967 msg/s
# udp rx:    646 MB/s   471280 calls/s
# udp tx:    646 MB/s    10971 calls/s  10971 msg/s
# udp rx:    639 MB/s   466047 calls/s
# udp tx:    638 MB/s    10827 calls/s  10827 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__->