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:    606 MB/s    10289 calls/s  10289 msg/s
# tcp rx:    606 MB/s    27326 calls/s
# tcp tx:    658 MB/s    11173 calls/s  11173 msg/s
# tcp rx:    659 MB/s    22786 calls/s
# tcp tx:    661 MB/s    11219 calls/s  11219 msg/s
# tcp rx:    662 MB/s    22790 calls/s
# tcp tx:    701 MB/s    11892 calls/s  11892 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:    495 MB/s   360558 calls/s
# udp tx:    569 MB/s     9651 calls/s   9651 msg/s
# udp rx:    428 MB/s   311296 calls/s
# udp tx:    680 MB/s    11544 calls/s  11544 msg/s
# udp rx:    403 MB/s   292804 calls/s
# udp tx:    637 MB/s    10812 calls/s  10812 msg/s
# udp rx:    380 MB/s   276333 calls/s
# udp tx:    509 MB/s     8648 calls/s   8648 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:    559 MB/s   407989 calls/s
# udp tx:    578 MB/s     9813 calls/s   9813 msg/s
# udp rx:    647 MB/s   472251 calls/s
# udp tx:    639 MB/s    10844 calls/s  10844 msg/s
# udp rx:    563 MB/s   410770 calls/s
# udp tx:    570 MB/s     9684 calls/s   9684 msg/s
# udp rx:    634 MB/s   462942 calls/s
# udp tx:    635 MB/s    10779 calls/s  10779 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__->