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:   1083 MB/s    18374 calls/s  18374 msg/s
# tcp rx:   1086 MB/s   148414 calls/s
# tcp tx:   1003 MB/s    17026 calls/s  17026 msg/s
# tcp rx:   1032 MB/s   127189 calls/s
# tcp tx:   1057 MB/s    17936 calls/s  17936 msg/s
# tcp rx:   1085 MB/s   129413 calls/s
# tcp tx:   1039 MB/s    17632 calls/s  17632 msg/s
# udp gso - over veth touching data
# udp rx:   1241 MB/s   884716 calls/s
# udp tx:   1289 MB/s    21866 calls/s  21866 msg/s
# udp rx:   1332 MB/s   949296 calls/s
# udp tx:   1332 MB/s    22608 calls/s  22608 msg/s
# udp rx:   1336 MB/s   952149 calls/s
# udp tx:   1336 MB/s    22671 calls/s  22671 msg/s
# udp rx:   1330 MB/s   947513 calls/s
# udp tx:   1330 MB/s    22559 calls/s  22559 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1274 MB/s   907708 calls/s
# udp tx:   1308 MB/s    22197 calls/s  22197 msg/s
# udp rx:   1315 MB/s   937110 calls/s
# udp tx:   1314 MB/s    22297 calls/s  22297 msg/s
# udp rx:   1305 MB/s   929755 calls/s
# udp tx:   1306 MB/s    22154 calls/s  22154 msg/s
# udp rx:   1326 MB/s   945144 calls/s
# udp tx:   1327 MB/s    22507 calls/s  22507 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1088 MB/s    18456 calls/s  18456 msg/s
# tcp rx:   1130 MB/s   143739 calls/s
# tcp tx:   1041 MB/s    17669 calls/s  17669 msg/s
# tcp rx:   1044 MB/s   124651 calls/s
# tcp tx:   1031 MB/s    17497 calls/s  17497 msg/s
# tcp rx:   1023 MB/s   127665 calls/s
# tcp tx:    741 MB/s    12568 calls/s  12568 msg/s
# udp gso - over veth touching data
# udp rx:    582 MB/s   424859 calls/s
# udp tx:    601 MB/s    10203 calls/s  10203 msg/s
# udp rx:    628 MB/s   458550 calls/s
# udp tx:    628 MB/s    10653 calls/s  10653 msg/s
# udp rx:    623 MB/s   454701 calls/s
# udp tx:    622 MB/s    10563 calls/s  10563 msg/s
# udp rx:    620 MB/s   452811 calls/s
# udp tx:    620 MB/s    10521 calls/s  10521 msg/s
# udp gso and gro - over veth touching data
# udp rx:    704 MB/s   514103 calls/s
# udp tx:    741 MB/s    12571 calls/s  12571 msg/s
# udp rx:   1263 MB/s   921357 calls/s
# udp tx:   1261 MB/s    21400 calls/s  21400 msg/s
# udp rx:   1217 MB/s   887917 calls/s
# udp tx:   1216 MB/s    20628 calls/s  20628 msg/s
# udp rx:   1284 MB/s   936521 calls/s
# udp tx:   1282 MB/s    21759 calls/s  21759 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__->