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:   1108 MB/s    18809 calls/s  18809 msg/s
# tcp rx:   1120 MB/s   132632 calls/s
# tcp tx:   1057 MB/s    17942 calls/s  17942 msg/s
# tcp rx:   1056 MB/s   126475 calls/s
# tcp tx:   1093 MB/s    18548 calls/s  18548 msg/s
# tcp rx:   1094 MB/s   127474 calls/s
# tcp tx:   1088 MB/s    18466 calls/s  18466 msg/s
# udp gso - over veth touching data
# udp rx:   1153 MB/s   821440 calls/s
# udp tx:   1186 MB/s    20129 calls/s  20129 msg/s
# udp rx:   1259 MB/s   897019 calls/s
# udp tx:   1258 MB/s    21341 calls/s  21341 msg/s
# udp rx:   1308 MB/s   932399 calls/s
# udp tx:   1309 MB/s    22209 calls/s  22209 msg/s
# udp rx:   1193 MB/s   850422 calls/s
# udp tx:   1182 MB/s    20063 calls/s  20063 msg/s
# udp gso and gro - over veth touching data
# udp rx:    614 MB/s   437776 calls/s
# udp tx:    635 MB/s    10780 calls/s  10780 msg/s
# udp rx:    642 MB/s   457633 calls/s
# udp tx:    640 MB/s    10863 calls/s  10863 msg/s
# udp rx:    660 MB/s   470693 calls/s
# udp tx:    660 MB/s    11210 calls/s  11210 msg/s
# udp rx:    686 MB/s   489310 calls/s
# udp tx:    685 MB/s    11632 calls/s  11632 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    861 MB/s    14619 calls/s  14619 msg/s
# tcp rx:    862 MB/s    86693 calls/s
# tcp tx:   1144 MB/s    19407 calls/s  19407 msg/s
# tcp rx:   1145 MB/s   136104 calls/s
# tcp tx:   1115 MB/s    18926 calls/s  18926 msg/s
# tcp rx:   1116 MB/s   134211 calls/s
# tcp tx:   1103 MB/s    18718 calls/s  18718 msg/s
# udp gso - over veth touching data
# udp rx:   1246 MB/s   909304 calls/s
# udp tx:   1282 MB/s    21747 calls/s  21747 msg/s
# udp rx:   1224 MB/s   893355 calls/s
# udp tx:   1224 MB/s    20763 calls/s  20763 msg/s
# udp rx:   1277 MB/s   931677 calls/s
# udp tx:   1276 MB/s    21646 calls/s  21646 msg/s
# udp rx:   1256 MB/s   916508 calls/s
# udp tx:   1266 MB/s    21479 calls/s  21479 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1256 MB/s   916023 calls/s
# udp tx:   1288 MB/s    21861 calls/s  21861 msg/s
# udp rx:   1305 MB/s   952361 calls/s
# udp tx:   1310 MB/s    22219 calls/s  22219 msg/s
# udp rx:   1307 MB/s   953323 calls/s
# udp tx:   1309 MB/s    22210 calls/s  22210 msg/s
# udp rx:   1292 MB/s   942637 calls/s
# udp tx:   1294 MB/s    21963 calls/s  21963 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__->