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:    762 MB/s    12928 calls/s  12928 msg/s
# tcp rx:    763 MB/s    88821 calls/s
# tcp tx:   1075 MB/s    18235 calls/s  18235 msg/s
# tcp rx:   1076 MB/s   138050 calls/s
# tcp tx:    991 MB/s    16821 calls/s  16821 msg/s
# tcp rx:    991 MB/s   137700 calls/s
# tcp tx:    903 MB/s    15316 calls/s  15316 msg/s
# udp gso - over veth touching data
# udp rx:   1154 MB/s   822406 calls/s
# udp tx:   1192 MB/s    20230 calls/s  20230 msg/s
# udp rx:   1241 MB/s   884441 calls/s
# udp tx:   1240 MB/s    21044 calls/s  21044 msg/s
# udp rx:   1191 MB/s   849040 calls/s
# udp tx:   1192 MB/s    20233 calls/s  20233 msg/s
# udp rx:   1308 MB/s   932220 calls/s
# udp tx:   1306 MB/s    22152 calls/s  22152 msg/s
# udp gso and gro - over veth touching data
# udp rx:    685 MB/s   488020 calls/s
# udp tx:    706 MB/s    11991 calls/s  11991 msg/s
# udp rx:    716 MB/s   510632 calls/s
# udp tx:    720 MB/s    12212 calls/s  12212 msg/s
# udp rx:    717 MB/s   511066 calls/s
# udp tx:    720 MB/s    12221 calls/s  12221 msg/s
# udp rx:    726 MB/s   517398 calls/s
# udp tx:    729 MB/s    12375 calls/s  12375 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1144 MB/s    19413 calls/s  19413 msg/s
# tcp rx:   1144 MB/s   141941 calls/s
# tcp tx:   1152 MB/s    19547 calls/s  19547 msg/s
# tcp rx:   1153 MB/s   143759 calls/s
# tcp tx:   1068 MB/s    18125 calls/s  18125 msg/s
# tcp rx:   1069 MB/s   139634 calls/s
# tcp tx:   1115 MB/s    18921 calls/s  18921 msg/s
# udp gso - over veth touching data
# udp rx:    615 MB/s   449133 calls/s
# udp tx:    631 MB/s    10710 calls/s  10710 msg/s
# udp rx:    647 MB/s   472177 calls/s
# udp tx:    646 MB/s    10973 calls/s  10973 msg/s
# udp rx:    632 MB/s   461051 calls/s
# udp tx:    631 MB/s    10707 calls/s  10707 msg/s
# udp rx:    631 MB/s   460493 calls/s
# udp tx:    630 MB/s    10702 calls/s  10702 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1127 MB/s   822247 calls/s
# udp tx:   1153 MB/s    19561 calls/s  19561 msg/s
# udp rx:   1184 MB/s   863919 calls/s
# udp tx:   1199 MB/s    20338 calls/s  20338 msg/s
# udp rx:   1141 MB/s   832518 calls/s
# udp tx:   1140 MB/s    19348 calls/s  19348 msg/s
# udp rx:   1211 MB/s   883319 calls/s
# udp tx:   1209 MB/s    20514 calls/s  20514 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__->