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:   1650 MB/s    28002 calls/s  28002 msg/s
# tcp rx:   1652 MB/s    68131 calls/s
# tcp tx:   1687 MB/s    28624 calls/s  28624 msg/s
# tcp rx:   1689 MB/s    67480 calls/s
# tcp tx:   1611 MB/s    27334 calls/s  27334 msg/s
# tcp rx:   1611 MB/s    67322 calls/s
# tcp tx:   1524 MB/s    25865 calls/s  25865 msg/s
# udp gso - over veth touching data
# udp rx:    649 MB/s   462558 calls/s
# udp tx:    663 MB/s    11247 calls/s  11247 msg/s
# udp rx:    645 MB/s   459706 calls/s
# udp tx:    653 MB/s    11080 calls/s  11080 msg/s
# udp rx:    708 MB/s   504801 calls/s
# udp tx:    709 MB/s    12041 calls/s  12041 msg/s
# udp rx:    684 MB/s   487483 calls/s
# udp tx:    683 MB/s    11591 calls/s  11591 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1583 MB/s    26629 calls/s
# udp tx:   1621 MB/s    27499 calls/s  27499 msg/s
# udp rx:   1692 MB/s    28698 calls/s
# udp tx:   1697 MB/s    28788 calls/s  28788 msg/s
# udp rx:   1799 MB/s    30524 calls/s
# udp tx:   1799 MB/s    30520 calls/s  30520 msg/s
# udp rx:   1664 MB/s    28227 calls/s
# udp tx:   1662 MB/s    28198 calls/s  28198 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1686 MB/s    28600 calls/s  28600 msg/s
# tcp rx:   1687 MB/s    71265 calls/s
# tcp tx:   1726 MB/s    29275 calls/s  29275 msg/s
# tcp rx:   1727 MB/s    71400 calls/s
# tcp tx:   1451 MB/s    24616 calls/s  24616 msg/s
# tcp rx:   1452 MB/s    61334 calls/s
# tcp tx:   1488 MB/s    25254 calls/s  25254 msg/s
# udp gso - over veth touching data
# udp rx:    513 MB/s   374280 calls/s
# udp tx:    530 MB/s     9004 calls/s   9004 msg/s
# udp rx:    481 MB/s   350820 calls/s
# udp tx:    478 MB/s     8112 calls/s   8112 msg/s
# udp rx:    537 MB/s   391665 calls/s
# udp tx:    543 MB/s     9215 calls/s   9215 msg/s
# udp rx:    525 MB/s   382893 calls/s
# udp tx:    521 MB/s     8853 calls/s   8853 msg/s
# udp gso and gro - over veth touching data
# udp rx:    810 MB/s    13751 calls/s
# udp tx:    840 MB/s    14247 calls/s  14247 msg/s
# udp rx:    871 MB/s    14789 calls/s
# udp tx:    873 MB/s    14809 calls/s  14809 msg/s
# udp rx:    889 MB/s    15092 calls/s
# udp tx:    892 MB/s    15143 calls/s  15143 msg/s
# udp rx:    892 MB/s    15139 calls/s
# udp tx:    894 MB/s    15172 calls/s  15172 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__->