make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1100 MB/s    18668 calls/s  18668 msg/s
# tcp rx:   1100 MB/s   135989 calls/s
# tcp tx:   1136 MB/s    19278 calls/s  19278 msg/s
# tcp rx:   1136 MB/s   132102 calls/s
# tcp tx:   1038 MB/s    17618 calls/s  17618 msg/s
# tcp rx:   1041 MB/s   129004 calls/s
# tcp tx:   1066 MB/s    18087 calls/s  18087 msg/s
# udp gso - over veth touching data
# udp rx:   1196 MB/s   852154 calls/s
# udp tx:   1242 MB/s    21082 calls/s  21082 msg/s
# udp rx:   1333 MB/s   949715 calls/s
# udp tx:   1331 MB/s    22591 calls/s  22591 msg/s
# udp rx:   1313 MB/s   935976 calls/s
# udp tx:   1311 MB/s    22241 calls/s  22241 msg/s
# udp rx:   1305 MB/s   929698 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1207 MB/s   860327 calls/s
# udp tx:   1247 MB/s    21152 calls/s  21152 msg/s
# udp rx:   1346 MB/s   958947 calls/s
# udp tx:   1343 MB/s    22787 calls/s  22787 msg/s
# udp rx:   1339 MB/s   954439 calls/s
# udp tx:   1340 MB/s    22734 calls/s  22734 msg/s
# udp rx:   1344 MB/s   957485 calls/s
# udp tx:   1342 MB/s    22775 calls/s  22775 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1038 MB/s    17617 calls/s  17617 msg/s
# tcp rx:   1046 MB/s   137196 calls/s
# tcp tx:   1091 MB/s    18515 calls/s  18515 msg/s
# tcp rx:   1091 MB/s   130927 calls/s
# tcp tx:   1076 MB/s    18252 calls/s  18252 msg/s
# tcp rx:   1079 MB/s   129230 calls/s
# tcp tx:   1073 MB/s    18203 calls/s  18203 msg/s
# udp gso - over veth touching data
# udp rx:   1171 MB/s   854652 calls/s
# udp tx:   1217 MB/s    20642 calls/s  20642 msg/s
# udp rx:   1266 MB/s   923313 calls/s
# udp tx:   1263 MB/s    21434 calls/s  21434 msg/s
# udp rx:   1187 MB/s   865939 calls/s
# udp tx:   1187 MB/s    20146 calls/s  20146 msg/s
# udp rx:   1294 MB/s   944022 calls/s
# udp tx:   1293 MB/s    21938 calls/s  21938 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1043 MB/s   760912 calls/s
# udp tx:   1080 MB/s    18328 calls/s  18328 msg/s
# udp rx:   1216 MB/s   886939 calls/s
# udp tx:   1204 MB/s    20424 calls/s  20424 msg/s
# udp rx:   1172 MB/s   855067 calls/s
# udp tx:   1176 MB/s    19953 calls/s  19953 msg/s
# udp rx:   1212 MB/s   883934 calls/s
# udp tx:   1217 MB/s    20652 calls/s  20652 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__->