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:    674 MB/s    11447 calls/s  11447 msg/s
# tcp rx:    675 MB/s    28964 calls/s
# tcp tx:    711 MB/s    12063 calls/s  12063 msg/s
# tcp rx:    712 MB/s    26048 calls/s
# tcp tx:    687 MB/s    11667 calls/s  11667 msg/s
# tcp rx:    688 MB/s    26965 calls/s
# tcp tx:    703 MB/s    11928 calls/s  11928 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:    400 MB/s   290560 calls/s
# udp tx:    678 MB/s    11501 calls/s  11501 msg/s
# udp rx:    512 MB/s   371968 calls/s
# udp tx:    662 MB/s    11231 calls/s  11231 msg/s
# udp rx:    513 MB/s   372224 calls/s
# udp tx:    661 MB/s    11220 calls/s  11220 msg/s
# udp rx:    513 MB/s   372224 calls/s
# udp tx:    661 MB/s    11226 calls/s  11226 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:    447 MB/s   326241 calls/s
# udp tx:    459 MB/s     7799 calls/s   7799 msg/s
# udp rx:    455 MB/s   332375 calls/s
# udp tx:    455 MB/s     7722 calls/s   7722 msg/s
# udp rx:    456 MB/s   332954 calls/s
# udp tx:    456 MB/s     7735 calls/s   7735 msg/s
# udp rx:    456 MB/s   332926 calls/s
# udp tx:    456 MB/s     7737 calls/s   7737 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__->