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:   1710 MB/s    29010 calls/s  29010 msg/s
# tcp rx:   1711 MB/s    72531 calls/s
# tcp tx:   1665 MB/s    28243 calls/s  28243 msg/s
# tcp rx:   1667 MB/s    70242 calls/s
# tcp tx:   1685 MB/s    28592 calls/s  28592 msg/s
# tcp rx:   1686 MB/s    66705 calls/s
# tcp tx:   1577 MB/s    26759 calls/s  26759 msg/s
# udp gso - over veth touching data
# udp rx:   1164 MB/s   829449 calls/s
# udp tx:   1195 MB/s    20278 calls/s  20278 msg/s
# udp rx:   1194 MB/s   850947 calls/s
# udp tx:   1194 MB/s    20258 calls/s  20258 msg/s
# udp rx:   1202 MB/s   856707 calls/s
# udp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# udp rx:   1191 MB/s   848682 calls/s
# udp tx:   1190 MB/s    20190 calls/s  20190 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1776 MB/s    29967 calls/s
# udp tx:   1827 MB/s    30994 calls/s  30994 msg/s
# udp rx:   1821 MB/s    30791 calls/s
# udp tx:   1821 MB/s    30886 calls/s  30886 msg/s
# udp rx:   1821 MB/s    30890 calls/s
# udp tx:   1819 MB/s    30856 calls/s  30856 msg/s
# udp rx:   1813 MB/s    30750 calls/s
# udp tx:   1811 MB/s    30721 calls/s  30721 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1742 MB/s    29562 calls/s  29562 msg/s
# tcp rx:   1743 MB/s    73145 calls/s
# tcp tx:   1656 MB/s    28095 calls/s  28095 msg/s
# tcp rx:   1658 MB/s    72555 calls/s
# tcp tx:   1672 MB/s    28371 calls/s  28371 msg/s
# tcp rx:   1674 MB/s    70410 calls/s
# tcp tx:   1576 MB/s    26733 calls/s  26733 msg/s
# udp gso - over veth touching data
# udp rx:   1120 MB/s   817523 calls/s
# udp tx:   1156 MB/s    19614 calls/s  19614 msg/s
# udp rx:   1148 MB/s   837537 calls/s
# udp tx:   1148 MB/s    19480 calls/s  19480 msg/s
# udp rx:   1150 MB/s   838871 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 msg/s
# udp rx:   1164 MB/s   849204 calls/s
# udp tx:   1164 MB/s    19748 calls/s  19748 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1699 MB/s    28819 calls/s
# udp tx:   1747 MB/s    29636 calls/s  29636 msg/s
# udp rx:   1785 MB/s    30285 calls/s
# udp tx:   1785 MB/s    30290 calls/s  30290 msg/s
# udp rx:   1773 MB/s    30129 calls/s
# udp tx:   1773 MB/s    30075 calls/s  30075 msg/s
# udp rx:   1771 MB/s    30038 calls/s
# udp tx:   1769 MB/s    30010 calls/s  30010 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__->