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:   1141 MB/s    19366 calls/s  19366 msg/s
# tcp rx:   1167 MB/s   136979 calls/s
# tcp tx:   1155 MB/s    19592 calls/s  19592 msg/s
# tcp rx:   1155 MB/s   126928 calls/s
# tcp tx:   1033 MB/s    17524 calls/s  17524 msg/s
# tcp rx:   1036 MB/s   128947 calls/s
# tcp tx:   1108 MB/s    18807 calls/s  18807 msg/s
# udp gso - over veth touching data
# udp rx:   1187 MB/s   845996 calls/s
# udp tx:   1212 MB/s    20560 calls/s  20560 msg/s
# udp rx:   1260 MB/s   897837 calls/s
# udp tx:   1270 MB/s    21550 calls/s  21550 msg/s
# udp rx:   1287 MB/s   917107 calls/s
# udp tx:   1290 MB/s    21888 calls/s  21888 msg/s
# udp rx:   1299 MB/s   925963 calls/s
# udp tx:   1302 MB/s    22088 calls/s  22088 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1226 MB/s   873610 calls/s
# udp tx:   1263 MB/s    21425 calls/s  21425 msg/s
# udp rx:    807 MB/s   575119 calls/s
# udp tx:    792 MB/s    13445 calls/s  13445 msg/s
# udp rx:    754 MB/s   537536 calls/s
# udp tx:    754 MB/s    12795 calls/s  12795 msg/s
# udp rx:    755 MB/s   538086 calls/s
# udp tx:    756 MB/s    12839 calls/s  12839 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1155 MB/s    19599 calls/s  19599 msg/s
# tcp rx:   1155 MB/s   143910 calls/s
# tcp tx:   1021 MB/s    17326 calls/s  17326 msg/s
# tcp rx:   1069 MB/s   130968 calls/s
# tcp tx:   1082 MB/s    18357 calls/s  18357 msg/s
# tcp rx:   1079 MB/s   121573 calls/s
# tcp tx:   1112 MB/s    18862 calls/s  18862 msg/s
# udp gso - over veth touching data
# udp rx:   1188 MB/s   867023 calls/s
# udp tx:   1219 MB/s    20689 calls/s  20689 msg/s
# udp rx:   1245 MB/s   908421 calls/s
# udp tx:   1244 MB/s    21108 calls/s  21108 msg/s
# udp rx:   1243 MB/s   907013 calls/s
# udp tx:   1242 MB/s    21081 calls/s  21081 msg/s
# udp rx:   1246 MB/s   909429 calls/s
# udp tx:   1246 MB/s    21136 calls/s  21136 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1187 MB/s   866128 calls/s
# udp tx:   1222 MB/s    20733 calls/s  20733 msg/s
# udp rx:   1242 MB/s   906411 calls/s
# udp tx:   1241 MB/s    21059 calls/s  21059 msg/s
# udp rx:   1238 MB/s   903302 calls/s
# udp tx:   1238 MB/s    21003 calls/s  21003 msg/s
# udp rx:   1236 MB/s   901804 calls/s
# udp tx:   1236 MB/s    20964 calls/s  20964 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__->