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:    787 MB/s    13349 calls/s  13349 msg/s
# tcp rx:    788 MB/s    91815 calls/s
# tcp tx:    758 MB/s    12869 calls/s  12869 msg/s
# tcp rx:    760 MB/s    89320 calls/s
# tcp tx:    789 MB/s    13396 calls/s  13396 msg/s
# tcp rx:    792 MB/s    90977 calls/s
# tcp tx:    799 MB/s    13559 calls/s  13559 msg/s
# udp gso - over veth touching data
# udp rx:   1178 MB/s   839282 calls/s
# udp tx:   1216 MB/s    20628 calls/s  20628 msg/s
# udp rx:   1145 MB/s   815716 calls/s
# udp tx:   1144 MB/s    19410 calls/s  19410 msg/s
# udp rx:   1280 MB/s   912254 calls/s
# udp tx:   1278 MB/s    21679 calls/s  21679 msg/s
# udp rx:   1251 MB/s   891714 calls/s
# udp tx:   1252 MB/s    21238 calls/s  21238 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1243 MB/s   885657 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:   1285 MB/s   916057 calls/s
# udp tx:   1285 MB/s    21799 calls/s  21799 msg/s
# udp rx:   1287 MB/s   916899 calls/s
# udp tx:   1287 MB/s    21833 calls/s  21833 msg/s
# udp rx:   1288 MB/s   917635 calls/s
# udp tx:   1287 MB/s    21842 calls/s  21842 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1123 MB/s    19057 calls/s  19057 msg/s
# tcp rx:   1123 MB/s   143092 calls/s
# tcp tx:   1102 MB/s    18692 calls/s  18692 msg/s
# tcp rx:   1116 MB/s   133965 calls/s
# tcp tx:   1020 MB/s    17300 calls/s  17300 msg/s
# tcp rx:   1022 MB/s   126787 calls/s
# tcp tx:   1038 MB/s    17615 calls/s  17615 msg/s
# udp gso - over veth touching data
# udp rx:   1140 MB/s   831589 calls/s
# udp tx:   1177 MB/s    19966 calls/s  19966 msg/s
# udp rx:    921 MB/s   672010 calls/s
# udp tx:    923 MB/s    15670 calls/s  15670 msg/s
# udp rx:   1142 MB/s   832967 calls/s
# udp tx:   1147 MB/s    19469 calls/s  19469 msg/s
# udp rx:   1105 MB/s   805974 calls/s
# udp tx:   1109 MB/s    18811 calls/s  18811 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1185 MB/s   864376 calls/s
# udp tx:   1226 MB/s    20810 calls/s  20810 msg/s
# udp rx:   1259 MB/s   918508 calls/s
# udp tx:   1266 MB/s    21480 calls/s  21480 msg/s
# udp rx:   1257 MB/s   917273 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 msg/s
# udp rx:   1255 MB/s   915623 calls/s
# udp tx:   1261 MB/s    21389 calls/s  21389 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__->