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:   1485 MB/s    25203 calls/s  25203 msg/s
# tcp rx:   1487 MB/s    65443 calls/s
# tcp tx:   1525 MB/s    25868 calls/s  25868 msg/s
# tcp rx:   1525 MB/s    66729 calls/s
# tcp tx:   1538 MB/s    26095 calls/s  26095 msg/s
# tcp rx:   1540 MB/s    69904 calls/s
# tcp tx:   1474 MB/s    25015 calls/s  25015 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:    519 MB/s   375918 calls/s
# udp tx:    937 MB/s    15894 calls/s  15894 msg/s
# udp rx:    583 MB/s   422144 calls/s
# udp tx:    903 MB/s    15328 calls/s  15328 msg/s
# udp rx:    571 MB/s   413952 calls/s
# udp tx:    900 MB/s    15278 calls/s  15278 msg/s
# udp rx:    593 MB/s   429312 calls/s
# udp tx:    890 MB/s    15109 calls/s  15109 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:   1296 MB/s   945404 calls/s
# udp tx:   1328 MB/s    22535 calls/s  22535 msg/s
# udp rx:   1326 MB/s   967747 calls/s
# udp tx:   1325 MB/s    22486 calls/s  22486 msg/s
# udp rx:   1320 MB/s   962785 calls/s
# udp tx:   1319 MB/s    22379 calls/s  22379 msg/s
# udp rx:   1267 MB/s   924151 calls/s
# udp tx:   1266 MB/s    21483 calls/s  21483 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__->