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=133696 (MB=8343), tx/s=133696 (MB/s=8343)
# rx=133679 (8342 MB)
# ok
# ipv4 tcp -m 1 -t 1 -n 1
# tx=90783 (MB=5665), tx/s=90783 (MB/s=5665)
# rx=82546 (5665 MB)
# ok
# ipv4 udp -m 2 -t 1 -n 32
# tx=155424 (MB=9699), tx/s=155424 (MB/s=9699)
# rx=155411 (9698 MB)
# ok
# ipv4 tcp -m 2 -t 1 -n 1
# tx=99687 (MB=6220), tx/s=99687 (MB/s=6220)
# rx=87518 (6220 MB)
# ok
# ipv4 udp -m 3 -t 1 -n 32
# tx=125504 (MB=7831), tx/s=125504 (MB/s=7831)
# rx=125502 (7831 MB)
# ok
# ipv4 tcp -m 3 -t 1 -n 1
# tx=109583 (MB=6838), tx/s=109583 (MB/s=6838)
# rx=78656 (6838 MB)
# ok
# ipv6 udp -m 1 -t 1 -n 32
# tx=133920 (MB=8357), tx/s=133920 (MB/s=8357)
# rx=133889 (8355 MB)
# ok
# ipv6 tcp -m 1 -t 1 -n 1
# tx=89318 (MB=5573), tx/s=89318 (MB/s=5573)
# rx=85260 (5573 MB)
# ok
# ipv6 udp -m 2 -t 1 -n 32
# tx=132128 (MB=8245), tx/s=132128 (MB/s=8245)
# rx=132080 (8242 MB)
# ok
# ipv6 tcp -m 2 -t 1 -n 1
# tx=90543 (MB=5650), tx/s=90543 (MB/s=5650)
# rx=85366 (5650 MB)
# ok
# ipv6 udp -m 3 -t 1 -n 32
# tx=154240 (MB=9625), tx/s=154240 (MB/s=9625)
# rx=154240 (9625 MB)
# ok
# ipv6 tcp -m 3 -t 1 -n 1
# tx=94169 (MB=5876), tx/s=94169 (MB/s=5876)
# rx=75949 (5876 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__->