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:   1528 MB/s    25922 calls/s  25922 msg/s
# tcp rx:   1529 MB/s    64054 calls/s
# tcp tx:   1479 MB/s    25098 calls/s  25098 msg/s
# tcp rx:   1481 MB/s    61757 calls/s
# tcp tx:   1490 MB/s    25284 calls/s  25284 msg/s
# tcp rx:   1490 MB/s    63294 calls/s
# tcp tx:   1541 MB/s    26151 calls/s  26151 msg/s
# udp gso - over veth touching data
# udp rx:   1074 MB/s   765772 calls/s
# udp tx:   1104 MB/s    18734 calls/s  18734 msg/s
# udp rx:   1145 MB/s   816073 calls/s
# udp tx:   1148 MB/s    19476 calls/s  19476 msg/s
# udp rx:   1117 MB/s   796052 calls/s
# udp tx:   1117 MB/s    18958 calls/s  18958 msg/s
# udp rx:   1129 MB/s   804346 calls/s
# udp tx:   1128 MB/s    19138 calls/s  19138 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1420 MB/s    24096 calls/s
# udp tx:   1439 MB/s    24420 calls/s  24420 msg/s
# udp rx:    791 MB/s    13426 calls/s
# udp tx:    791 MB/s    13431 calls/s  13431 msg/s
# udp rx:    885 MB/s    15014 calls/s
# udp tx:    887 MB/s    15048 calls/s  15048 msg/s
# udp rx:    969 MB/s    16443 calls/s
# udp tx:    968 MB/s    16426 calls/s  16426 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1251 MB/s    21223 calls/s  21223 msg/s
# tcp rx:   1252 MB/s    55087 calls/s
# tcp tx:   1309 MB/s    22210 calls/s  22210 msg/s
# tcp rx:   1310 MB/s    61268 calls/s
# tcp tx:   1306 MB/s    22151 calls/s  22151 msg/s
# tcp rx:   1306 MB/s    57001 calls/s
# tcp tx:   1252 MB/s    21238 calls/s  21238 msg/s
# udp gso - over veth touching data
# udp rx:    528 MB/s   385218 calls/s
# udp tx:    547 MB/s     9291 calls/s   9291 msg/s
# udp rx:    614 MB/s   447826 calls/s
# udp tx:    615 MB/s    10433 calls/s  10433 msg/s
# udp rx:    614 MB/s   448101 calls/s
# udp tx:    609 MB/s    10330 calls/s  10330 msg/s
# udp rx:    518 MB/s   377818 calls/s
# udp tx:    518 MB/s     8802 calls/s   8802 msg/s
# udp gso and gro - over veth touching data
# udp rx:    942 MB/s    15981 calls/s
# udp tx:    979 MB/s    16606 calls/s  16606 msg/s
# udp rx:    966 MB/s    16386 calls/s
# udp tx:    967 MB/s    16405 calls/s  16405 msg/s
# udp rx:    967 MB/s    16406 calls/s
# udp tx:    969 MB/s    16446 calls/s  16446 msg/s
# udp rx:    966 MB/s    16399 calls/s
# udp tx:    968 MB/s    16420 calls/s  16420 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__->