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:   1045 MB/s    17735 calls/s  17735 msg/s
# tcp rx:   1045 MB/s   134706 calls/s
# tcp tx:   1081 MB/s    18348 calls/s  18348 msg/s
# tcp rx:   1083 MB/s   139439 calls/s
# tcp tx:   1178 MB/s    19993 calls/s  19993 msg/s
# tcp rx:   1180 MB/s   140186 calls/s
# tcp tx:   1175 MB/s    19935 calls/s  19935 msg/s
# udp gso - over veth touching data
# udp rx:   1233 MB/s   878614 calls/s
# udp tx:   1267 MB/s    21490 calls/s  21490 msg/s
# udp rx:   1293 MB/s   921254 calls/s
# udp tx:   1293 MB/s    21937 calls/s  21937 msg/s
# udp rx:   1267 MB/s   903116 calls/s
# udp tx:   1266 MB/s    21474 calls/s  21474 msg/s
# udp rx:   1270 MB/s   904874 calls/s
# udp tx:   1269 MB/s    21530 calls/s  21530 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1281 MB/s   913198 calls/s
# udp tx:   1322 MB/s    22431 calls/s  22431 msg/s
# udp rx:   1321 MB/s   941498 calls/s
# udp tx:   1323 MB/s    22444 calls/s  22444 msg/s
# udp rx:   1314 MB/s   936253 calls/s
# udp tx:   1318 MB/s    22369 calls/s  22369 msg/s
# udp rx:   1347 MB/s   959703 calls/s
# udp tx:   1352 MB/s    22937 calls/s  22937 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1133 MB/s    19225 calls/s  19225 msg/s
# tcp rx:   1133 MB/s   126574 calls/s
# tcp tx:   1097 MB/s    18607 calls/s  18607 msg/s
# tcp rx:   1097 MB/s   132822 calls/s
# tcp tx:   1095 MB/s    18583 calls/s  18583 msg/s
# tcp rx:   1096 MB/s   130431 calls/s
# tcp tx:   1112 MB/s    18865 calls/s  18865 msg/s
# udp gso - over veth touching data
# udp rx:   1162 MB/s   847959 calls/s
# udp tx:   1199 MB/s    20351 calls/s  20351 msg/s
# udp rx:   1252 MB/s   913396 calls/s
# udp tx:   1257 MB/s    21326 calls/s  21326 msg/s
# udp rx:   1210 MB/s   883130 calls/s
# udp tx:   1214 MB/s    20597 calls/s  20597 msg/s
# udp rx:   1247 MB/s   910058 calls/s
# udp tx:   1249 MB/s    21198 calls/s  21198 msg/s
# udp gso and gro - over veth touching data
# udp rx:    575 MB/s   420005 calls/s
# udp tx:    593 MB/s    10073 calls/s  10073 msg/s
# udp rx:    578 MB/s   421678 calls/s
# udp tx:    579 MB/s     9825 calls/s   9825 msg/s
# udp rx:    615 MB/s   449112 calls/s
# udp tx:    613 MB/s    10413 calls/s  10413 msg/s
# udp rx:    619 MB/s   451454 calls/s
# udp tx:    617 MB/s    10472 calls/s  10472 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__->