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:   1598 MB/s    27112 calls/s  27112 msg/s
# tcp rx:   1601 MB/s    64356 calls/s
# tcp tx:   1380 MB/s    23408 calls/s  23408 msg/s
# tcp rx:   1383 MB/s    55553 calls/s
# tcp tx:   1449 MB/s    24590 calls/s  24590 msg/s
# tcp rx:   1450 MB/s    57093 calls/s
# tcp tx:   1431 MB/s    24277 calls/s  24277 msg/s
# udp gso - over veth touching data
# udp rx:   1069 MB/s   761815 calls/s
# udp tx:   1102 MB/s    18700 calls/s  18700 msg/s
# udp rx:   1150 MB/s   819301 calls/s
# udp tx:   1157 MB/s    19633 calls/s  19633 msg/s
# udp rx:   1093 MB/s   778854 calls/s
# udp tx:   1098 MB/s    18627 calls/s  18627 msg/s
# udp rx:   1093 MB/s   778898 calls/s
# udp tx:   1095 MB/s    18581 calls/s  18581 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1585 MB/s    26888 calls/s
# udp tx:   1638 MB/s    27794 calls/s  27794 msg/s
# udp rx:   1535 MB/s    26039 calls/s
# udp tx:   1517 MB/s    25745 calls/s  25745 msg/s
# udp rx:   1687 MB/s    28617 calls/s
# udp tx:   1703 MB/s    28887 calls/s  28887 msg/s
# udp rx:   1763 MB/s    29911 calls/s
# udp tx:   1766 MB/s    29967 calls/s  29967 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1396 MB/s    23683 calls/s  23683 msg/s
# tcp rx:   1397 MB/s    55356 calls/s
# tcp tx:   1343 MB/s    22793 calls/s  22793 msg/s
# tcp rx:   1345 MB/s    53989 calls/s
# tcp tx:   1357 MB/s    23030 calls/s  23030 msg/s
# tcp rx:   1357 MB/s    53281 calls/s
# tcp tx:   1345 MB/s    22822 calls/s  22822 msg/s
# udp gso - over veth touching data
# udp rx:    983 MB/s   717603 calls/s
# udp tx:   1019 MB/s    17297 calls/s  17297 msg/s
# udp rx:   1119 MB/s   816649 calls/s
# udp tx:   1119 MB/s    18989 calls/s  18989 msg/s
# udp rx:   1136 MB/s   829138 calls/s
# udp tx:   1136 MB/s    19276 calls/s  19276 msg/s
# udp rx:   1149 MB/s   838653 calls/s
# udp tx:   1152 MB/s    19549 calls/s  19549 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1690 MB/s    28674 calls/s
# udp tx:   1739 MB/s    29502 calls/s  29502 msg/s
# udp rx:   1711 MB/s    29024 calls/s
# udp tx:   1710 MB/s    29019 calls/s  29019 msg/s
# udp rx:   1661 MB/s    28181 calls/s
# udp tx:   1661 MB/s    28186 calls/s  28186 msg/s
# udp rx:   1679 MB/s    28480 calls/s
# udp tx:   1678 MB/s    28468 calls/s  28468 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__->