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:    978 MB/s    16599 calls/s  16599 msg/s
# tcp rx:    980 MB/s   141048 calls/s
# tcp tx:   1043 MB/s    17695 calls/s  17695 msg/s
# tcp rx:   1044 MB/s   129700 calls/s
# tcp tx:   1065 MB/s    18066 calls/s  18066 msg/s
# tcp rx:   1066 MB/s   128475 calls/s
# tcp tx:    952 MB/s    16162 calls/s  16162 msg/s
# udp gso - over veth touching data
# udp rx:   1274 MB/s   908006 calls/s
# udp tx:   1300 MB/s    22061 calls/s  22061 msg/s
# udp rx:   1290 MB/s   919119 calls/s
# udp tx:   1297 MB/s    22004 calls/s  22004 msg/s
# udp rx:   1281 MB/s   913093 calls/s
# udp tx:   1280 MB/s    21726 calls/s  21726 msg/s
# udp rx:   1287 MB/s   916836 calls/s
# udp tx:   1285 MB/s    21810 calls/s  21810 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1234 MB/s   879052 calls/s
# udp tx:   1259 MB/s    21364 calls/s  21364 msg/s
# udp rx:   1283 MB/s   914513 calls/s
# udp tx:   1283 MB/s    21761 calls/s  21761 msg/s
# udp rx:   1296 MB/s   923257 calls/s
# udp tx:   1295 MB/s    21966 calls/s  21966 msg/s
# udp rx:   1290 MB/s   919244 calls/s
# udp tx:   1289 MB/s    21864 calls/s  21864 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1106 MB/s    18765 calls/s  18765 msg/s
# tcp rx:   1107 MB/s   140233 calls/s
# tcp tx:   1115 MB/s    18913 calls/s  18913 msg/s
# tcp rx:   1116 MB/s   139004 calls/s
# tcp tx:   1115 MB/s    18921 calls/s  18921 msg/s
# tcp rx:   1116 MB/s   137786 calls/s
# tcp tx:   1089 MB/s    18481 calls/s  18481 msg/s
# udp gso - over veth touching data
# udp rx:   1227 MB/s   894874 calls/s
# udp tx:   1253 MB/s    21265 calls/s  21265 msg/s
# udp rx:   1191 MB/s   869027 calls/s
# udp tx:   1190 MB/s    20200 calls/s  20200 msg/s
# udp rx:   1240 MB/s   904773 calls/s
# udp tx:   1240 MB/s    21035 calls/s  21035 msg/s
# udp rx:   1223 MB/s   892147 calls/s
# udp tx:   1215 MB/s    20622 calls/s  20622 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1014 MB/s   740024 calls/s
# udp tx:   1046 MB/s    17748 calls/s  17748 msg/s
# udp rx:   1226 MB/s   894729 calls/s
# udp tx:   1225 MB/s    20791 calls/s  20791 msg/s
# udp rx:   1234 MB/s   900433 calls/s
# udp tx:   1233 MB/s    20916 calls/s  20916 msg/s
# udp rx:   1251 MB/s   912638 calls/s
# udp tx:   1255 MB/s    21292 calls/s  21292 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__->