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:   1033 MB/s    17537 calls/s  17537 msg/s
# tcp rx:   1034 MB/s   135699 calls/s
# tcp tx:   1110 MB/s    18830 calls/s  18830 msg/s
# tcp rx:   1122 MB/s   127081 calls/s
# tcp tx:   1097 MB/s    18618 calls/s  18618 msg/s
# tcp rx:   1096 MB/s   131266 calls/s
# tcp tx:   1017 MB/s    17253 calls/s  17253 msg/s
# udp gso - over veth touching data
# udp rx:   1270 MB/s   905061 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 msg/s
# udp rx:   1236 MB/s   881136 calls/s
# udp tx:   1236 MB/s    20967 calls/s  20967 msg/s
# udp rx:   1235 MB/s   880049 calls/s
# udp tx:   1234 MB/s    20945 calls/s  20945 msg/s
# udp rx:   1309 MB/s   932788 calls/s
# udp tx:   1308 MB/s    22185 calls/s  22185 msg/s
# udp gso and gro - over veth touching data
# udp rx:    667 MB/s   475634 calls/s
# udp tx:    689 MB/s    11696 calls/s  11696 msg/s
# udp rx:    681 MB/s   485265 calls/s
# udp tx:    683 MB/s    11592 calls/s  11592 msg/s
# udp rx:    649 MB/s   462719 calls/s
# udp tx:    654 MB/s    11094 calls/s  11094 msg/s
# udp rx:    717 MB/s   511460 calls/s
# udp tx:    722 MB/s    12247 calls/s  12247 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    692 MB/s    11750 calls/s  11750 msg/s
# tcp rx:    693 MB/s    84364 calls/s
# tcp tx:    664 MB/s    11265 calls/s  11265 msg/s
# tcp rx:    664 MB/s    83091 calls/s
# tcp tx:    668 MB/s    11342 calls/s  11342 msg/s
# tcp rx:    669 MB/s    82456 calls/s
# tcp tx:    706 MB/s    11979 calls/s  11979 msg/s
# udp gso - over veth touching data
# udp rx:   1121 MB/s   817689 calls/s
# udp tx:   1160 MB/s    19677 calls/s  19677 msg/s
# udp rx:   1219 MB/s   889112 calls/s
# udp tx:   1218 MB/s    20671 calls/s  20671 msg/s
# udp rx:   1188 MB/s   866493 calls/s
# udp tx:   1188 MB/s    20152 calls/s  20152 msg/s
# udp rx:   1241 MB/s   905297 calls/s
# udp tx:   1241 MB/s    21053 calls/s  21053 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1144 MB/s   834456 calls/s
# udp tx:   1176 MB/s    19952 calls/s  19952 msg/s
# udp rx:   1211 MB/s   883303 calls/s
# udp tx:   1227 MB/s    20827 calls/s  20827 msg/s
# udp rx:   1040 MB/s   758620 calls/s
# udp tx:   1042 MB/s    17675 calls/s  17675 msg/s
# udp rx:   1176 MB/s   857872 calls/s
# udp tx:   1181 MB/s    20033 calls/s  20033 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__->