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:   1527 MB/s    25905 calls/s  25905 msg/s
# tcp rx:   1528 MB/s    60157 calls/s
# tcp tx:   1329 MB/s    22551 calls/s  22551 msg/s
# tcp rx:   1331 MB/s    52701 calls/s
# tcp tx:   1297 MB/s    22006 calls/s  22006 msg/s
# tcp rx:   1300 MB/s    53729 calls/s
# tcp tx:   1294 MB/s    21953 calls/s  21953 msg/s
# udp gso - over veth touching data
# udp rx:   1075 MB/s   766274 calls/s
# udp tx:   1106 MB/s    18763 calls/s  18763 msg/s
# udp rx:   1178 MB/s   839300 calls/s
# udp tx:   1177 MB/s    19975 calls/s  19975 msg/s
# udp rx:   1141 MB/s   813127 calls/s
# udp tx:   1140 MB/s    19347 calls/s  19347 msg/s
# udp rx:   1201 MB/s   856119 calls/s
# udp tx:   1201 MB/s    20380 calls/s  20380 msg/s
# udp gso and gro - over veth touching data
# udp rx:    797 MB/s    13522 calls/s
# udp tx:    821 MB/s    13926 calls/s  13926 msg/s
# udp rx:    828 MB/s    14059 calls/s
# udp tx:    828 MB/s    14051 calls/s  14051 msg/s
# udp rx:    837 MB/s    14197 calls/s
# udp tx:    831 MB/s    14110 calls/s  14110 msg/s
# udp rx:    865 MB/s    14672 calls/s
# udp tx:    868 MB/s    14722 calls/s  14722 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1399 MB/s    23740 calls/s  23740 msg/s
# tcp rx:   1400 MB/s    60698 calls/s
# tcp tx:   1240 MB/s    21033 calls/s  21033 msg/s
# tcp rx:   1240 MB/s    54635 calls/s
# tcp tx:   1382 MB/s    23448 calls/s  23448 msg/s
# tcp rx:   1384 MB/s    62030 calls/s
# tcp tx:   1240 MB/s    21044 calls/s  21044 msg/s
# udp gso - over veth touching data
# udp rx:    978 MB/s   713735 calls/s
# udp tx:   1014 MB/s    17208 calls/s  17208 msg/s
# udp rx:   1070 MB/s   780952 calls/s
# udp tx:   1068 MB/s    18129 calls/s  18129 msg/s
# udp rx:   1102 MB/s   804066 calls/s
# udp tx:   1118 MB/s    18971 calls/s  18971 msg/s
# udp rx:    657 MB/s   479819 calls/s
# udp tx:   1470 MB/s    24949 calls/s  24949 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1468 MB/s    24909 calls/s
# udp tx:   1522 MB/s    25819 calls/s  25819 msg/s
# udp rx:   1507 MB/s    25566 calls/s
# udp tx:   1509 MB/s    25599 calls/s  25599 msg/s
# udp rx:   1562 MB/s    26501 calls/s
# udp tx:   1555 MB/s    26385 calls/s  26385 msg/s
# udp rx:   1295 MB/s    21978 calls/s
# udp tx:   1293 MB/s    21939 calls/s  21939 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__->