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=138752 (MB=8658), tx/s=138752 (MB/s=8658)
# rx=138689 (8654 MB)
# ok
# ipv4 tcp -m 1 -t 1 -n 1
# tx=93175 (MB=5814), tx/s=93175 (MB/s=5814)
# rx=87353 (5814 MB)
# ok
# ipv4 udp -m 2 -t 1 -n 32
# tx=146304 (MB=9129), tx/s=146304 (MB/s=9129)
# rx=146273 (9127 MB)
# ok
# ipv4 tcp -m 2 -t 1 -n 1
# tx=96031 (MB=5992), tx/s=96031 (MB/s=5992)
# rx=77943 (5992 MB)
# ok
# ipv4 udp -m 3 -t 1 -n 32
# tx=153632 (MB=9587), tx/s=153632 (MB/s=9587)
# rx=153571 (9583 MB)
# ok
# ipv4 tcp -m 3 -t 1 -n 1
# tx=109412 (MB=6827), tx/s=109412 (MB/s=6827)
# rx=75827 (6827 MB)
# ok
# ipv6 udp -m 1 -t 1 -n 32
# tx=100800 (MB=6290), tx/s=100800 (MB/s=6290)
# rx=100681 (6282 MB)
# ok
# ipv6 tcp -m 1 -t 1 -n 1
# tx=84722 (MB=5286), tx/s=84722 (MB/s=5286)
# rx=70003 (5286 MB)
# ok
# ipv6 udp -m 2 -t 1 -n 32
# tx=121952 (MB=7610), tx/s=121952 (MB/s=7610)
# rx=121755 (7597 MB)
# ok
# ipv6 tcp -m 2 -t 1 -n 1
# tx=94735 (MB=5911), tx/s=94735 (MB/s=5911)
# rx=71490 (5911 MB)
# ok
# ipv6 udp -m 3 -t 1 -n 32
# tx=167872 (MB=10475), tx/s=167872 (MB/s=10475)
# rx=167867 (10475 MB)
# ok
# ipv6 tcp -m 3 -t 1 -n 1
# tx=103185 (MB=6439), tx/s=103185 (MB/s=6439)
# rx=70083 (6439 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__->