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:   1053 MB/s    17868 calls/s  17868 msg/s
# tcp rx:   1061 MB/s   126130 calls/s
# tcp tx:   1009 MB/s    17121 calls/s  17121 msg/s
# tcp rx:   1013 MB/s   129014 calls/s
# tcp tx:   1025 MB/s    17392 calls/s  17392 msg/s
# tcp rx:   1026 MB/s   126424 calls/s
# tcp tx:   1080 MB/s    18324 calls/s  18324 msg/s
# udp gso - over veth touching data
# udp rx:   1196 MB/s   852541 calls/s
# udp tx:   1229 MB/s    20857 calls/s  20857 msg/s
# udp rx:   1267 MB/s   902817 calls/s
# udp tx:   1266 MB/s    21474 calls/s  21474 msg/s
# udp rx:   1267 MB/s   903182 calls/s
# udp tx:   1267 MB/s    21494 calls/s  21494 msg/s
# udp rx:   1141 MB/s   813234 calls/s
# udp tx:   1139 MB/s    19321 calls/s  19321 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1170 MB/s   833542 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1286 MB/s   916479 calls/s
# udp tx:   1285 MB/s    21810 calls/s  21810 msg/s
# udp rx:   1277 MB/s   909933 calls/s
# udp tx:   1276 MB/s    21646 calls/s  21646 msg/s
# udp rx:   1284 MB/s   915361 calls/s
# udp tx:   1284 MB/s    21783 calls/s  21783 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    842 MB/s    14289 calls/s  14289 msg/s
# tcp rx:    845 MB/s    90597 calls/s
# tcp tx:    846 MB/s    14361 calls/s  14361 msg/s
# tcp rx:    849 MB/s    90239 calls/s
# tcp tx:    846 MB/s    14353 calls/s  14353 msg/s
# tcp rx:    845 MB/s    91580 calls/s
# tcp tx:    855 MB/s    14513 calls/s  14513 msg/s
# udp gso - over veth touching data
# udp rx:   1177 MB/s   859053 calls/s
# udp tx:   1213 MB/s    20574 calls/s  20574 msg/s
# udp rx:   1188 MB/s   867055 calls/s
# udp tx:   1192 MB/s    20223 calls/s  20223 msg/s
# udp rx:   1208 MB/s   881563 calls/s
# udp tx:   1210 MB/s    20526 calls/s  20526 msg/s
# udp rx:   1223 MB/s   892227 calls/s
# udp tx:   1226 MB/s    20808 calls/s  20808 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1117 MB/s   815051 calls/s
# udp tx:   1157 MB/s    19628 calls/s  19628 msg/s
# udp rx:   1284 MB/s   936675 calls/s
# udp tx:   1283 MB/s    21773 calls/s  21773 msg/s
# udp rx:   1272 MB/s   928136 calls/s
# udp tx:   1274 MB/s    21610 calls/s  21610 msg/s
# udp rx:   1267 MB/s   924703 calls/s
# udp tx:   1268 MB/s    21512 calls/s  21512 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__->