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:   1085 MB/s    18407 calls/s  18407 msg/s
# tcp rx:   1086 MB/s   134793 calls/s
# tcp tx:    819 MB/s    13893 calls/s  13893 msg/s
# tcp rx:    820 MB/s    95966 calls/s
# tcp tx:    814 MB/s    13808 calls/s  13808 msg/s
# tcp rx:    814 MB/s    96215 calls/s
# tcp tx:    826 MB/s    14014 calls/s  14014 msg/s
# udp gso - over veth touching data
# udp rx:   1183 MB/s   842810 calls/s
# udp tx:   1200 MB/s    20361 calls/s  20361 msg/s
# udp rx:    637 MB/s   453862 calls/s
# udp tx:    636 MB/s    10789 calls/s  10789 msg/s
# udp rx:    638 MB/s   454763 calls/s
# udp tx:    637 MB/s    10810 calls/s  10810 msg/s
# udp rx:    635 MB/s   452562 calls/s
# udp tx:    636 MB/s    10797 calls/s  10797 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1115 MB/s   794756 calls/s
# udp tx:   1143 MB/s    19397 calls/s  19397 msg/s
# udp rx:   1240 MB/s   883896 calls/s
# udp tx:   1240 MB/s    21038 calls/s  21038 msg/s
# udp rx:   1289 MB/s   918735 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:   1293 MB/s   921466 calls/s
# udp tx:   1292 MB/s    21924 calls/s  21924 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1064 MB/s    18054 calls/s  18054 msg/s
# tcp rx:   1119 MB/s   133605 calls/s
# tcp tx:   1103 MB/s    18720 calls/s  18720 msg/s
# tcp rx:   1114 MB/s   112838 calls/s
# tcp tx:    949 MB/s    16106 calls/s  16106 msg/s
# tcp rx:    919 MB/s   114139 calls/s
# tcp tx:    785 MB/s    13318 calls/s  13318 msg/s
# udp gso - over veth touching data
# udp rx:    677 MB/s   493758 calls/s
# udp tx:    693 MB/s    11756 calls/s  11756 msg/s
# udp rx:    726 MB/s   529540 calls/s
# udp tx:    726 MB/s    12318 calls/s  12318 msg/s
# udp rx:    729 MB/s   532226 calls/s
# udp tx:    730 MB/s    12395 calls/s  12395 msg/s
# udp rx:    720 MB/s   525736 calls/s
# udp tx:    720 MB/s    12228 calls/s  12228 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1184 MB/s   864010 calls/s
# udp tx:   1212 MB/s    20563 calls/s  20563 msg/s
# udp rx:   1244 MB/s   907695 calls/s
# udp tx:   1244 MB/s    21112 calls/s  21112 msg/s
# udp rx:   1238 MB/s   903594 calls/s
# udp tx:   1239 MB/s    21018 calls/s  21018 msg/s
# udp rx:   1246 MB/s   908789 calls/s
# udp tx:   1246 MB/s    21138 calls/s  21138 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__->