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:    929 MB/s    15763 calls/s  15763 msg/s
# tcp rx:    931 MB/s    49914 calls/s
# tcp tx:    924 MB/s    15684 calls/s  15684 msg/s
# tcp rx:    932 MB/s    47945 calls/s
# tcp tx:    965 MB/s    16377 calls/s  16377 msg/s
# tcp rx:    965 MB/s    48888 calls/s
# tcp tx:    966 MB/s    16400 calls/s  16400 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:    633 MB/s   459008 calls/s
# udp tx:   1236 MB/s    20974 calls/s  20974 msg/s
# udp rx:    623 MB/s   451820 calls/s
# udp tx:   1274 MB/s    21617 calls/s  21617 msg/s
# udp rx:    659 MB/s   477351 calls/s
# udp tx:   1306 MB/s    22154 calls/s  22154 msg/s
# udp rx:    643 MB/s   466023 calls/s
# udp tx:   1309 MB/s    22203 calls/s  22203 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:   1130 MB/s   824587 calls/s
# udp tx:   1156 MB/s    19615 calls/s  19615 msg/s
# udp rx:   1137 MB/s   829774 calls/s
# udp tx:   1137 MB/s    19300 calls/s  19300 msg/s
# udp rx:   1158 MB/s   844956 calls/s
# udp tx:   1159 MB/s    19659 calls/s  19659 msg/s
# udp rx:   1134 MB/s   827500 calls/s
# udp tx:   1134 MB/s    19239 calls/s  19239 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__->