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:   1436 MB/s    24357 calls/s  24357 msg/s
# tcp rx:   1436 MB/s    59388 calls/s
# tcp tx:   1120 MB/s    18998 calls/s  18998 msg/s
# tcp rx:   1121 MB/s    47601 calls/s
# tcp tx:   1211 MB/s    20547 calls/s  20547 msg/s
# tcp rx:   1213 MB/s    52105 calls/s
# tcp tx:   1092 MB/s    18522 calls/s  18522 msg/s
# udp gso - over veth touching data
# udp rx:    543 MB/s   387139 calls/s
# udp tx:    563 MB/s     9561 calls/s   9561 msg/s
# udp rx:    582 MB/s   414870 calls/s
# udp tx:    582 MB/s     9873 calls/s   9873 msg/s
# udp rx:    598 MB/s   426130 calls/s
# udp tx:    597 MB/s    10141 calls/s  10141 msg/s
# udp rx:    592 MB/s   421799 calls/s
# udp tx:    591 MB/s    10030 calls/s  10030 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1489 MB/s    25207 calls/s
# udp tx:   1545 MB/s    26212 calls/s  26212 msg/s
# udp rx:   1523 MB/s    25845 calls/s
# udp tx:   1529 MB/s    25933 calls/s  25933 msg/s
# udp rx:   1573 MB/s    26680 calls/s
# udp tx:   1569 MB/s    26615 calls/s  26615 msg/s
# udp rx:   1547 MB/s    26244 calls/s
# udp tx:   1550 MB/s    26298 calls/s  26298 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1658 MB/s    28127 calls/s  28127 msg/s
# tcp rx:   1664 MB/s    63076 calls/s
# tcp tx:   1568 MB/s    26596 calls/s  26596 msg/s
# tcp rx:   1569 MB/s    59534 calls/s
# tcp tx:   1456 MB/s    24698 calls/s  24698 msg/s
# tcp rx:   1456 MB/s    58577 calls/s
# tcp tx:   1385 MB/s    23501 calls/s  23501 msg/s
# udp gso - over veth touching data
# udp rx:    913 MB/s   665866 calls/s
# udp tx:    933 MB/s    15837 calls/s  15837 msg/s
# udp rx:    749 MB/s   546440 calls/s
# udp tx:    764 MB/s    12969 calls/s  12969 msg/s
# udp rx:   1118 MB/s   815937 calls/s
# udp tx:   1119 MB/s    18983 calls/s  18983 msg/s
# udp rx:   1060 MB/s   773461 calls/s
# udp tx:   1061 MB/s    18011 calls/s  18011 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1332 MB/s    22600 calls/s
# udp tx:   1390 MB/s    23578 calls/s  23578 msg/s
# udp rx:   1549 MB/s    26276 calls/s
# udp tx:   1547 MB/s    26251 calls/s  26251 msg/s
# udp rx:   1653 MB/s    28040 calls/s
# udp tx:   1649 MB/s    27973 calls/s  27973 msg/s
# udp rx:   1437 MB/s    24374 calls/s
# udp tx:   1424 MB/s    24164 calls/s  24164 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__->