make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1159 MB/s    19663 calls/s  19663 msg/s
# tcp rx:   1160 MB/s   141000 calls/s
# tcp tx:   1120 MB/s    19003 calls/s  19003 msg/s
# tcp rx:   1121 MB/s   134349 calls/s
# tcp tx:   1083 MB/s    18378 calls/s  18378 msg/s
# tcp rx:   1084 MB/s   136616 calls/s
# tcp tx:   1116 MB/s    18944 calls/s  18944 msg/s
# udp gso - over veth touching data
# udp rx:   1304 MB/s   929530 calls/s
# udp tx:   1341 MB/s    22745 calls/s  22745 msg/s
# udp rx:   1346 MB/s   959495 calls/s
# udp tx:   1346 MB/s    22842 calls/s  22842 msg/s
# udp rx:   1344 MB/s   957871 calls/s
# udp tx:   1344 MB/s    22804 calls/s  22804 msg/s
# udp rx:   1350 MB/s   962321 calls/s
# udp tx:   1351 MB/s    22914 calls/s  22914 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1228 MB/s   875333 calls/s
# udp tx:   1269 MB/s    21534 calls/s  21534 msg/s
# udp rx:   1283 MB/s   914229 calls/s
# udp tx:   1288 MB/s    21847 calls/s  21847 msg/s
# udp rx:   1317 MB/s   938347 calls/s
# udp tx:   1321 MB/s    22418 calls/s  22418 msg/s
# udp rx:   1316 MB/s   937455 calls/s
# udp tx:   1320 MB/s    22399 calls/s  22399 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1117 MB/s    18955 calls/s  18955 msg/s
# tcp rx:   1119 MB/s   135454 calls/s
# tcp tx:   1092 MB/s    18538 calls/s  18538 msg/s
# tcp rx:   1092 MB/s   130573 calls/s
# tcp tx:   1079 MB/s    18308 calls/s  18308 msg/s
# tcp rx:   1080 MB/s   130408 calls/s
# tcp tx:   1080 MB/s    18323 calls/s  18323 msg/s
# udp gso - over veth touching data
# udp rx:   1046 MB/s   763267 calls/s
# udp tx:   1084 MB/s    18391 calls/s  18391 msg/s
# udp rx:   1215 MB/s   886541 calls/s
# udp tx:   1220 MB/s    20697 calls/s  20697 msg/s
# udp rx:   1275 MB/s   930298 calls/s
# udp tx:   1279 MB/s    21708 calls/s  21708 msg/s
# udp rx:   1291 MB/s   941553 calls/s
# udp tx:   1291 MB/s    21913 calls/s  21913 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1157 MB/s   843981 calls/s
# udp tx:   1190 MB/s    20196 calls/s  20196 msg/s
# udp rx:   1151 MB/s   840068 calls/s
# udp tx:   1148 MB/s    19483 calls/s  19483 msg/s
# udp rx:   1208 MB/s   881140 calls/s
# udp tx:   1216 MB/s    20629 calls/s  20629 msg/s
# udp rx:   1263 MB/s   921280 calls/s
# udp tx:   1264 MB/s    21439 calls/s  21439 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__->