make -C tools/testing/selftests TARGETS=net TEST_PROGS=io_uring_zerocopy_ttx.sh TEST_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/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net/lib'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: io_uring_zerocopy_tx.sh
# ipv4 udp -m 1 -t 1 -n 32
# tx=115680 (MB=7218), tx/s=115680 (MB/s=7218)
# rx=115539 (7210 MB)
# ok
# ipv4 tcp -m 1 -t 1 -n 1
# tx=94292 (MB=5884), tx/s=94292 (MB/s=5884)
# rx=73758 (5884 MB)
# ok
# ipv4 udp -m 2 -t 1 -n 32
# tx=123136 (MB=7684), tx/s=123136 (MB/s=7684)
# rx=122697 (7656 MB)
# ok
# ipv4 tcp -m 2 -t 1 -n 1
# tx=81775 (MB=5103), tx/s=81775 (MB/s=5103)
# rx=49451 (5103 MB)
# ok
# ipv4 udp -m 3 -t 1 -n 32
# tx=169440 (MB=10573), tx/s=169440 (MB/s=10573)
# rx=169440 (10573 MB)
# ok
# ipv4 tcp -m 3 -t 1 -n 1
# tx=92037 (MB=5743), tx/s=92037 (MB/s=5743)
# rx=58845 (5743 MB)
# ok
# ipv6 udp -m 1 -t 1 -n 32
# tx=135712 (MB=8468), tx/s=135712 (MB/s=8468)
# rx=135706 (8468 MB)
# ok
# ipv6 tcp -m 1 -t 1 -n 1
# tx=93236 (MB=5818), tx/s=93236 (MB/s=5818)
# rx=73000 (5818 MB)
# ok
# ipv6 udp -m 2 -t 1 -n 32
# tx=142400 (MB=8886), tx/s=142400 (MB/s=8886)
# rx=142387 (8885 MB)
# ok
# ipv6 tcp -m 2 -t 1 -n 1
# tx=91327 (MB=5699), tx/s=91327 (MB/s=5699)
# rx=70301 (5699 MB)
# ok
# ipv6 udp -m 3 -t 1 -n 32
# tx=152544 (MB=9519), tx/s=152544 (MB/s=9519)
# rx=152544 (9519 MB)
# ok
# ipv6 tcp -m 3 -t 1 -n 1
# tx=102943 (MB=6424), tx/s=102943 (MB/s=6424)
# rx=73994 (6424 MB)
# ok
# OK. All tests passed
ok 1 selftests: net: io_uring_zerocopy_tx.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net/lib'
TAP version 13
1..1
# timeout set to 45
# selftests: net/lib: io_uring_zerocopy_tx.sh
# Warning: file io_uring_zerocopy_tx.sh is missing!
not ok 1 selftests: net/lib: io_uring_zerocopy_tx.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net/lib'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->