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:   1052 MB/s    17847 calls/s  17847 msg/s
# tcp rx:   1067 MB/s   132507 calls/s
# tcp tx:   1071 MB/s    18165 calls/s  18165 msg/s
# tcp rx:   1072 MB/s   126165 calls/s
# tcp tx:   1044 MB/s    17716 calls/s  17716 msg/s
# tcp rx:   1045 MB/s   127283 calls/s
# tcp tx:   1063 MB/s    18045 calls/s  18045 msg/s
# udp gso - over veth touching data
# udp rx:    682 MB/s   486106 calls/s
# udp tx:    701 MB/s    11897 calls/s  11897 msg/s
# udp rx:    728 MB/s   518729 calls/s
# udp tx:    726 MB/s    12327 calls/s  12327 msg/s
# udp rx:    661 MB/s   471236 calls/s
# udp tx:    661 MB/s    11216 calls/s  11216 msg/s
# udp rx:    724 MB/s   516015 calls/s
# udp tx:    724 MB/s    12281 calls/s  12281 msg/s
# udp gso and gro - over veth touching data
# udp rx:    676 MB/s   481775 calls/s
# udp tx:    695 MB/s    11793 calls/s  11793 msg/s
# udp rx:    705 MB/s   502297 calls/s
# udp tx:    703 MB/s    11939 calls/s  11939 msg/s
# udp rx:    727 MB/s   518016 calls/s
# udp tx:    726 MB/s    12322 calls/s  12322 msg/s
# udp rx:    724 MB/s   515899 calls/s
# udp tx:    723 MB/s    12272 calls/s  12272 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    674 MB/s    11432 calls/s  11432 msg/s
# tcp rx:    674 MB/s    86151 calls/s
# tcp tx:    801 MB/s    13601 calls/s  13601 msg/s
# tcp rx:    802 MB/s    93819 calls/s
# tcp tx:    814 MB/s    13822 calls/s  13822 msg/s
# tcp rx:    815 MB/s    94387 calls/s
# tcp tx:    805 MB/s    13655 calls/s  13655 msg/s
# udp gso - over veth touching data
# udp rx:   1286 MB/s   938596 calls/s
# udp tx:   1310 MB/s    22232 calls/s  22232 msg/s
# udp rx:   1306 MB/s   952941 calls/s
# udp tx:   1306 MB/s    22158 calls/s  22158 msg/s
# udp rx:   1305 MB/s   952117 calls/s
# udp tx:   1305 MB/s    22135 calls/s  22135 msg/s
# udp rx:   1306 MB/s   952621 calls/s
# udp tx:   1305 MB/s    22142 calls/s  22142 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1177 MB/s   858508 calls/s
# udp tx:   1206 MB/s    20459 calls/s  20459 msg/s
# udp rx:   1157 MB/s   843917 calls/s
# udp tx:   1155 MB/s    19591 calls/s  19591 msg/s
# udp rx:   1226 MB/s   894522 calls/s
# udp tx:   1227 MB/s    20820 calls/s  20820 msg/s
# udp rx:   1272 MB/s   927945 calls/s
# udp tx:   1272 MB/s    21578 calls/s  21578 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__->