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:   1099 MB/s    18650 calls/s  18650 msg/s
# tcp rx:   1099 MB/s   140441 calls/s
# tcp tx:   1077 MB/s    18271 calls/s  18271 msg/s
# tcp rx:   1243 MB/s   127320 calls/s
# tcp tx:   1111 MB/s    18857 calls/s  18857 msg/s
# tcp rx:   1057 MB/s   127392 calls/s
# tcp tx:   1060 MB/s    17995 calls/s  17995 msg/s
# udp gso - over veth touching data
# udp rx:   1236 MB/s   880580 calls/s
# udp tx:   1255 MB/s    21289 calls/s  21289 msg/s
# udp rx:   1196 MB/s   852029 calls/s
# udp tx:   1205 MB/s    20453 calls/s  20453 msg/s
# udp rx:   1266 MB/s   902200 calls/s
# udp tx:   1263 MB/s    21435 calls/s  21435 msg/s
# udp rx:   1281 MB/s   913164 calls/s
# udp tx:   1284 MB/s    21788 calls/s  21788 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1212 MB/s   863651 calls/s
# udp tx:   1251 MB/s    21219 calls/s  21219 msg/s
# udp rx:   1291 MB/s   920324 calls/s
# udp tx:   1295 MB/s    21966 calls/s  21966 msg/s
# udp rx:   1282 MB/s   913579 calls/s
# udp tx:   1289 MB/s    21865 calls/s  21865 msg/s
# udp rx:   1280 MB/s   911980 calls/s
# udp tx:   1286 MB/s    21813 calls/s  21813 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    993 MB/s    16843 calls/s  16843 msg/s
# tcp rx:    993 MB/s   124564 calls/s
# tcp tx:   1075 MB/s    18241 calls/s  18241 msg/s
# tcp rx:   1075 MB/s   132657 calls/s
# tcp tx:   1055 MB/s    17898 calls/s  17898 msg/s
# tcp rx:   1056 MB/s   134248 calls/s
# tcp tx:    848 MB/s    14393 calls/s  14393 msg/s
# udp gso - over veth touching data
# udp rx:   1190 MB/s   868567 calls/s
# udp tx:   1221 MB/s    20724 calls/s  20724 msg/s
# udp rx:   1233 MB/s   899246 calls/s
# udp tx:   1244 MB/s    21114 calls/s  21114 msg/s
# udp rx:   1247 MB/s   909606 calls/s
# udp tx:   1251 MB/s    21220 calls/s  21220 msg/s
# udp rx:   1257 MB/s   917201 calls/s
# udp tx:   1259 MB/s    21363 calls/s  21363 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1207 MB/s   880950 calls/s
# udp tx:   1242 MB/s    21067 calls/s  21067 msg/s
# udp rx:    727 MB/s   530775 calls/s
# udp tx:    713 MB/s    12108 calls/s  12108 msg/s
# udp rx:    675 MB/s   492733 calls/s
# udp tx:    674 MB/s    11441 calls/s  11441 msg/s
# udp rx:    876 MB/s   639501 calls/s
# udp tx:    892 MB/s    15131 calls/s  15131 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__->