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:   1088 MB/s    18463 calls/s  18463 msg/s
# tcp rx:   1089 MB/s   144126 calls/s
# tcp tx:   1003 MB/s    17027 calls/s  17027 msg/s
# tcp rx:   1004 MB/s   134558 calls/s
# tcp tx:    989 MB/s    16787 calls/s  16787 msg/s
# tcp rx:    990 MB/s   129361 calls/s
# tcp tx:   1058 MB/s    17952 calls/s  17952 msg/s
# udp gso - over veth touching data
# udp rx:    609 MB/s   434514 calls/s
# udp tx:    625 MB/s    10604 calls/s  10604 msg/s
# udp rx:    665 MB/s   474275 calls/s
# udp tx:    667 MB/s    11313 calls/s  11313 msg/s
# udp rx:    673 MB/s   479642 calls/s
# udp tx:    688 MB/s    11681 calls/s  11681 msg/s
# udp rx:   1327 MB/s   945608 calls/s
# udp tx:   1326 MB/s    22505 calls/s  22505 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1285 MB/s   915739 calls/s
# udp tx:   1310 MB/s    22226 calls/s  22226 msg/s
# udp rx:   1192 MB/s   849678 calls/s
# udp tx:   1195 MB/s    20276 calls/s  20276 msg/s
# udp rx:   1254 MB/s   893429 calls/s
# udp tx:   1254 MB/s    21278 calls/s  21278 msg/s
# udp rx:   1240 MB/s   883947 calls/s
# udp tx:   1241 MB/s    21054 calls/s  21054 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1068 MB/s    18126 calls/s  18126 msg/s
# tcp rx:   1084 MB/s   140821 calls/s
# tcp tx:   1026 MB/s    17408 calls/s  17408 msg/s
# tcp rx:   1027 MB/s   128475 calls/s
# tcp tx:   1018 MB/s    17280 calls/s  17280 msg/s
# tcp rx:   1029 MB/s   128741 calls/s
# tcp tx:   1097 MB/s    18610 calls/s  18610 msg/s
# udp gso - over veth touching data
# udp rx:   1088 MB/s   794010 calls/s
# udp tx:   1119 MB/s    18986 calls/s  18986 msg/s
# udp rx:    988 MB/s   720951 calls/s
# udp tx:    972 MB/s    16493 calls/s  16493 msg/s
# udp rx:    631 MB/s   460572 calls/s
# udp tx:    630 MB/s    10701 calls/s  10701 msg/s
# udp rx:    625 MB/s   456535 calls/s
# udp tx:    625 MB/s    10609 calls/s  10609 msg/s
# udp gso and gro - over veth touching data
# udp rx:    546 MB/s   398610 calls/s
# udp tx:    562 MB/s     9537 calls/s   9537 msg/s
# udp rx:    586 MB/s   428082 calls/s
# udp tx:    584 MB/s     9921 calls/s   9921 msg/s
# udp rx:    563 MB/s   410762 calls/s
# udp tx:    565 MB/s     9585 calls/s   9585 msg/s
# udp rx:    603 MB/s   440176 calls/s
# udp tx:    604 MB/s    10248 calls/s  10248 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__->