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:   1038 MB/s    17607 calls/s  17607 msg/s
# tcp rx:   1060 MB/s   133891 calls/s
# tcp tx:   1145 MB/s    19422 calls/s  19422 msg/s
# tcp rx:   1143 MB/s   119216 calls/s
# tcp tx:   1117 MB/s    18948 calls/s  18948 msg/s
# tcp rx:   1116 MB/s   122804 calls/s
# tcp tx:   1112 MB/s    18862 calls/s  18862 msg/s
# udp gso - over veth touching data
# udp rx:   1259 MB/s   897090 calls/s
# udp tx:   1294 MB/s    21948 calls/s  21948 msg/s
# udp rx:   1304 MB/s   929489 calls/s
# udp tx:   1304 MB/s    22128 calls/s  22128 msg/s
# udp rx:   1322 MB/s   942021 calls/s
# udp tx:   1321 MB/s    22413 calls/s  22413 msg/s
# udp rx:   1291 MB/s   920135 calls/s
# udp tx:   1290 MB/s    21895 calls/s  21895 msg/s
# udp gso and gro - over veth touching data
# udp rx:    746 MB/s   531966 calls/s
# udp tx:    762 MB/s    12936 calls/s  12936 msg/s
# udp rx:    626 MB/s   446566 calls/s
# udp tx:    626 MB/s    10618 calls/s  10618 msg/s
# udp rx:    590 MB/s   420904 calls/s
# udp tx:    590 MB/s    10010 calls/s  10010 msg/s
# udp rx:    605 MB/s   431226 calls/s
# udp tx:    605 MB/s    10265 calls/s  10265 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1032 MB/s    17514 calls/s  17514 msg/s
# tcp rx:   1035 MB/s   137013 calls/s
# tcp tx:   1100 MB/s    18668 calls/s  18668 msg/s
# tcp rx:   1185 MB/s   120813 calls/s
# tcp tx:   1238 MB/s    21014 calls/s  21014 msg/s
# tcp rx:   1195 MB/s    32512 calls/s
# tcp tx:    718 MB/s    12187 calls/s  12187 msg/s
# udp gso - over veth touching data
# udp rx:   1227 MB/s   894906 calls/s
# udp tx:   1265 MB/s    21460 calls/s  21460 msg/s
# udp rx:   1077 MB/s   785545 calls/s
# udp tx:   1074 MB/s    18225 calls/s  18225 msg/s
# udp rx:   1209 MB/s   881886 calls/s
# udp tx:   1209 MB/s    20516 calls/s  20516 msg/s
# udp rx:   1199 MB/s   874677 calls/s
# udp tx:   1206 MB/s    20470 calls/s  20470 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1164 MB/s   849508 calls/s
# udp tx:   1204 MB/s    20428 calls/s  20428 msg/s
# udp rx:   1211 MB/s   883521 calls/s
# udp tx:   1211 MB/s    20546 calls/s  20546 msg/s
# udp rx:   1212 MB/s   884357 calls/s
# udp tx:   1212 MB/s    20562 calls/s  20562 msg/s
# udp rx:   1154 MB/s   841657 calls/s
# udp tx:   1162 MB/s    19713 calls/s  19713 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__->