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:    971 MB/s    16474 calls/s  16474 msg/s
# tcp rx:    972 MB/s    50641 calls/s
# tcp tx:    970 MB/s    16468 calls/s  16468 msg/s
# tcp rx:    971 MB/s    50062 calls/s
# tcp tx:    883 MB/s    14987 calls/s  14987 msg/s
# tcp rx:    884 MB/s    48575 calls/s
# tcp tx:    898 MB/s    15240 calls/s  15240 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:    589 MB/s   427264 calls/s
# udp tx:   1278 MB/s    21680 calls/s  21680 msg/s
# udp rx:    652 MB/s   472832 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp rx:    473 MB/s   342784 calls/s
# udp tx:   1012 MB/s    17179 calls/s  17179 msg/s
# udp rx:    490 MB/s   354816 calls/s
# udp tx:    878 MB/s    14900 calls/s  14900 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:   1094 MB/s   798057 calls/s
# udp tx:   1122 MB/s    19044 calls/s  19044 msg/s
# udp rx:   1173 MB/s   856119 calls/s
# udp tx:   1174 MB/s    19915 calls/s  19915 msg/s
# udp rx:   1164 MB/s   849587 calls/s
# udp tx:   1164 MB/s    19744 calls/s  19744 msg/s
# udp rx:   1163 MB/s   848577 calls/s
# udp tx:   1162 MB/s    19724 calls/s  19724 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__->