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:    585 MB/s     9929 calls/s   9929 msg/s
# tcp rx:    586 MB/s    28939 calls/s
# tcp tx:    572 MB/s     9712 calls/s   9712 msg/s
# tcp rx:    573 MB/s    29769 calls/s
# tcp tx:    590 MB/s    10020 calls/s  10020 msg/s
# tcp rx:    591 MB/s    30405 calls/s
# tcp tx:    572 MB/s     9705 calls/s   9705 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   467200 calls/s
# udp tx:   1216 MB/s    20636 calls/s  20636 msg/s
# udp rx:    632 MB/s   458240 calls/s
# udp tx:   1292 MB/s    21914 calls/s  21914 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1282 MB/s    21749 calls/s  21749 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1283 MB/s    21763 calls/s  21763 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:    639 MB/s   466368 calls/s
# udp tx:    653 MB/s    11080 calls/s  11080 msg/s
# udp rx:    633 MB/s   461864 calls/s
# udp tx:    635 MB/s    10784 calls/s  10784 msg/s
# udp rx:    623 MB/s   454599 calls/s
# udp tx:    624 MB/s    10585 calls/s  10585 msg/s
# udp rx:    625 MB/s   456265 calls/s
# udp tx:    626 MB/s    10624 calls/s  10624 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__->