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:   1126 MB/s    19098 calls/s  19098 msg/s
# tcp rx:   1127 MB/s   134677 calls/s
# tcp tx:   1124 MB/s    19066 calls/s  19066 msg/s
# tcp rx:   1124 MB/s   136544 calls/s
# tcp tx:   1159 MB/s    19659 calls/s  19659 msg/s
# tcp rx:   1160 MB/s   136078 calls/s
# tcp tx:   1157 MB/s    19638 calls/s  19638 msg/s
# udp gso - over veth touching data
# udp rx:   1265 MB/s   901572 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 msg/s
# udp rx:   1260 MB/s   897683 calls/s
# udp tx:   1258 MB/s    21342 calls/s  21342 msg/s
# udp rx:   1274 MB/s   907550 calls/s
# udp tx:   1271 MB/s    21572 calls/s  21572 msg/s
# udp rx:   1264 MB/s   900420 calls/s
# udp tx:   1263 MB/s    21423 calls/s  21423 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1122 MB/s   799308 calls/s
# udp tx:   1158 MB/s    19645 calls/s  19645 msg/s
# udp rx:   1286 MB/s   916289 calls/s
# udp tx:   1287 MB/s    21841 calls/s  21841 msg/s
# udp rx:   1340 MB/s   954913 calls/s
# udp tx:   1340 MB/s    22728 calls/s  22728 msg/s
# udp rx:   1325 MB/s   944340 calls/s
# udp tx:   1325 MB/s    22482 calls/s  22482 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1064 MB/s    18056 calls/s  18056 msg/s
# tcp rx:   1064 MB/s   137952 calls/s
# tcp tx:   1145 MB/s    19422 calls/s  19422 msg/s
# tcp rx:   1145 MB/s   133796 calls/s
# tcp tx:   1142 MB/s    19376 calls/s  19376 msg/s
# tcp rx:   1143 MB/s   134628 calls/s
# tcp tx:   1151 MB/s    19522 calls/s  19522 msg/s
# udp gso - over veth touching data
# udp rx:   1171 MB/s   854315 calls/s
# udp tx:   1209 MB/s    20507 calls/s  20507 msg/s
# udp rx:   1220 MB/s   889900 calls/s
# udp tx:   1219 MB/s    20684 calls/s  20684 msg/s
# udp rx:   1261 MB/s   919831 calls/s
# udp tx:   1260 MB/s    21387 calls/s  21387 msg/s
# udp rx:   1273 MB/s   928569 calls/s
# udp tx:   1272 MB/s    21589 calls/s  21589 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1141 MB/s   832344 calls/s
# udp tx:   1174 MB/s    19923 calls/s  19923 msg/s
# udp rx:   1215 MB/s   886779 calls/s
# udp tx:   1216 MB/s    20632 calls/s  20632 msg/s
# udp rx:   1249 MB/s   911026 calls/s
# udp tx:   1249 MB/s    21188 calls/s  21188 msg/s
# udp rx:   1278 MB/s   932342 calls/s
# udp tx:   1277 MB/s    21668 calls/s  21668 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__->