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:    948 MB/s    16083 calls/s  16083 msg/s
# tcp rx:    952 MB/s    49564 calls/s
# tcp tx:    571 MB/s     9698 calls/s   9698 msg/s
# tcp rx:    571 MB/s    29691 calls/s
# tcp tx:    612 MB/s    10382 calls/s  10382 msg/s
# tcp rx:    612 MB/s    31468 calls/s
# tcp tx:    606 MB/s    10294 calls/s  10294 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:    486 MB/s   351744 calls/s
# udp tx:    918 MB/s    15578 calls/s  15578 msg/s
# udp rx:    514 MB/s   371968 calls/s
# udp tx:    896 MB/s    15210 calls/s  15210 msg/s
# udp rx:    513 MB/s   371456 calls/s
# udp tx:    903 MB/s    15326 calls/s  15326 msg/s
# udp rx:    512 MB/s   370688 calls/s
# udp tx:    903 MB/s    15319 calls/s  15319 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:    795 MB/s   579929 calls/s
# udp tx:    811 MB/s    13758 calls/s  13758 msg/s
# udp rx:    660 MB/s   481755 calls/s
# udp tx:    658 MB/s    11177 calls/s  11177 msg/s
# udp rx:    671 MB/s   489442 calls/s
# udp tx:    671 MB/s    11383 calls/s  11383 msg/s
# udp rx:    674 MB/s   491853 calls/s
# udp tx:    674 MB/s    11436 calls/s  11436 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__->