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:    757 MB/s    12856 calls/s  12856 msg/s
# tcp rx:    758 MB/s   136059 calls/s
# tcp tx:    831 MB/s    14108 calls/s  14108 msg/s
# tcp rx:    832 MB/s   137046 calls/s
# tcp tx:    827 MB/s    14029 calls/s  14029 msg/s
# tcp rx:    827 MB/s   129899 calls/s
# tcp tx:    834 MB/s    14152 calls/s  14152 msg/s
# udp gso - over veth touching data
# udp rx:   1235 MB/s   880318 calls/s
# udp tx:   1257 MB/s    21336 calls/s  21336 msg/s
# udp rx:   1119 MB/s   797704 calls/s
# udp tx:   1119 MB/s    18995 calls/s  18995 msg/s
# udp rx:   1054 MB/s   751308 calls/s
# udp tx:   1054 MB/s    17878 calls/s  17878 msg/s
# udp rx:   1178 MB/s   839188 calls/s
# udp tx:   1177 MB/s    19968 calls/s  19968 msg/s
# udp gso and gro - over veth touching data
# udp rx:    675 MB/s   481294 calls/s
# udp tx:    691 MB/s    11731 calls/s  11731 msg/s
# udp rx:    682 MB/s   486142 calls/s
# udp tx:    681 MB/s    11561 calls/s  11561 msg/s
# udp rx:    670 MB/s   477905 calls/s
# udp tx:    673 MB/s    11415 calls/s  11415 msg/s
# udp rx:   1132 MB/s   806887 calls/s
# udp tx:   1139 MB/s    19328 calls/s  19328 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    799 MB/s    13568 calls/s  13568 msg/s
# tcp rx:    804 MB/s   136924 calls/s
# tcp tx:    788 MB/s    13369 calls/s  13369 msg/s
# tcp rx:    792 MB/s   143553 calls/s
# tcp tx:    848 MB/s    14392 calls/s  14392 msg/s
# tcp rx:    845 MB/s   148459 calls/s
# tcp tx:    847 MB/s    14366 calls/s  14366 msg/s
# udp gso - over veth touching data
# udp rx:   1074 MB/s   783739 calls/s
# udp tx:   1100 MB/s    18657 calls/s  18657 msg/s
# udp rx:   1106 MB/s   807157 calls/s
# udp tx:   1108 MB/s    18809 calls/s  18809 msg/s
# udp rx:   1096 MB/s   799948 calls/s
# udp tx:   1095 MB/s    18577 calls/s  18577 msg/s
# udp rx:   1072 MB/s   782434 calls/s
# udp tx:   1072 MB/s    18190 calls/s  18190 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1131 MB/s   825369 calls/s
# udp tx:   1156 MB/s    19623 calls/s  19623 msg/s
# udp rx:   1209 MB/s   882204 calls/s
# udp tx:   1209 MB/s    20516 calls/s  20516 msg/s
# udp rx:   1185 MB/s   864435 calls/s
# udp tx:   1184 MB/s    20084 calls/s  20084 msg/s
# udp rx:   1191 MB/s   868852 calls/s
# udp tx:   1190 MB/s    20186 calls/s  20186 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__->