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:   1010 MB/s    17146 calls/s  17146 msg/s
# tcp rx:   1011 MB/s   129531 calls/s
# tcp tx:    961 MB/s    16305 calls/s  16305 msg/s
# tcp rx:    961 MB/s   132252 calls/s
# tcp tx:    802 MB/s    13614 calls/s  13614 msg/s
# tcp rx:    803 MB/s   131316 calls/s
# tcp tx:   1007 MB/s    17089 calls/s  17089 msg/s
# udp gso - over veth touching data
# udp rx:   1064 MB/s   758635 calls/s
# udp tx:   1108 MB/s    18804 calls/s  18804 msg/s
# udp rx:   1086 MB/s   774086 calls/s
# udp tx:   1087 MB/s    18450 calls/s  18450 msg/s
# udp rx:   1295 MB/s   922790 calls/s
# udp tx:   1296 MB/s    21994 calls/s  21994 msg/s
# udp rx:   1097 MB/s   781657 calls/s
# udp tx:   1093 MB/s    18543 calls/s  18543 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1066 MB/s   759662 calls/s
# udp tx:   1089 MB/s    18481 calls/s  18481 msg/s
# udp rx:    519 MB/s   369802 calls/s
# udp tx:    519 MB/s     8817 calls/s   8817 msg/s
# udp rx:    522 MB/s   371952 calls/s
# udp tx:    525 MB/s     8915 calls/s   8915 msg/s
# udp rx:    552 MB/s   393736 calls/s
# udp tx:    551 MB/s     9357 calls/s   9357 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    735 MB/s    12468 calls/s  12468 msg/s
# tcp rx:    735 MB/s   113646 calls/s
# tcp tx:    734 MB/s    12450 calls/s  12450 msg/s
# tcp rx:    734 MB/s   112720 calls/s
# tcp tx:    638 MB/s    10828 calls/s  10828 msg/s
# tcp rx:    638 MB/s    77008 calls/s
# tcp tx:    701 MB/s    11893 calls/s  11893 msg/s
# udp gso - over veth touching data
# udp rx:   1059 MB/s   772535 calls/s
# udp tx:   1099 MB/s    18647 calls/s  18647 msg/s
# udp rx:   1150 MB/s   839003 calls/s
# udp tx:   1144 MB/s    19414 calls/s  19414 msg/s
# udp rx:   1064 MB/s   776665 calls/s
# udp tx:   1061 MB/s    18001 calls/s  18001 msg/s
# udp rx:   1105 MB/s   806155 calls/s
# udp tx:   1107 MB/s    18791 calls/s  18791 msg/s
# udp gso and gro - over veth touching data
# udp rx:    556 MB/s   405721 calls/s
# udp tx:    574 MB/s     9750 calls/s   9750 msg/s
# udp rx:    527 MB/s   384603 calls/s
# udp tx:    527 MB/s     8953 calls/s   8953 msg/s
# udp rx:    526 MB/s   384137 calls/s
# udp tx:    532 MB/s     9038 calls/s   9038 msg/s
# udp rx:    562 MB/s   409946 calls/s
# udp tx:    561 MB/s     9525 calls/s   9525 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__->