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:   1049 MB/s    17795 calls/s  17795 msg/s
# tcp rx:   1049 MB/s   128528 calls/s
# tcp tx:   1074 MB/s    18220 calls/s  18220 msg/s
# tcp rx:   1074 MB/s   129841 calls/s
# tcp tx:   1089 MB/s    18482 calls/s  18482 msg/s
# tcp rx:   1091 MB/s   130574 calls/s
# tcp tx:   1098 MB/s    18623 calls/s  18623 msg/s
# udp gso - over veth touching data
# udp rx:   1255 MB/s   894676 calls/s
# udp tx:   1292 MB/s    21922 calls/s  21922 msg/s
# udp rx:   1298 MB/s   925298 calls/s
# udp tx:   1303 MB/s    22102 calls/s  22102 msg/s
# udp rx:   1310 MB/s   933819 calls/s
# udp tx:   1312 MB/s    22263 calls/s  22263 msg/s
# udp rx:   1251 MB/s   891223 calls/s
# udp tx:   1251 MB/s    21225 calls/s  21225 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1255 MB/s   894544 calls/s
# udp tx:   1305 MB/s    22145 calls/s  22145 msg/s
# udp rx:   1344 MB/s   958009 calls/s
# udp tx:   1347 MB/s    22849 calls/s  22849 msg/s
# udp rx:   1315 MB/s   937002 calls/s
# udp tx:   1321 MB/s    22411 calls/s  22411 msg/s
# udp rx:   1317 MB/s   938550 calls/s
# udp tx:   1319 MB/s    22386 calls/s  22386 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    926 MB/s    15711 calls/s  15711 msg/s
# tcp rx:    929 MB/s   136273 calls/s
# tcp tx:    941 MB/s    15969 calls/s  15969 msg/s
# tcp rx:    943 MB/s   130526 calls/s
# tcp tx:   1108 MB/s    18796 calls/s  18796 msg/s
# tcp rx:   1109 MB/s   135648 calls/s
# tcp tx:   1097 MB/s    18614 calls/s  18614 msg/s
# udp gso - over veth touching data
# udp rx:   1018 MB/s   742814 calls/s
# udp tx:   1046 MB/s    17742 calls/s  17742 msg/s
# udp rx:    688 MB/s   502293 calls/s
# udp tx:    689 MB/s    11701 calls/s  11701 msg/s
# udp rx:    674 MB/s   492203 calls/s
# udp tx:    676 MB/s    11480 calls/s  11480 msg/s
# udp rx:    723 MB/s   527875 calls/s
# udp tx:    728 MB/s    12362 calls/s  12362 msg/s
# udp gso and gro - over veth touching data
# udp rx:    584 MB/s   426226 calls/s
# udp tx:    602 MB/s    10219 calls/s  10219 msg/s
# udp rx:    559 MB/s   408347 calls/s
# udp tx:    558 MB/s     9473 calls/s   9473 msg/s
# udp rx:    548 MB/s   400290 calls/s
# udp tx:    545 MB/s     9247 calls/s   9247 msg/s
# udp rx:    597 MB/s   435868 calls/s
# udp tx:    602 MB/s    10213 calls/s  10213 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__->