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:   1093 MB/s    18545 calls/s  18545 msg/s
# tcp rx:   1094 MB/s   141092 calls/s
# tcp tx:   1061 MB/s    18000 calls/s  18000 msg/s
# tcp rx:   1062 MB/s   140335 calls/s
# tcp tx:   1140 MB/s    19351 calls/s  19351 msg/s
# tcp rx:   1142 MB/s   140840 calls/s
# tcp tx:   1164 MB/s    19747 calls/s  19747 msg/s
# udp gso - over veth touching data
# udp rx:    674 MB/s   480482 calls/s
# udp tx:    695 MB/s    11796 calls/s  11796 msg/s
# udp rx:    727 MB/s   518096 calls/s
# udp tx:    729 MB/s    12368 calls/s  12368 msg/s
# udp rx:    721 MB/s   514207 calls/s
# udp tx:    723 MB/s    12271 calls/s  12271 msg/s
# udp rx:    726 MB/s   517345 calls/s
# udp tx:    728 MB/s    12350 calls/s  12350 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1214 MB/s   865147 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 msg/s
# udp rx:   1246 MB/s   887861 calls/s
# udp tx:   1249 MB/s    21187 calls/s  21187 msg/s
# udp rx:   1097 MB/s   782094 calls/s
# udp tx:   1098 MB/s    18637 calls/s  18637 msg/s
# udp rx:   1313 MB/s   935974 calls/s
# udp tx:   1315 MB/s    22307 calls/s  22307 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1035 MB/s    17558 calls/s  17558 msg/s
# tcp rx:   1045 MB/s   140032 calls/s
# tcp tx:   1096 MB/s    18602 calls/s  18602 msg/s
# tcp rx:   1097 MB/s   134748 calls/s
# tcp tx:   1105 MB/s    18751 calls/s  18751 msg/s
# tcp rx:   1106 MB/s   130775 calls/s
# tcp tx:   1103 MB/s    18708 calls/s  18708 msg/s
# udp gso - over veth touching data
# udp rx:   1213 MB/s   884686 calls/s
# udp tx:   1236 MB/s    20964 calls/s  20964 msg/s
# udp rx:   1075 MB/s   784011 calls/s
# udp tx:   1077 MB/s    18267 calls/s  18267 msg/s
# udp rx:   1193 MB/s   870121 calls/s
# udp tx:   1192 MB/s    20232 calls/s  20232 msg/s
# udp rx:   1111 MB/s   810475 calls/s
# udp tx:   1106 MB/s    18774 calls/s  18774 msg/s
# udp gso and gro - over veth touching data
# udp rx:    555 MB/s   405470 calls/s
# udp tx:    571 MB/s     9692 calls/s   9692 msg/s
# udp rx:    620 MB/s   452843 calls/s
# udp tx:    619 MB/s    10499 calls/s  10499 msg/s
# udp rx:    627 MB/s   457667 calls/s
# udp tx:    626 MB/s    10630 calls/s  10630 msg/s
# udp rx:    627 MB/s   457541 calls/s
# udp tx:    628 MB/s    10666 calls/s  10666 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__->