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:   1162 MB/s    19718 calls/s  19718 msg/s
# tcp rx:   1162 MB/s   142982 calls/s
# tcp tx:   1130 MB/s    19176 calls/s  19176 msg/s
# tcp rx:   1131 MB/s   137252 calls/s
# tcp tx:   1059 MB/s    17973 calls/s  17973 msg/s
# tcp rx:   1060 MB/s   129568 calls/s
# tcp tx:   1095 MB/s    18579 calls/s  18579 msg/s
# udp gso - over veth touching data
# udp rx:   1219 MB/s   868717 calls/s
# udp tx:   1256 MB/s    21317 calls/s  21317 msg/s
# udp rx:   1265 MB/s   901826 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 msg/s
# udp rx:   1169 MB/s   833106 calls/s
# udp tx:   1170 MB/s    19858 calls/s  19858 msg/s
# udp rx:   1262 MB/s   899290 calls/s
# udp tx:   1251 MB/s    21225 calls/s  21225 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1297 MB/s   924493 calls/s
# udp tx:   1331 MB/s    22585 calls/s  22585 msg/s
# udp rx:   1306 MB/s   930999 calls/s
# udp tx:   1310 MB/s    22220 calls/s  22220 msg/s
# udp rx:   1304 MB/s   929374 calls/s
# udp tx:   1305 MB/s    22148 calls/s  22148 msg/s
# udp rx:   1302 MB/s   927934 calls/s
# udp tx:   1299 MB/s    22041 calls/s  22041 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1124 MB/s    19077 calls/s  19077 msg/s
# tcp rx:   1125 MB/s   138637 calls/s
# tcp tx:   1145 MB/s    19430 calls/s  19430 msg/s
# tcp rx:   1146 MB/s   137915 calls/s
# tcp tx:   1253 MB/s    21255 calls/s  21255 msg/s
# tcp rx:   1254 MB/s   110606 calls/s
# tcp tx:   1096 MB/s    18601 calls/s  18601 msg/s
# udp gso - over veth touching data
# udp rx:   1183 MB/s   863499 calls/s
# udp tx:   1222 MB/s    20737 calls/s  20737 msg/s
# udp rx:   1243 MB/s   906729 calls/s
# udp tx:   1246 MB/s    21146 calls/s  21146 msg/s
# udp rx:   1254 MB/s   914715 calls/s
# udp tx:   1256 MB/s    21319 calls/s  21319 msg/s
# udp rx:   1247 MB/s   909706 calls/s
# udp tx:   1248 MB/s    21172 calls/s  21172 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1172 MB/s   855355 calls/s
# udp tx:   1198 MB/s    20325 calls/s  20325 msg/s
# udp rx:   1109 MB/s   809097 calls/s
# udp tx:   1112 MB/s    18876 calls/s  18876 msg/s
# udp rx:    620 MB/s   452695 calls/s
# udp tx:    619 MB/s    10511 calls/s  10511 msg/s
# udp rx:    616 MB/s   449862 calls/s
# udp tx:    616 MB/s    10449 calls/s  10449 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__->