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:   1136 MB/s    19275 calls/s  19275 msg/s
# tcp rx:   1142 MB/s   140269 calls/s
# tcp tx:   1069 MB/s    18134 calls/s  18134 msg/s
# tcp rx:   1075 MB/s   127444 calls/s
# tcp tx:   1070 MB/s    18161 calls/s  18161 msg/s
# tcp rx:   1082 MB/s   125223 calls/s
# tcp tx:   1080 MB/s    18330 calls/s  18330 msg/s
# udp gso - over veth touching data
# udp rx:   1286 MB/s   916693 calls/s
# udp tx:   1324 MB/s    22471 calls/s  22471 msg/s
# udp rx:   1300 MB/s   926711 calls/s
# udp tx:   1299 MB/s    22041 calls/s  22041 msg/s
# udp rx:   1333 MB/s   949921 calls/s
# udp tx:   1332 MB/s    22598 calls/s  22598 msg/s
# udp rx:   1331 MB/s   948152 calls/s
# udp tx:   1330 MB/s    22563 calls/s  22563 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   867655 calls/s
# udp tx:   1254 MB/s    21271 calls/s  21271 msg/s
# udp rx:   1288 MB/s   917534 calls/s
# udp tx:   1288 MB/s    21847 calls/s  21847 msg/s
# udp rx:   1323 MB/s   942548 calls/s
# udp tx:   1322 MB/s    22431 calls/s  22431 msg/s
# udp rx:   1324 MB/s   943176 calls/s
# udp tx:   1322 MB/s    22437 calls/s  22437 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    733 MB/s    12446 calls/s  12446 msg/s
# tcp rx:    735 MB/s    80180 calls/s
# tcp tx:    843 MB/s    14298 calls/s  14298 msg/s
# tcp rx:    842 MB/s    92689 calls/s
# tcp tx:    855 MB/s    14505 calls/s  14505 msg/s
# tcp rx:    857 MB/s    64021 calls/s
# tcp tx:    897 MB/s    15229 calls/s  15229 msg/s
# udp gso - over veth touching data
# udp rx:   1005 MB/s   733120 calls/s
# udp tx:   1040 MB/s    17651 calls/s  17651 msg/s
# udp rx:   1172 MB/s   854763 calls/s
# udp tx:   1177 MB/s    19978 calls/s  19978 msg/s
# udp rx:   1152 MB/s   840383 calls/s
# udp tx:   1149 MB/s    19501 calls/s  19501 msg/s
# udp rx:   1151 MB/s   839957 calls/s
# udp tx:   1153 MB/s    19566 calls/s  19566 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1128 MB/s   823049 calls/s
# udp tx:   1158 MB/s    19653 calls/s  19653 msg/s
# udp rx:   1228 MB/s   896083 calls/s
# udp tx:   1228 MB/s    20842 calls/s  20842 msg/s
# udp rx:   1218 MB/s   888430 calls/s
# udp tx:   1219 MB/s    20684 calls/s  20684 msg/s
# udp rx:   1255 MB/s   915620 calls/s
# udp tx:   1265 MB/s    21469 calls/s  21469 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__->