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:   1183 MB/s    20080 calls/s  20080 msg/s
# tcp rx:   1184 MB/s   134266 calls/s
# tcp tx:   1129 MB/s    19160 calls/s  19160 msg/s
# tcp rx:   1131 MB/s   134434 calls/s
# tcp tx:   1087 MB/s    18453 calls/s  18453 msg/s
# tcp rx:   1089 MB/s   129278 calls/s
# tcp tx:   1082 MB/s    18367 calls/s  18367 msg/s
# udp gso - over veth touching data
# udp rx:   1249 MB/s   889770 calls/s
# udp tx:   1287 MB/s    21835 calls/s  21835 msg/s
# udp rx:   1331 MB/s   948437 calls/s
# udp tx:   1334 MB/s    22637 calls/s  22637 msg/s
# udp rx:   1069 MB/s   762105 calls/s
# udp tx:   1063 MB/s    18030 calls/s  18030 msg/s
# udp rx:    642 MB/s   457824 calls/s
# udp tx:    642 MB/s    10890 calls/s  10890 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1295 MB/s   922562 calls/s
# udp tx:   1333 MB/s    22614 calls/s  22614 msg/s
# udp rx:   1322 MB/s   941805 calls/s
# udp tx:   1324 MB/s    22465 calls/s  22465 msg/s
# udp rx:   1335 MB/s   951153 calls/s
# udp tx:   1336 MB/s    22675 calls/s  22675 msg/s
# udp rx:   1330 MB/s   947953 calls/s
# udp tx:   1332 MB/s    22604 calls/s  22604 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1099 MB/s    18654 calls/s  18654 msg/s
# tcp rx:   1100 MB/s   139053 calls/s
# tcp tx:   1104 MB/s    18730 calls/s  18730 msg/s
# tcp rx:   1106 MB/s   134664 calls/s
# tcp tx:   1118 MB/s    18978 calls/s  18978 msg/s
# tcp rx:   1119 MB/s   133696 calls/s
# tcp tx:   1039 MB/s    17633 calls/s  17633 msg/s
# udp gso - over veth touching data
# udp rx:   1148 MB/s   837782 calls/s
# udp tx:   1183 MB/s    20067 calls/s  20067 msg/s
# udp rx:   1196 MB/s   872762 calls/s
# udp tx:   1199 MB/s    20338 calls/s  20338 msg/s
# udp rx:   1189 MB/s   867168 calls/s
# udp tx:   1189 MB/s    20177 calls/s  20177 msg/s
# udp rx:   1231 MB/s   898280 calls/s
# udp tx:   1232 MB/s    20910 calls/s  20910 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1233 MB/s   899661 calls/s
# udp tx:   1277 MB/s    21664 calls/s  21664 msg/s
# udp rx:   1263 MB/s   921665 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 msg/s
# udp rx:   1269 MB/s   925874 calls/s
# udp tx:   1271 MB/s    21565 calls/s  21565 msg/s
# udp rx:   1237 MB/s   902592 calls/s
# udp tx:   1239 MB/s    21021 calls/s  21021 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__->