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:   1171 MB/s    19866 calls/s  19866 msg/s
# tcp rx:   1181 MB/s   142080 calls/s
# tcp tx:    902 MB/s    15312 calls/s  15312 msg/s
# tcp rx:    910 MB/s   106561 calls/s
# tcp tx:    779 MB/s    13223 calls/s  13223 msg/s
# tcp rx:    782 MB/s    88222 calls/s
# tcp tx:    833 MB/s    14130 calls/s  14130 msg/s
# udp gso - over veth touching data
# udp rx:    663 MB/s   472987 calls/s
# udp tx:    688 MB/s    11674 calls/s  11674 msg/s
# udp rx:    689 MB/s   491248 calls/s
# udp tx:    688 MB/s    11672 calls/s  11672 msg/s
# udp rx:    664 MB/s   473035 calls/s
# udp tx:    666 MB/s    11305 calls/s  11305 msg/s
# udp rx:    676 MB/s   481607 calls/s
# udp tx:    675 MB/s    11452 calls/s  11452 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1271 MB/s   905711 calls/s
# udp tx:   1309 MB/s    22206 calls/s  22206 msg/s
# udp rx:   1263 MB/s   899902 calls/s
# udp tx:   1262 MB/s    21414 calls/s  21414 msg/s
# udp rx:   1216 MB/s   866831 calls/s
# udp tx:   1215 MB/s    20620 calls/s  20620 msg/s
# udp rx:   1231 MB/s   877296 calls/s
# udp tx:   1233 MB/s    20929 calls/s  20929 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    909 MB/s    15427 calls/s  15427 msg/s
# tcp rx:    929 MB/s   136980 calls/s
# tcp tx:   1097 MB/s    18606 calls/s  18606 msg/s
# tcp rx:   1097 MB/s   126819 calls/s
# tcp tx:   1096 MB/s    18600 calls/s  18600 msg/s
# tcp rx:   1097 MB/s   125442 calls/s
# tcp tx:   1105 MB/s    18750 calls/s  18750 msg/s
# udp gso - over veth touching data
# udp rx:   1163 MB/s   848268 calls/s
# udp tx:   1199 MB/s    20345 calls/s  20345 msg/s
# udp rx:   1241 MB/s   905720 calls/s
# udp tx:   1240 MB/s    21042 calls/s  21042 msg/s
# udp rx:   1206 MB/s   879563 calls/s
# udp tx:   1205 MB/s    20454 calls/s  20454 msg/s
# udp rx:   1158 MB/s   844634 calls/s
# udp tx:   1158 MB/s    19645 calls/s  19645 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1201 MB/s   876430 calls/s
# udp tx:   1240 MB/s    21043 calls/s  21043 msg/s
# udp rx:   1257 MB/s   917113 calls/s
# udp tx:   1262 MB/s    21416 calls/s  21416 msg/s
# udp rx:   1256 MB/s   916391 calls/s
# udp tx:   1257 MB/s    21321 calls/s  21321 msg/s
# udp rx:   1268 MB/s   925329 calls/s
# udp tx:   1268 MB/s    21521 calls/s  21521 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__->