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:   1769 MB/s    30012 calls/s  30012 msg/s
# tcp rx:   1770 MB/s    72905 calls/s
# tcp tx:   1695 MB/s    28765 calls/s  28765 msg/s
# tcp rx:   1697 MB/s    71866 calls/s
# tcp tx:   1697 MB/s    28785 calls/s  28785 msg/s
# tcp rx:   1699 MB/s    72152 calls/s
# tcp tx:   1781 MB/s    30223 calls/s  30223 msg/s
# udp gso - over veth touching data
# udp rx:   1092 MB/s   778409 calls/s
# udp tx:   1127 MB/s    19131 calls/s  19131 msg/s
# udp rx:   1220 MB/s   869185 calls/s
# udp tx:   1224 MB/s    20762 calls/s  20762 msg/s
# udp rx:   1213 MB/s   864493 calls/s
# udp tx:   1215 MB/s    20608 calls/s  20608 msg/s
# udp rx:   1213 MB/s   864288 calls/s
# udp tx:   1214 MB/s    20599 calls/s  20599 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1748 MB/s    29652 calls/s
# udp tx:   1801 MB/s    30554 calls/s  30554 msg/s
# udp rx:   1799 MB/s    30392 calls/s
# udp tx:   1798 MB/s    30501 calls/s  30501 msg/s
# udp rx:   1727 MB/s    29299 calls/s
# udp tx:   1724 MB/s    29255 calls/s  29255 msg/s
# udp rx:   1708 MB/s    28977 calls/s
# udp tx:   1708 MB/s    28969 calls/s  28969 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1855 MB/s    31464 calls/s  31464 msg/s
# tcp rx:   1856 MB/s    78354 calls/s
# tcp tx:   1807 MB/s    30663 calls/s  30663 msg/s
# tcp rx:   1809 MB/s    71445 calls/s
# tcp tx:   1849 MB/s    31374 calls/s  31374 msg/s
# tcp rx:   1851 MB/s    77083 calls/s
# tcp tx:   1862 MB/s    31583 calls/s  31583 msg/s
# udp gso - over veth touching data
# udp rx:   1126 MB/s   821224 calls/s
# udp tx:   1154 MB/s    19582 calls/s  19582 msg/s
# udp rx:   1159 MB/s   845313 calls/s
# udp tx:   1157 MB/s    19640 calls/s  19640 msg/s
# udp rx:   1164 MB/s   849067 calls/s
# udp tx:   1163 MB/s    19733 calls/s  19733 msg/s
# udp rx:   1164 MB/s   849334 calls/s
# udp tx:   1163 MB/s    19734 calls/s  19734 msg/s
# udp gso and gro - over veth touching data
# udp rx:    934 MB/s    15843 calls/s
# udp tx:    963 MB/s    16335 calls/s  16335 msg/s
# udp rx:   1001 MB/s    16980 calls/s
# udp tx:   1004 MB/s    17033 calls/s  17033 msg/s
# udp rx:   1015 MB/s    17221 calls/s
# udp tx:   1014 MB/s    17214 calls/s  17214 msg/s
# udp rx:    965 MB/s    16382 calls/s
# udp tx:    967 MB/s    16408 calls/s  16408 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__->