make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=111848 (6979 MB) txc=0 zc=n
# rx=79682 (6979 MB)
# ipv4 tcp -z -t 1
# tx=77133 (4813 MB) txc=77133 zc=n
# rx=48375 (4813 MB)
# ok
# ipv6 tcp -t 1
# tx=108109 (6746 MB) txc=0 zc=n
# rx=72052 (6746 MB)
# ipv6 tcp -z -t 1
# tx=87365 (5451 MB) txc=87365 zc=n
# rx=53757 (5451 MB)
# ok
# ipv4 udp -t 1
# tx=259765 (16210 MB) txc=0 zc=n
# rx=259765 (16210 MB)
# ipv4 udp -z -t 1
# tx=126576 (7898 MB) txc=126576 zc=n
# rx=126510 (7894 MB)
# ok
# ipv6 udp -t 1
# tx=219460 (13695 MB) txc=0 zc=n
# rx=219460 (13695 MB)
# ipv6 udp -z -t 1
# tx=98234 (6130 MB) txc=98234 zc=n
# rx=98196 (6127 MB)
# ok
# OK. All tests passed
ok 1 selftests: net: msg_zerocopy.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: msg_zerocopy.sh
# Warning: file msg_zerocopy.sh is missing!
not ok 1 selftests: net/lib: msg_zerocopy.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__->