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:    943 MB/s    16005 calls/s  16005 msg/s
# tcp rx:    943 MB/s    51013 calls/s
# tcp tx:    978 MB/s    16604 calls/s  16604 msg/s
# tcp rx:    979 MB/s    51337 calls/s
# tcp tx:    931 MB/s    15799 calls/s  15799 msg/s
# tcp rx:    932 MB/s    48203 calls/s
# tcp tx:    931 MB/s    15793 calls/s  15793 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:    537 MB/s   389120 calls/s
# udp tx:   1334 MB/s    22641 calls/s  22641 msg/s
# udp rx:    644 MB/s   466680 calls/s
# udp tx:   1329 MB/s    22547 calls/s  22547 msg/s
# udp rx:    625 MB/s   453094 calls/s
# udp tx:   1338 MB/s    22708 calls/s  22708 msg/s
# udp rx:    657 MB/s   476386 calls/s
# udp tx:   1323 MB/s    22439 calls/s  22439 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:   1163 MB/s   848329 calls/s
# udp tx:   1191 MB/s    20211 calls/s  20211 msg/s
# udp rx:   1194 MB/s   871247 calls/s
# udp tx:   1193 MB/s    20240 calls/s  20240 msg/s
# udp rx:   1176 MB/s   857894 calls/s
# udp tx:   1175 MB/s    19937 calls/s  19937 msg/s
# udp rx:   1181 MB/s   861851 calls/s
# udp tx:   1180 MB/s    20027 calls/s  20027 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__->