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:   1072 MB/s    18198 calls/s  18198 msg/s
# tcp rx:   1073 MB/s   135770 calls/s
# tcp tx:   1105 MB/s    18743 calls/s  18743 msg/s
# tcp rx:   1105 MB/s   136800 calls/s
# tcp tx:   1109 MB/s    18825 calls/s  18825 msg/s
# tcp rx:   1111 MB/s   136627 calls/s
# tcp tx:   1120 MB/s    18998 calls/s  18998 msg/s
# udp gso - over veth touching data
# udp rx:   1274 MB/s   908041 calls/s
# udp tx:   1309 MB/s    22218 calls/s  22218 msg/s
# udp rx:   1310 MB/s   933388 calls/s
# udp tx:   1314 MB/s    22289 calls/s  22289 msg/s
# udp rx:   1281 MB/s   912855 calls/s
# udp tx:   1292 MB/s    21928 calls/s  21928 msg/s
# udp rx:    724 MB/s   515866 calls/s
# udp tx:    723 MB/s    12274 calls/s  12274 msg/s
# udp gso and gro - over veth touching data
# udp rx:    541 MB/s   385733 calls/s
# udp tx:    559 MB/s     9482 calls/s   9482 msg/s
# udp rx:    610 MB/s   434829 calls/s
# udp tx:    613 MB/s    10413 calls/s  10413 msg/s
# udp rx:    604 MB/s   430865 calls/s
# udp tx:    607 MB/s    10307 calls/s  10307 msg/s
# udp rx:    619 MB/s   441196 calls/s
# udp tx:    622 MB/s    10564 calls/s  10564 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1063 MB/s    18040 calls/s  18040 msg/s
# tcp rx:   1074 MB/s   136321 calls/s
# tcp tx:   1008 MB/s    17112 calls/s  17112 msg/s
# tcp rx:   1008 MB/s   108726 calls/s
# tcp tx:   1055 MB/s    17894 calls/s  17894 msg/s
# tcp rx:   1056 MB/s   127007 calls/s
# tcp tx:   1080 MB/s    18334 calls/s  18334 msg/s
# udp gso - over veth touching data
# udp rx:   1202 MB/s   877141 calls/s
# udp tx:   1231 MB/s    20888 calls/s  20888 msg/s
# udp rx:   1202 MB/s   876917 calls/s
# udp tx:   1208 MB/s    20496 calls/s  20496 msg/s
# udp rx:   1248 MB/s   910219 calls/s
# udp tx:   1253 MB/s    21257 calls/s  21257 msg/s
# udp rx:   1245 MB/s   908538 calls/s
# udp tx:   1250 MB/s    21208 calls/s  21208 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1164 MB/s   849495 calls/s
# udp tx:   1195 MB/s    20269 calls/s  20269 msg/s
# udp rx:   1247 MB/s   909787 calls/s
# udp tx:   1250 MB/s    21201 calls/s  21201 msg/s
# udp rx:   1260 MB/s   919086 calls/s
# udp tx:   1261 MB/s    21404 calls/s  21404 msg/s
# udp rx:   1253 MB/s   914405 calls/s
# udp tx:   1255 MB/s    21294 calls/s  21294 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__->