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:   1211 MB/s    20545 calls/s  20545 msg/s
# tcp rx:   1212 MB/s    53499 calls/s
# tcp tx:   1314 MB/s    22289 calls/s  22289 msg/s
# tcp rx:   1314 MB/s    60216 calls/s
# tcp tx:   1301 MB/s    22069 calls/s  22069 msg/s
# tcp rx:   1302 MB/s    59607 calls/s
# tcp tx:   1311 MB/s    22251 calls/s  22251 msg/s
# udp gso - over veth touching data
# udp rx:    510 MB/s   363970 calls/s
# udp tx:    527 MB/s     8949 calls/s   8949 msg/s
# udp rx:    534 MB/s   381092 calls/s
# udp tx:    535 MB/s     9082 calls/s   9082 msg/s
# udp rx:    524 MB/s   373386 calls/s
# udp tx:    522 MB/s     8862 calls/s   8862 msg/s
# udp rx:    527 MB/s   375812 calls/s
# udp tx:    528 MB/s     8956 calls/s   8956 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1492 MB/s    25310 calls/s
# udp tx:   1555 MB/s    26379 calls/s  26379 msg/s
# udp rx:   1644 MB/s    27858 calls/s
# udp tx:   1643 MB/s    27874 calls/s  27874 msg/s
# udp rx:   1704 MB/s    28903 calls/s
# udp tx:   1704 MB/s    28904 calls/s  28904 msg/s
# udp rx:   1746 MB/s    29628 calls/s
# udp tx:   1745 MB/s    29597 calls/s  29597 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1256 MB/s    21307 calls/s  21307 msg/s
# tcp rx:   1257 MB/s    48747 calls/s
# tcp tx:   1498 MB/s    25419 calls/s  25419 msg/s
# tcp rx:   1500 MB/s    59424 calls/s
# tcp tx:   1475 MB/s    25023 calls/s  25023 msg/s
# tcp rx:   1476 MB/s    63200 calls/s
# tcp tx:   1500 MB/s    25454 calls/s  25454 msg/s
# udp gso - over veth touching data
# udp rx:    824 MB/s   601261 calls/s
# udp tx:    863 MB/s    14639 calls/s  14639 msg/s
# udp rx:   1164 MB/s   849332 calls/s
# udp tx:   1161 MB/s    19704 calls/s  19704 msg/s
# udp rx:   1049 MB/s   765159 calls/s
# udp tx:   1039 MB/s    17628 calls/s  17628 msg/s
# udp rx:    999 MB/s   729265 calls/s
# udp tx:   1022 MB/s    17343 calls/s  17343 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1492 MB/s    25308 calls/s
# udp tx:   1545 MB/s    26215 calls/s  26215 msg/s
# udp rx:   1688 MB/s    28636 calls/s
# udp tx:   1689 MB/s    28661 calls/s  28661 msg/s
# udp rx:   1683 MB/s    28557 calls/s
# udp tx:   1680 MB/s    28500 calls/s  28500 msg/s
# udp rx:   1646 MB/s    27922 calls/s
# udp tx:   1644 MB/s    27898 calls/s  27898 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__->