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:    958 MB/s    16259 calls/s  16259 msg/s
# tcp rx:    986 MB/s   108502 calls/s
# tcp tx:   1002 MB/s    17001 calls/s  17001 msg/s
# tcp rx:    995 MB/s   129202 calls/s
# tcp tx:   1034 MB/s    17554 calls/s  17554 msg/s
# tcp rx:   1037 MB/s   128698 calls/s
# tcp tx:   1063 MB/s    18046 calls/s  18046 msg/s
# udp gso - over veth touching data
# udp rx:   1221 MB/s   870076 calls/s
# udp tx:   1255 MB/s    21300 calls/s  21300 msg/s
# udp rx:   1304 MB/s   929550 calls/s
# udp tx:   1303 MB/s    22109 calls/s  22109 msg/s
# udp rx:   1304 MB/s   929356 calls/s
# udp tx:   1304 MB/s    22117 calls/s  22117 msg/s
# udp rx:   1306 MB/s   930776 calls/s
# udp tx:   1305 MB/s    22150 calls/s  22150 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1262 MB/s   899542 calls/s
# udp tx:   1299 MB/s    22047 calls/s  22047 msg/s
# udp rx:   1246 MB/s   887616 calls/s
# udp tx:   1245 MB/s    21119 calls/s  21119 msg/s
# udp rx:   1329 MB/s   947262 calls/s
# udp tx:   1329 MB/s    22541 calls/s  22541 msg/s
# udp rx:   1320 MB/s   940597 calls/s
# udp tx:   1319 MB/s    22379 calls/s  22379 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1013 MB/s    17197 calls/s  17197 msg/s
# tcp rx:   1014 MB/s   138935 calls/s
# tcp tx:   1012 MB/s    17167 calls/s  17167 msg/s
# tcp rx:   1012 MB/s   124468 calls/s
# tcp tx:   1053 MB/s    17876 calls/s  17876 msg/s
# tcp rx:   1068 MB/s   124125 calls/s
# tcp tx:   1055 MB/s    17897 calls/s  17897 msg/s
# udp gso - over veth touching data
# udp rx:   1181 MB/s   861614 calls/s
# udp tx:   1213 MB/s    20575 calls/s  20575 msg/s
# udp rx:   1249 MB/s   911307 calls/s
# udp tx:   1248 MB/s    21180 calls/s  21180 msg/s
# udp rx:   1265 MB/s   922735 calls/s
# udp tx:   1264 MB/s    21445 calls/s  21445 msg/s
# udp rx:   1255 MB/s   915748 calls/s
# udp tx:   1254 MB/s    21277 calls/s  21277 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1177 MB/s   858909 calls/s
# udp tx:   1216 MB/s    20633 calls/s  20633 msg/s
# udp rx:   1213 MB/s   885354 calls/s
# udp tx:   1212 MB/s    20563 calls/s  20563 msg/s
# udp rx:   1241 MB/s   905127 calls/s
# udp tx:   1241 MB/s    21059 calls/s  21059 msg/s
# udp rx:   1203 MB/s   877461 calls/s
# udp tx:   1202 MB/s    20403 calls/s  20403 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__->