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:   1242 MB/s    21067 calls/s  21067 msg/s
# tcp rx:   1245 MB/s    54429 calls/s
# tcp tx:   1358 MB/s    23036 calls/s  23036 msg/s
# tcp rx:   1361 MB/s    56071 calls/s
# tcp tx:   1368 MB/s    23206 calls/s  23206 msg/s
# tcp rx:   1366 MB/s    56649 calls/s
# tcp tx:   1304 MB/s    22130 calls/s  22130 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:    479 MB/s   347686 calls/s
# udp tx:    953 MB/s    16167 calls/s  16167 msg/s
# udp rx:    529 MB/s   383567 calls/s
# udp tx:    859 MB/s    14586 calls/s  14586 msg/s
# udp rx:    545 MB/s   394418 calls/s
# udp tx:    936 MB/s    15877 calls/s  15877 msg/s
# udp rx:    552 MB/s   400328 calls/s
# udp tx:    895 MB/s    15193 calls/s  15193 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:   1332 MB/s   971821 calls/s
# udp tx:   1380 MB/s    23406 calls/s  23406 msg/s
# udp rx:   1371 MB/s  1000214 calls/s
# udp tx:   1372 MB/s    23283 calls/s  23283 msg/s
# udp rx:   1361 MB/s   992965 calls/s
# udp tx:   1360 MB/s    23077 calls/s  23077 msg/s
# udp rx:   1260 MB/s   919253 calls/s
# udp tx:   1267 MB/s    21498 calls/s  21498 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__->