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:    972 MB/s    16491 calls/s  16491 msg/s
# tcp rx:    973 MB/s   126728 calls/s
# tcp tx:   1040 MB/s    17641 calls/s  17641 msg/s
# tcp rx:   1041 MB/s   130664 calls/s
# tcp tx:   1068 MB/s    18115 calls/s  18115 msg/s
# tcp rx:   1069 MB/s   132714 calls/s
# tcp tx:   1022 MB/s    17337 calls/s  17337 msg/s
# udp gso - over veth touching data
# udp rx:   1114 MB/s   793961 calls/s
# udp tx:   1173 MB/s    19899 calls/s  19899 msg/s
# udp rx:   1256 MB/s   894716 calls/s
# udp tx:   1255 MB/s    21297 calls/s  21297 msg/s
# udp rx:   1272 MB/s   906598 calls/s
# udp tx:   1278 MB/s    21681 calls/s  21681 msg/s
# udp rx:   1298 MB/s   925027 calls/s
# udp tx:   1303 MB/s    22113 calls/s  22113 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1210 MB/s   862027 calls/s
# udp tx:   1240 MB/s    21047 calls/s  21047 msg/s
# udp rx:   1288 MB/s   917854 calls/s
# udp tx:   1286 MB/s    21819 calls/s  21819 msg/s
# udp rx:   1265 MB/s   901522 calls/s
# udp tx:   1264 MB/s    21451 calls/s  21451 msg/s
# udp rx:   1298 MB/s   925076 calls/s
# udp tx:   1298 MB/s    22027 calls/s  22027 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1072 MB/s    18183 calls/s  18183 msg/s
# tcp rx:   1076 MB/s   137189 calls/s
# tcp tx:   1080 MB/s    18332 calls/s  18332 msg/s
# tcp rx:   1092 MB/s   130312 calls/s
# tcp tx:    980 MB/s    16625 calls/s  16625 msg/s
# tcp rx:    975 MB/s   127623 calls/s
# tcp tx:   1008 MB/s    17111 calls/s  17111 msg/s
# udp gso - over veth touching data
# udp rx:   1108 MB/s   808155 calls/s
# udp tx:   1137 MB/s    19292 calls/s  19292 msg/s
# udp rx:   1143 MB/s   833950 calls/s
# udp tx:   1140 MB/s    19350 calls/s  19350 msg/s
# udp rx:   1229 MB/s   897000 calls/s
# udp tx:   1227 MB/s    20825 calls/s  20825 msg/s
# udp rx:   1158 MB/s   844996 calls/s
# udp tx:   1160 MB/s    19676 calls/s  19676 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1229 MB/s   896779 calls/s
# udp tx:   1266 MB/s    21484 calls/s  21484 msg/s
# udp rx:   1266 MB/s   923875 calls/s
# udp tx:   1266 MB/s    21478 calls/s  21478 msg/s
# udp rx:   1271 MB/s   927040 calls/s
# udp tx:   1270 MB/s    21552 calls/s  21552 msg/s
# udp rx:   1291 MB/s   941536 calls/s
# udp tx:   1291 MB/s    21897 calls/s  21897 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__->