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:    675 MB/s    11449 calls/s  11449 msg/s
# tcp rx:    675 MB/s    29311 calls/s
# tcp tx:    675 MB/s    11459 calls/s  11459 msg/s
# tcp rx:    676 MB/s    25387 calls/s
# tcp tx:    710 MB/s    12057 calls/s  12057 msg/s
# tcp rx:    716 MB/s    26781 calls/s
# tcp tx:    667 MB/s    11320 calls/s  11320 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:    500 MB/s   363876 calls/s
# udp tx:    570 MB/s     9681 calls/s   9681 msg/s
# udp rx:    575 MB/s   418048 calls/s
# udp tx:    631 MB/s    10703 calls/s  10703 msg/s
# udp rx:    518 MB/s   376832 calls/s
# udp tx:    647 MB/s    10988 calls/s  10988 msg/s
# udp rx:    583 MB/s   423936 calls/s
# udp tx:    651 MB/s    11049 calls/s  11049 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:    414 MB/s   302490 calls/s
# udp tx:    424 MB/s     7198 calls/s   7198 msg/s
# udp rx:    391 MB/s   285735 calls/s
# udp tx:    390 MB/s     6621 calls/s   6621 msg/s
# udp rx:    379 MB/s   276847 calls/s
# udp tx:    380 MB/s     6460 calls/s   6460 msg/s
# udp rx:    411 MB/s   300464 calls/s
# udp tx:    409 MB/s     6939 calls/s   6939 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__->