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=131840 (MB=8227), tx/s=131840 (MB/s=8227)
# rx=131800 (8224 MB)
# ok
# ipv4 tcp -m 1 -t 1 -n 1
# tx=95144 (MB=5937), tx/s=95144 (MB/s=5937)
# rx=76749 (5937 MB)
# ok
# ipv4 udp -m 2 -t 1 -n 32
# tx=123840 (MB=7728), tx/s=123840 (MB/s=7728)
# rx=123799 (7725 MB)
# ok
# ipv4 tcp -m 2 -t 1 -n 1
# tx=93639 (MB=5843), tx/s=93639 (MB/s=5843)
# rx=70560 (5843 MB)
# ok
# ipv4 udp -m 3 -t 1 -n 32
# tx=157120 (MB=9804), tx/s=157120 (MB/s=9804)
# rx=157120 (9804 MB)
# ok
# ipv4 tcp -m 3 -t 1 -n 1
# tx=102302 (MB=6384), tx/s=102302 (MB/s=6384)
# rx=73934 (6384 MB)
# ok
# ipv6 udp -m 1 -t 1 -n 32
# tx=126752 (MB=7909), tx/s=126752 (MB/s=7909)
# rx=126702 (7906 MB)
# ok
# ipv6 tcp -m 1 -t 1 -n 1
# tx=85527 (MB=5337), tx/s=85527 (MB/s=5337)
# rx=75197 (5337 MB)
# ok
# ipv6 udp -m 2 -t 1 -n 32
# tx=148992 (MB=9297), tx/s=148992 (MB/s=9297)
# rx=148981 (9296 MB)
# ok
# ipv6 tcp -m 2 -t 1 -n 1
# tx=99526 (MB=6210), tx/s=99526 (MB/s=6210)
# rx=75696 (6210 MB)
# ok
# ipv6 udp -m 3 -t 1 -n 32
# tx=164416 (MB=10260), tx/s=164416 (MB/s=10260)
# rx=164415 (10260 MB)
# ok
# ipv6 tcp -m 3 -t 1 -n 1
# tx=102828 (MB=6416), tx/s=102828 (MB/s=6416)
# rx=72171 (6416 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__->