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:   1092 MB/s    18526 calls/s  18526 msg/s
# tcp rx:   1116 MB/s   144466 calls/s
# tcp tx:   1033 MB/s    17532 calls/s  17532 msg/s
# tcp rx:   1029 MB/s   131024 calls/s
# tcp tx:   1059 MB/s    17970 calls/s  17970 msg/s
# tcp rx:   1070 MB/s   128636 calls/s
# tcp tx:   1065 MB/s    18065 calls/s  18065 msg/s
# udp gso - over veth touching data
# udp rx:    696 MB/s   496403 calls/s
# udp tx:    718 MB/s    12185 calls/s  12185 msg/s
# udp rx:    715 MB/s   509863 calls/s
# udp tx:    718 MB/s    12182 calls/s  12182 msg/s
# udp rx:    717 MB/s   511371 calls/s
# udp tx:    719 MB/s    12207 calls/s  12207 msg/s
# udp rx:    717 MB/s   511065 calls/s
# udp tx:    719 MB/s    12196 calls/s  12196 msg/s
# udp gso and gro - over veth touching data
# udp rx:    591 MB/s   421488 calls/s
# udp tx:    608 MB/s    10316 calls/s  10316 msg/s
# udp rx:    622 MB/s   443275 calls/s
# udp tx:    624 MB/s    10587 calls/s  10587 msg/s
# udp rx:    624 MB/s   445042 calls/s
# udp tx:    626 MB/s    10618 calls/s  10618 msg/s
# udp rx:    624 MB/s   445104 calls/s
# udp tx:    625 MB/s    10616 calls/s  10616 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1080 MB/s    18334 calls/s  18334 msg/s
# tcp rx:   1081 MB/s   140436 calls/s
# tcp tx:   1066 MB/s    18096 calls/s  18096 msg/s
# tcp rx:   1067 MB/s   135424 calls/s
# tcp tx:   1058 MB/s    17948 calls/s  17948 msg/s
# tcp rx:   1059 MB/s   135847 calls/s
# tcp tx:   1069 MB/s    18147 calls/s  18147 msg/s
# udp gso - over veth touching data
# udp rx:   1221 MB/s   890811 calls/s
# udp tx:   1261 MB/s    21400 calls/s  21400 msg/s
# udp rx:   1228 MB/s   895832 calls/s
# udp tx:   1232 MB/s    20903 calls/s  20903 msg/s
# udp rx:   1242 MB/s   906442 calls/s
# udp tx:   1243 MB/s    21097 calls/s  21097 msg/s
# udp rx:   1226 MB/s   894839 calls/s
# udp tx:   1230 MB/s    20873 calls/s  20873 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1070 MB/s   781087 calls/s
# udp tx:   1105 MB/s    18758 calls/s  18758 msg/s
# udp rx:   1155 MB/s   842675 calls/s
# udp tx:   1155 MB/s    19600 calls/s  19600 msg/s
# udp rx:   1168 MB/s   852428 calls/s
# udp tx:   1173 MB/s    19906 calls/s  19906 msg/s
# udp rx:   1278 MB/s   932625 calls/s
# udp tx:   1279 MB/s    21694 calls/s  21694 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__->