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:   1174 MB/s    19914 calls/s  19914 msg/s
# tcp rx:   1177 MB/s    48086 calls/s
# tcp tx:   1105 MB/s    18748 calls/s  18748 msg/s
# tcp rx:   1105 MB/s    45633 calls/s
# tcp tx:   1277 MB/s    21674 calls/s  21674 msg/s
# tcp rx:   1279 MB/s    50435 calls/s
# tcp tx:   1345 MB/s    22814 calls/s  22814 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:    506 MB/s   366336 calls/s
# udp tx:   1549 MB/s    26285 calls/s  26285 msg/s
# udp rx:    659 MB/s   476416 calls/s
# udp tx:   1685 MB/s    28579 calls/s  28579 msg/s
# udp rx:    660 MB/s   477696 calls/s
# udp tx:   1666 MB/s    28269 calls/s  28269 msg/s
# udp rx:    666 MB/s   482048 calls/s
# udp tx:   1649 MB/s    27974 calls/s  27974 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:   1338 MB/s   976304 calls/s
# udp tx:   1377 MB/s    23357 calls/s  23357 msg/s
# udp rx:   1388 MB/s  1012571 calls/s
# udp tx:   1390 MB/s    23587 calls/s  23587 msg/s
# udp rx:   1373 MB/s  1001579 calls/s
# udp tx:   1375 MB/s    23329 calls/s  23329 msg/s
# udp rx:   1375 MB/s  1002837 calls/s
# udp tx:   1377 MB/s    23368 calls/s  23368 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__->