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:   1708 MB/s    28974 calls/s  28974 msg/s
# tcp rx:   1713 MB/s    67323 calls/s
# tcp tx:   1689 MB/s    28658 calls/s  28658 msg/s
# tcp rx:   1693 MB/s    61768 calls/s
# tcp tx:   1747 MB/s    29633 calls/s  29633 msg/s
# tcp rx:   1748 MB/s    66771 calls/s
# tcp tx:   1749 MB/s    29681 calls/s  29681 msg/s
# udp gso - over veth touching data
# udp rx:   1055 MB/s   751680 calls/s
# udp tx:   1085 MB/s    18412 calls/s  18412 msg/s
# udp rx:   1111 MB/s   791470 calls/s
# udp tx:   1111 MB/s    18854 calls/s  18854 msg/s
# udp rx:   1190 MB/s   848231 calls/s
# udp tx:   1190 MB/s    20198 calls/s  20198 msg/s
# udp rx:   1099 MB/s   783463 calls/s
# udp tx:   1100 MB/s    18660 calls/s  18660 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1747 MB/s    29635 calls/s
# udp tx:   1794 MB/s    30437 calls/s  30437 msg/s
# udp rx:   1471 MB/s    24805 calls/s
# udp tx:   1451 MB/s    24621 calls/s  24621 msg/s
# udp rx:   1023 MB/s    17367 calls/s
# udp tx:   1024 MB/s    17373 calls/s  17373 msg/s
# udp rx:   1029 MB/s    17465 calls/s
# udp tx:   1029 MB/s    17459 calls/s  17459 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1740 MB/s    29519 calls/s  29519 msg/s
# tcp rx:   1742 MB/s    73049 calls/s
# tcp tx:   1699 MB/s    28823 calls/s  28823 msg/s
# tcp rx:   1701 MB/s    71821 calls/s
# tcp tx:   1687 MB/s    28624 calls/s  28624 msg/s
# tcp rx:   1689 MB/s    76326 calls/s
# tcp tx:   1684 MB/s    28577 calls/s  28577 msg/s
# udp gso - over veth touching data
# udp rx:    640 MB/s   467301 calls/s
# udp tx:    657 MB/s    11154 calls/s  11154 msg/s
# udp rx:    620 MB/s   452376 calls/s
# udp tx:    615 MB/s    10440 calls/s  10440 msg/s
# udp rx:    659 MB/s   480646 calls/s
# udp tx:    663 MB/s    11248 calls/s  11248 msg/s
# udp rx:    653 MB/s   476709 calls/s
# udp tx:    653 MB/s    11083 calls/s  11083 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1677 MB/s    28455 calls/s
# udp tx:   1725 MB/s    29269 calls/s  29269 msg/s
# udp rx:   1691 MB/s    28692 calls/s
# udp tx:   1688 MB/s    28643 calls/s  28643 msg/s
# udp rx:   1702 MB/s    28878 calls/s
# udp tx:   1701 MB/s    28867 calls/s  28867 msg/s
# udp rx:   1733 MB/s    29407 calls/s
# udp tx:   1732 MB/s    29383 calls/s  29383 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__->