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:   1523 MB/s    25842 calls/s  25842 msg/s
# tcp rx:   1525 MB/s    61134 calls/s
# tcp tx:   1574 MB/s    26710 calls/s  26710 msg/s
# tcp rx:   1575 MB/s    58890 calls/s
# tcp tx:   1548 MB/s    26262 calls/s  26262 msg/s
# tcp rx:   1548 MB/s    56455 calls/s
# tcp tx:   1587 MB/s    26927 calls/s  26927 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:    492 MB/s   356352 calls/s
# udp tx:   1139 MB/s    19334 calls/s  19334 msg/s
# udp rx:    383 MB/s   277248 calls/s
# udp tx:   1319 MB/s    22374 calls/s  22374 msg/s
# udp rx:    396 MB/s   286720 calls/s
# udp tx:   1305 MB/s    22138 calls/s  22138 msg/s
# udp rx:    493 MB/s   356864 calls/s
# udp tx:   1128 MB/s    19144 calls/s  19144 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:   1293 MB/s   943591 calls/s
# udp tx:   1336 MB/s    22668 calls/s  22668 msg/s
# udp rx:   1304 MB/s   951713 calls/s
# udp tx:   1311 MB/s    22250 calls/s  22250 msg/s
# udp rx:   1287 MB/s   939322 calls/s
# udp tx:   1290 MB/s    21891 calls/s  21891 msg/s
# udp rx:   1370 MB/s   999650 calls/s
# udp tx:   1373 MB/s    23303 calls/s  23303 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__->