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:    625 MB/s    10603 calls/s  10603 msg/s
# tcp rx:    628 MB/s    23305 calls/s
# tcp tx:    597 MB/s    10128 calls/s  10128 msg/s
# tcp rx:    597 MB/s    25529 calls/s
# tcp tx:    599 MB/s    10166 calls/s  10166 msg/s
# tcp rx:    602 MB/s    27676 calls/s
# tcp tx:    653 MB/s    11088 calls/s  11088 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:    369 MB/s   268987 calls/s
# udp tx:    469 MB/s     7961 calls/s   7961 msg/s
# udp rx:    352 MB/s   256433 calls/s
# udp tx:    495 MB/s     8403 calls/s   8403 msg/s
# udp rx:    465 MB/s   338471 calls/s
# udp tx:    485 MB/s     8232 calls/s   8232 msg/s
# udp rx:    462 MB/s   336181 calls/s
# udp tx:    480 MB/s     8149 calls/s   8149 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:    604 MB/s   440546 calls/s
# udp tx:    621 MB/s    10542 calls/s  10542 msg/s
# udp rx:    574 MB/s   418629 calls/s
# udp tx:    570 MB/s     9678 calls/s   9678 msg/s
# udp rx:    540 MB/s   394076 calls/s
# udp tx:    540 MB/s     9170 calls/s   9170 msg/s
# udp rx:    516 MB/s   376360 calls/s
# udp tx:    517 MB/s     8783 calls/s   8783 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__->