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:   1678 MB/s    28467 calls/s  28467 msg/s
# tcp rx:   1682 MB/s    71702 calls/s
# tcp tx:   1600 MB/s    27147 calls/s  27147 msg/s
# tcp rx:   1601 MB/s    69255 calls/s
# tcp tx:   1613 MB/s    27369 calls/s  27369 msg/s
# tcp rx:   1614 MB/s    68338 calls/s
# tcp tx:   1440 MB/s    24430 calls/s  24430 msg/s
# udp gso - over veth touching data
# udp rx:   1101 MB/s   784662 calls/s
# udp tx:   1133 MB/s    19219 calls/s  19219 msg/s
# udp rx:   1139 MB/s   811969 calls/s
# udp tx:   1141 MB/s    19368 calls/s  19368 msg/s
# udp rx:   1172 MB/s   834969 calls/s
# udp tx:   1176 MB/s    19947 calls/s  19947 msg/s
# udp rx:   1190 MB/s   848119 calls/s
# udp tx:   1192 MB/s    20229 calls/s  20229 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1059 MB/s    17795 calls/s
# udp tx:   1085 MB/s    18418 calls/s  18418 msg/s
# udp rx:   1075 MB/s    18249 calls/s
# udp tx:   1077 MB/s    18267 calls/s  18267 msg/s
# udp rx:   1082 MB/s    18364 calls/s
# udp tx:   1083 MB/s    18379 calls/s  18379 msg/s
# udp rx:   1085 MB/s    18408 calls/s
# udp tx:   1086 MB/s    18423 calls/s  18423 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1616 MB/s    27414 calls/s  27414 msg/s
# tcp rx:   1617 MB/s    69502 calls/s
# tcp tx:   1657 MB/s    28111 calls/s  28111 msg/s
# tcp rx:   1659 MB/s    70144 calls/s
# tcp tx:   1663 MB/s    28219 calls/s  28219 msg/s
# tcp rx:   1665 MB/s    72152 calls/s
# tcp tx:   1693 MB/s    28720 calls/s  28720 msg/s
# udp gso - over veth touching data
# udp rx:   1078 MB/s   786500 calls/s
# udp tx:   1114 MB/s    18902 calls/s  18902 msg/s
# udp rx:   1151 MB/s   839970 calls/s
# udp tx:   1153 MB/s    19560 calls/s  19560 msg/s
# udp rx:   1075 MB/s   784363 calls/s
# udp tx:   1076 MB/s    18251 calls/s  18251 msg/s
# udp rx:   1162 MB/s   847629 calls/s
# udp tx:   1165 MB/s    19771 calls/s  19771 msg/s
# udp gso and gro - over veth touching data
# udp rx:    973 MB/s    16513 calls/s
# udp tx:   1001 MB/s    16978 calls/s  16978 msg/s
# udp rx:   1021 MB/s    17367 calls/s
# udp tx:   1024 MB/s    17374 calls/s  17374 msg/s
# udp rx:    865 MB/s    14678 calls/s
# udp tx:    866 MB/s    14692 calls/s  14692 msg/s
# udp rx:   1015 MB/s    17225 calls/s
# udp tx:   1016 MB/s    17241 calls/s  17241 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__->