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:   1420 MB/s    24099 calls/s  24099 msg/s
# tcp rx:   1422 MB/s    56545 calls/s
# tcp tx:   1307 MB/s    22173 calls/s  22173 msg/s
# tcp rx:   1308 MB/s    58709 calls/s
# tcp tx:   1536 MB/s    26068 calls/s  26068 msg/s
# tcp rx:   1538 MB/s    66152 calls/s
# tcp tx:   1496 MB/s    25385 calls/s  25385 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:    574 MB/s   414976 calls/s
# udp tx:   1664 MB/s    28226 calls/s  28226 msg/s
# udp rx:    559 MB/s   404484 calls/s
# udp tx:   1688 MB/s    28645 calls/s  28645 msg/s
# udp rx:    550 MB/s   397873 calls/s
# udp tx:   1577 MB/s    26754 calls/s  26754 msg/s
# udp rx:    587 MB/s   424639 calls/s
# udp tx:   1713 MB/s    29055 calls/s  29055 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:   1292 MB/s   942264 calls/s
# udp tx:   1333 MB/s    22617 calls/s  22617 msg/s
# udp rx:   1366 MB/s   996814 calls/s
# udp tx:   1367 MB/s    23201 calls/s  23201 msg/s
# udp rx:   1371 MB/s  1000054 calls/s
# udp tx:   1372 MB/s    23282 calls/s  23282 msg/s
# udp rx:   1370 MB/s   999334 calls/s
# udp tx:   1369 MB/s    23232 calls/s  23232 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__->