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:   1057 MB/s    17931 calls/s  17931 msg/s
# tcp rx:   1161 MB/s   123861 calls/s
# tcp tx:   1058 MB/s    17958 calls/s  17958 msg/s
# tcp rx:   1033 MB/s   129191 calls/s
# tcp tx:   1050 MB/s    17814 calls/s  17814 msg/s
# tcp rx:   1047 MB/s   127238 calls/s
# tcp tx:   1041 MB/s    17665 calls/s  17665 msg/s
# udp gso - over veth touching data
# udp rx:    747 MB/s   532649 calls/s
# udp tx:    769 MB/s    13049 calls/s  13049 msg/s
# udp rx:    711 MB/s   506650 calls/s
# udp tx:    714 MB/s    12125 calls/s  12125 msg/s
# udp rx:    712 MB/s   507277 calls/s
# udp tx:    714 MB/s    12123 calls/s  12123 msg/s
# udp rx:    731 MB/s   521173 calls/s
# udp tx:    734 MB/s    12450 calls/s  12450 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1112 MB/s   792464 calls/s
# udp tx:   1157 MB/s    19630 calls/s  19630 msg/s
# udp rx:   1322 MB/s   942148 calls/s
# udp tx:   1322 MB/s    22436 calls/s  22436 msg/s
# udp rx:   1214 MB/s   864854 calls/s
# udp tx:   1219 MB/s    20689 calls/s  20689 msg/s
# udp rx:   1319 MB/s   939845 calls/s
# udp tx:   1321 MB/s    22414 calls/s  22414 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1076 MB/s    18259 calls/s  18259 msg/s
# tcp rx:   1076 MB/s   137972 calls/s
# tcp tx:    711 MB/s    12071 calls/s  12071 msg/s
# tcp rx:    711 MB/s    83053 calls/s
# tcp tx:    814 MB/s    13822 calls/s  13822 msg/s
# tcp rx:    815 MB/s    93184 calls/s
# tcp tx:    809 MB/s    13738 calls/s  13738 msg/s
# udp gso - over veth touching data
# udp rx:    797 MB/s   581888 calls/s
# udp tx:    838 MB/s    14217 calls/s  14217 msg/s
# udp rx:   1269 MB/s   926048 calls/s
# udp tx:   1270 MB/s    21547 calls/s  21547 msg/s
# udp rx:   1266 MB/s   923567 calls/s
# udp tx:   1268 MB/s    21507 calls/s  21507 msg/s
# udp rx:   1277 MB/s   931693 calls/s
# udp tx:   1276 MB/s    21648 calls/s  21648 msg/s
# udp gso and gro - over veth touching data
# udp rx:    639 MB/s   466678 calls/s
# udp tx:    661 MB/s    11220 calls/s  11220 msg/s
# udp rx:    678 MB/s   494537 calls/s
# udp tx:    677 MB/s    11485 calls/s  11485 msg/s
# udp rx:    674 MB/s   492165 calls/s
# udp tx:    675 MB/s    11451 calls/s  11451 msg/s
# udp rx:    676 MB/s   493243 calls/s
# udp tx:    676 MB/s    11471 calls/s  11471 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__->