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:    826 MB/s    14019 calls/s  14019 msg/s
# tcp rx:    831 MB/s   141942 calls/s
# tcp tx:    819 MB/s    13892 calls/s  13892 msg/s
# tcp rx:    819 MB/s   151209 calls/s
# tcp tx:    810 MB/s    13748 calls/s  13748 msg/s
# tcp rx:    811 MB/s   149803 calls/s
# tcp tx:    810 MB/s    13744 calls/s  13744 msg/s
# udp gso - over veth touching data
# udp rx:   1118 MB/s   796739 calls/s
# udp tx:   1154 MB/s    19577 calls/s  19577 msg/s
# udp rx:   1194 MB/s   851044 calls/s
# udp tx:   1194 MB/s    20254 calls/s  20254 msg/s
# udp rx:   1221 MB/s   870434 calls/s
# udp tx:   1221 MB/s    20715 calls/s  20715 msg/s
# udp rx:   1223 MB/s   871497 calls/s
# udp tx:   1223 MB/s    20746 calls/s  20746 msg/s
# udp gso and gro - over veth touching data
# udp rx:    669 MB/s   476596 calls/s
# udp tx:    687 MB/s    11666 calls/s  11666 msg/s
# udp rx:    685 MB/s   488470 calls/s
# udp tx:    687 MB/s    11664 calls/s  11664 msg/s
# udp rx:    677 MB/s   482680 calls/s
# udp tx:    679 MB/s    11522 calls/s  11522 msg/s
# udp rx:    681 MB/s   485388 calls/s
# udp tx:    683 MB/s    11585 calls/s  11585 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    676 MB/s    11468 calls/s  11468 msg/s
# tcp rx:    676 MB/s    82197 calls/s
# tcp tx:    676 MB/s    11477 calls/s  11477 msg/s
# tcp rx:    677 MB/s    81540 calls/s
# tcp tx:    675 MB/s    11457 calls/s  11457 msg/s
# tcp rx:    676 MB/s    82005 calls/s
# tcp tx:    674 MB/s    11446 calls/s  11446 msg/s
# udp gso - over veth touching data
# udp rx:   1106 MB/s   807334 calls/s
# udp tx:   1135 MB/s    19265 calls/s  19265 msg/s
# udp rx:    923 MB/s   673461 calls/s
# udp tx:    924 MB/s    15677 calls/s  15677 msg/s
# udp rx:   1146 MB/s   836249 calls/s
# udp tx:   1146 MB/s    19448 calls/s  19448 msg/s
# udp rx:   1166 MB/s   850415 calls/s
# udp tx:   1168 MB/s    19812 calls/s  19812 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1137 MB/s   829819 calls/s
# udp tx:   1168 MB/s    19827 calls/s  19827 msg/s
# udp rx:   1180 MB/s   860865 calls/s
# udp tx:   1180 MB/s    20018 calls/s  20018 msg/s
# udp rx:   1138 MB/s   830677 calls/s
# udp tx:   1138 MB/s    19303 calls/s  19303 msg/s
# udp rx:   1148 MB/s   837375 calls/s
# udp tx:   1147 MB/s    19460 calls/s  19460 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__->