make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=206891 (12910 MB) txc=0 zc=n
# rx=103040 (12910 MB)
# ipv4 tcp -z -t 1
# tx=121427 (7577 MB) txc=121427 zc=n
# rx=60274 (7577 MB)
# ok
# ipv6 tcp -t 1
# tx=201150 (12552 MB) txc=0 zc=n
# rx=100282 (12552 MB)
# ipv6 tcp -z -t 1
# tx=121363 (7573 MB) txc=121363 zc=n
# rx=60028 (7573 MB)
# ok
# ipv4 udp -t 1
# tx=238832 (14903 MB) txc=0 zc=n
# rx=238832 (14903 MB)
# ipv4 udp -z -t 1
# tx=95991 (5990 MB) txc=95991 zc=n
# rx=95973 (5989 MB)
# ok
# ipv6 udp -t 1
# tx=236830 (14779 MB) txc=0 zc=n
# rx=236830 (14779 MB)
# ipv6 udp -z -t 1
# tx=111438 (6954 MB) txc=111438 zc=n
# rx=111438 (6954 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: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->