make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1165 MB/s    19764 calls/s  19764 msg/s
# tcp rx:   1189 MB/s   140773 calls/s
# tcp tx:   1103 MB/s    18716 calls/s  18716 msg/s
# tcp rx:   1109 MB/s   126919 calls/s
# tcp tx:   1085 MB/s    18413 calls/s  18413 msg/s
# tcp rx:   1089 MB/s   125270 calls/s
# tcp tx:   1143 MB/s    19402 calls/s  19402 msg/s
# udp gso - over veth touching data
# udp rx:   1277 MB/s   909905 calls/s
# udp tx:   1316 MB/s    22328 calls/s  22328 msg/s
# udp rx:   1327 MB/s   945808 calls/s
# udp tx:   1332 MB/s    22595 calls/s  22595 msg/s
# udp rx:   1333 MB/s   949852 calls/s
# udp tx:   1338 MB/s    22703 calls/s  22703 msg/s
# udp rx:    876 MB/s   624321 calls/s
# udp tx:    864 MB/s    14668 calls/s  14668 msg/s
# udp gso and gro - over veth touching data
# udp rx:    615 MB/s   438748 calls/s
# udp tx:    631 MB/s    10713 calls/s  10713 msg/s
# udp rx:    645 MB/s   459504 calls/s
# udp tx:    654 MB/s    11108 calls/s  11108 msg/s
# udp rx:    650 MB/s   463612 calls/s
# udp tx:    658 MB/s    11177 calls/s  11177 msg/s
# udp rx:    643 MB/s   458474 calls/s
# udp tx:    648 MB/s    11001 calls/s  11001 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    863 MB/s    14650 calls/s  14650 msg/s
# tcp rx:    864 MB/s    97328 calls/s
# tcp tx:    850 MB/s    14425 calls/s  14425 msg/s
# tcp rx:    851 MB/s    96344 calls/s
# tcp tx:    853 MB/s    14473 calls/s  14473 msg/s
# tcp rx:    854 MB/s    96268 calls/s
# tcp tx:    851 MB/s    14444 calls/s  14444 msg/s
# udp gso - over veth touching data
# udp rx:    609 MB/s   444227 calls/s
# udp tx:    630 MB/s    10687 calls/s  10687 msg/s
# udp rx:    675 MB/s   492831 calls/s
# udp tx:    676 MB/s    11474 calls/s  11474 msg/s
# udp rx:    641 MB/s   467848 calls/s
# udp tx:    639 MB/s    10846 calls/s  10846 msg/s
# udp rx:    627 MB/s   457735 calls/s
# udp tx:    627 MB/s    10639 calls/s  10639 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1159 MB/s   845730 calls/s
# udp tx:   1189 MB/s    20175 calls/s  20175 msg/s
# udp rx:   1126 MB/s   821700 calls/s
# udp tx:   1110 MB/s    18842 calls/s  18842 msg/s
# udp rx:    593 MB/s   433105 calls/s
# udp tx:    591 MB/s    10024 calls/s  10024 msg/s
# udp rx:    576 MB/s   420723 calls/s
# udp tx:    599 MB/s    10172 calls/s  10172 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__->