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:    946 MB/s    16046 calls/s  16046 msg/s
# tcp rx:    946 MB/s    50288 calls/s
# tcp tx:    943 MB/s    16004 calls/s  16004 msg/s
# tcp rx:    943 MB/s    50623 calls/s
# tcp tx:    994 MB/s    16874 calls/s  16874 msg/s
# tcp rx:    995 MB/s    50998 calls/s
# tcp tx:    982 MB/s    16671 calls/s  16671 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:    632 MB/s   458601 calls/s
# udp tx:   1263 MB/s    21427 calls/s  21427 msg/s
# udp rx:    645 MB/s   467199 calls/s
# udp tx:   1252 MB/s    21245 calls/s  21245 msg/s
# udp rx:    635 MB/s   460425 calls/s
# udp tx:   1303 MB/s    22115 calls/s  22115 msg/s
# udp rx:    654 MB/s   474493 calls/s
# udp tx:   1241 MB/s    21064 calls/s  21064 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:   1110 MB/s   809936 calls/s
# udp tx:   1133 MB/s    19218 calls/s  19218 msg/s
# udp rx:   1119 MB/s   816163 calls/s
# udp tx:   1114 MB/s    18908 calls/s  18908 msg/s
# udp rx:   1117 MB/s   814863 calls/s
# udp tx:   1123 MB/s    19061 calls/s  19061 msg/s
# udp rx:   1113 MB/s   812080 calls/s
# udp tx:   1114 MB/s    18902 calls/s  18902 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__->