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:    550 MB/s     9336 calls/s   9336 msg/s
# tcp rx:    552 MB/s    36675 calls/s
# tcp tx:    553 MB/s     9391 calls/s   9391 msg/s
# tcp rx:    555 MB/s    34961 calls/s
# tcp tx:    533 MB/s     9046 calls/s   9046 msg/s
# tcp rx:    536 MB/s    35760 calls/s
# tcp tx:    708 MB/s    12017 calls/s  12017 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:    531 MB/s   384768 calls/s
# udp tx:   1220 MB/s    20694 calls/s  20694 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1268 MB/s    21512 calls/s  21512 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1268 MB/s    21518 calls/s  21518 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 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:    950 MB/s   693137 calls/s
# udp tx:    982 MB/s    16656 calls/s  16656 msg/s
# udp rx:   1029 MB/s   750541 calls/s
# udp tx:   1033 MB/s    17522 calls/s  17522 msg/s
# udp rx:   1068 MB/s   779403 calls/s
# udp tx:   1066 MB/s    18085 calls/s  18085 msg/s
# udp rx:   1099 MB/s   801757 calls/s
# udp tx:   1100 MB/s    18661 calls/s  18661 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__->