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:    871 MB/s    14785 calls/s  14785 msg/s
# tcp rx:    872 MB/s    68882 calls/s
# tcp tx:    876 MB/s    14863 calls/s  14863 msg/s
# tcp rx:    877 MB/s    70680 calls/s
# tcp tx:    849 MB/s    14414 calls/s  14414 msg/s
# tcp rx:    850 MB/s    68851 calls/s
# tcp tx:    875 MB/s    14849 calls/s  14849 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:    533 MB/s   386304 calls/s
# udp tx:    829 MB/s    14075 calls/s  14075 msg/s
# udp rx:    542 MB/s   393277 calls/s
# udp tx:    832 MB/s    14115 calls/s  14115 msg/s
# udp rx:    542 MB/s   392704 calls/s
# udp tx:    827 MB/s    14040 calls/s  14040 msg/s
# udp rx:    545 MB/s   395264 calls/s
# udp tx:    773 MB/s    13125 calls/s  13125 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:   1114 MB/s   812951 calls/s
# udp tx:   1139 MB/s    19319 calls/s  19319 msg/s
# udp rx:   1147 MB/s   837129 calls/s
# udp tx:   1147 MB/s    19461 calls/s  19461 msg/s
# udp rx:   1134 MB/s   827152 calls/s
# udp tx:   1133 MB/s    19222 calls/s  19222 msg/s
# udp rx:   1118 MB/s   815783 calls/s
# udp tx:   1118 MB/s    18972 calls/s  18972 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__->