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:    708 MB/s    12014 calls/s  12014 msg/s
# tcp rx:    709 MB/s    86674 calls/s
# tcp tx:    706 MB/s    11991 calls/s  11991 msg/s
# tcp rx:    707 MB/s    84540 calls/s
# tcp tx:    687 MB/s    11661 calls/s  11661 msg/s
# tcp rx:    688 MB/s    83664 calls/s
# tcp tx:    687 MB/s    11654 calls/s  11654 msg/s
# udp gso - over veth touching data
# udp rx:    632 MB/s   450572 calls/s
# udp tx:    651 MB/s    11044 calls/s  11044 msg/s
# udp rx:    639 MB/s   455899 calls/s
# udp tx:    639 MB/s    10846 calls/s  10846 msg/s
# udp rx:    638 MB/s   455010 calls/s
# udp tx:    638 MB/s    10826 calls/s  10826 msg/s
# udp rx:    636 MB/s   453504 calls/s
# udp tx:    636 MB/s    10792 calls/s  10792 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1245 MB/s   886888 calls/s
# udp tx:   1277 MB/s    21667 calls/s  21667 msg/s
# udp rx:   1299 MB/s   925748 calls/s
# udp tx:   1299 MB/s    22036 calls/s  22036 msg/s
# udp rx:   1295 MB/s   923171 calls/s
# udp tx:   1296 MB/s    21985 calls/s  21985 msg/s
# udp rx:   1304 MB/s   929030 calls/s
# udp tx:   1303 MB/s    22112 calls/s  22112 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1001 MB/s    16993 calls/s  16993 msg/s
# tcp rx:   1002 MB/s   140711 calls/s
# tcp tx:   1238 MB/s    21000 calls/s  21000 msg/s
# tcp rx:   1238 MB/s   113433 calls/s
# tcp tx:   1026 MB/s    17407 calls/s  17407 msg/s
# tcp rx:   1028 MB/s   128412 calls/s
# tcp tx:    982 MB/s    16669 calls/s  16669 msg/s
# udp gso - over veth touching data
# udp rx:   1242 MB/s   906193 calls/s
# udp tx:   1277 MB/s    21675 calls/s  21675 msg/s
# udp rx:   1280 MB/s   933843 calls/s
# udp tx:   1282 MB/s    21745 calls/s  21745 msg/s
# udp rx:   1243 MB/s   906577 calls/s
# udp tx:   1242 MB/s    21080 calls/s  21080 msg/s
# udp rx:   1269 MB/s   925936 calls/s
# udp tx:   1270 MB/s    21546 calls/s  21546 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1253 MB/s   914166 calls/s
# udp tx:   1284 MB/s    21787 calls/s  21787 msg/s
# udp rx:   1269 MB/s   925496 calls/s
# udp tx:   1270 MB/s    21543 calls/s  21543 msg/s
# udp rx:   1197 MB/s   873256 calls/s
# udp tx:   1186 MB/s    20123 calls/s  20123 msg/s
# udp rx:    694 MB/s   506488 calls/s
# udp tx:    694 MB/s    11783 calls/s  11783 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__->