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:   1096 MB/s    18602 calls/s  18602 msg/s
# tcp rx:   1097 MB/s   140990 calls/s
# tcp tx:   1101 MB/s    18688 calls/s  18688 msg/s
# tcp rx:   1104 MB/s   134777 calls/s
# tcp tx:   1088 MB/s    18469 calls/s  18469 msg/s
# tcp rx:   1089 MB/s   130912 calls/s
# tcp tx:   1062 MB/s    18013 calls/s  18013 msg/s
# udp gso - over veth touching data
# udp rx:   1285 MB/s   915405 calls/s
# udp tx:   1315 MB/s    22315 calls/s  22315 msg/s
# udp rx:   1319 MB/s   939767 calls/s
# udp tx:   1318 MB/s    22364 calls/s  22364 msg/s
# udp rx:   1332 MB/s   949042 calls/s
# udp tx:   1331 MB/s    22580 calls/s  22580 msg/s
# udp rx:   1337 MB/s   952609 calls/s
# udp tx:   1336 MB/s    22672 calls/s  22672 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1299 MB/s   925452 calls/s
# udp tx:   1330 MB/s    22567 calls/s  22567 msg/s
# udp rx:   1326 MB/s   945157 calls/s
# udp tx:   1325 MB/s    22475 calls/s  22475 msg/s
# udp rx:   1324 MB/s   943460 calls/s
# udp tx:   1323 MB/s    22454 calls/s  22454 msg/s
# udp rx:   1337 MB/s   952727 calls/s
# udp tx:   1337 MB/s    22685 calls/s  22685 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1109 MB/s    18817 calls/s  18817 msg/s
# tcp rx:   1110 MB/s   139496 calls/s
# tcp tx:   1157 MB/s    19631 calls/s  19631 msg/s
# tcp rx:   1158 MB/s   143831 calls/s
# tcp tx:   1172 MB/s    19894 calls/s  19894 msg/s
# tcp rx:   1174 MB/s   145070 calls/s
# tcp tx:   1170 MB/s    19856 calls/s  19856 msg/s
# udp gso - over veth touching data
# udp rx:   1169 MB/s   853081 calls/s
# udp tx:   1199 MB/s    20348 calls/s  20348 msg/s
# udp rx:   1071 MB/s   781765 calls/s
# udp tx:   1061 MB/s    18012 calls/s  18012 msg/s
# udp rx:    674 MB/s   491866 calls/s
# udp tx:    677 MB/s    11484 calls/s  11484 msg/s
# udp rx:    673 MB/s   490978 calls/s
# udp tx:    692 MB/s    11740 calls/s  11740 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1161 MB/s   847300 calls/s
# udp tx:   1202 MB/s    20397 calls/s  20397 msg/s
# udp rx:   1269 MB/s   925703 calls/s
# udp tx:   1269 MB/s    21530 calls/s  21530 msg/s
# udp rx:   1277 MB/s   931862 calls/s
# udp tx:   1277 MB/s    21666 calls/s  21666 msg/s
# udp rx:   1189 MB/s   867799 calls/s
# udp tx:   1188 MB/s    20152 calls/s  20152 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__->