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:    800 MB/s    13582 calls/s  13582 msg/s
# tcp rx:    803 MB/s   105308 calls/s
# tcp tx:   1018 MB/s    17269 calls/s  17269 msg/s
# tcp rx:   1018 MB/s   129869 calls/s
# tcp tx:   1038 MB/s    17615 calls/s  17615 msg/s
# tcp rx:   1039 MB/s   130113 calls/s
# tcp tx:   1068 MB/s    18130 calls/s  18130 msg/s
# udp gso - over veth touching data
# udp rx:   1288 MB/s   917851 calls/s
# udp tx:   1323 MB/s    22446 calls/s  22446 msg/s
# udp rx:   1333 MB/s   949882 calls/s
# udp tx:   1334 MB/s    22641 calls/s  22641 msg/s
# udp rx:   1329 MB/s   947050 calls/s
# udp tx:   1331 MB/s    22576 calls/s  22576 msg/s
# udp rx:   1334 MB/s   950352 calls/s
# udp tx:   1335 MB/s    22651 calls/s  22651 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1306 MB/s   930804 calls/s
# udp tx:   1348 MB/s    22875 calls/s  22875 msg/s
# udp rx:   1334 MB/s   950291 calls/s
# udp tx:   1334 MB/s    22626 calls/s  22626 msg/s
# udp rx:   1253 MB/s   893263 calls/s
# udp tx:   1244 MB/s    21115 calls/s  21115 msg/s
# udp rx:   1168 MB/s   832232 calls/s
# udp tx:   1168 MB/s    19827 calls/s  19827 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1073 MB/s    18214 calls/s  18214 msg/s
# tcp rx:   1074 MB/s   135475 calls/s
# tcp tx:   1155 MB/s    19601 calls/s  19601 msg/s
# tcp rx:   1157 MB/s   138477 calls/s
# tcp tx:   1148 MB/s    19480 calls/s  19480 msg/s
# tcp rx:   1149 MB/s   137691 calls/s
# tcp tx:   1141 MB/s    19366 calls/s  19366 msg/s
# udp gso - over veth touching data
# udp rx:    569 MB/s   415001 calls/s
# udp tx:    591 MB/s    10039 calls/s  10039 msg/s
# udp rx:    591 MB/s   431727 calls/s
# udp tx:    594 MB/s    10082 calls/s  10082 msg/s
# udp rx:   1062 MB/s   774759 calls/s
# udp tx:   1086 MB/s    18433 calls/s  18433 msg/s
# udp rx:   1242 MB/s   906213 calls/s
# udp tx:   1247 MB/s    21150 calls/s  21150 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1146 MB/s   835867 calls/s
# udp tx:   1179 MB/s    20011 calls/s  20011 msg/s
# udp rx:   1267 MB/s   924761 calls/s
# udp tx:   1272 MB/s    21574 calls/s  21574 msg/s
# udp rx:   1294 MB/s   943736 calls/s
# udp tx:   1297 MB/s    22009 calls/s  22009 msg/s
# udp rx:   1300 MB/s   948553 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 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__->