make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:   1461 MB/s    24782 calls/s  24782 msg/s
# tcp rx:   1462 MB/s    59673 calls/s
# tcp tx:   1336 MB/s    22674 calls/s  22674 msg/s
# tcp rx:   1338 MB/s    56192 calls/s
# tcp tx:   1396 MB/s    23685 calls/s  23685 msg/s
# tcp rx:   1397 MB/s    60950 calls/s
# tcp tx:   1424 MB/s    24153 calls/s  24153 msg/s
# udp gso - over veth touching data
# udp rx:    647 MB/s   460936 calls/s
# udp tx:    665 MB/s    11285 calls/s  11285 msg/s
# udp rx:    627 MB/s   447074 calls/s
# udp tx:    627 MB/s    10635 calls/s  10635 msg/s
# udp rx:    683 MB/s   487030 calls/s
# udp tx:    683 MB/s    11586 calls/s  11586 msg/s
# udp rx:    674 MB/s   480735 calls/s
# udp tx:    674 MB/s    11441 calls/s  11441 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1678 MB/s    28467 calls/s
# udp tx:   1727 MB/s    29294 calls/s  29294 msg/s
# udp rx:   1383 MB/s    23245 calls/s
# udp tx:   1381 MB/s    23435 calls/s  23435 msg/s
# udp rx:   1758 MB/s    29820 calls/s
# udp tx:   1755 MB/s    29766 calls/s  29766 msg/s
# udp rx:   1731 MB/s    29370 calls/s
# udp tx:   1729 MB/s    29338 calls/s  29338 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1778 MB/s    30162 calls/s  30162 msg/s
# tcp rx:   1779 MB/s    65019 calls/s
# tcp tx:   1452 MB/s    24633 calls/s  24633 msg/s
# tcp rx:   1453 MB/s    57382 calls/s
# tcp tx:   1322 MB/s    22426 calls/s  22426 msg/s
# tcp rx:   1323 MB/s    62500 calls/s
# tcp tx:   1414 MB/s    23994 calls/s  23994 msg/s
# udp gso - over veth touching data
# udp rx:    673 MB/s   491533 calls/s
# udp tx:    705 MB/s    11963 calls/s  11963 msg/s
# udp rx:   1183 MB/s   863324 calls/s
# udp tx:   1185 MB/s    20107 calls/s  20107 msg/s
# udp rx:   1178 MB/s   859541 calls/s
# udp tx:   1180 MB/s    20023 calls/s  20023 msg/s
# udp rx:   1178 MB/s   859590 calls/s
# udp tx:   1180 MB/s    20024 calls/s  20024 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1653 MB/s    28134 calls/s
# udp tx:   1703 MB/s    28895 calls/s  28895 msg/s
# udp rx:   1766 MB/s    29966 calls/s
# udp tx:   1765 MB/s    29948 calls/s  29948 msg/s
# udp rx:   1756 MB/s    29786 calls/s
# udp tx:   1753 MB/s    29745 calls/s  29745 msg/s
# udp rx:   1747 MB/s    29642 calls/s
# udp tx:   1744 MB/s    29592 calls/s  29592 msg/s
ok 1 selftests: net: udpgro_bench.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__->