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'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=201541 (12576 MB) txc=0 zc=n
# rx=96909 (12576 MB)
# ipv4 tcp -z -t 1
# tx=120976 (7549 MB) txc=120976 zc=n
# rx=60438 (7549 MB)
# ok
# ipv6 tcp -t 1
# tx=199123 (12426 MB) txc=0 zc=n
# rx=94665 (12426 MB)
# ipv6 tcp -z -t 1
# tx=123999 (7737 MB) txc=123999 zc=n
# rx=61921 (7737 MB)
# ok
# ipv4 udp -t 1
# tx=255126 (15920 MB) txc=0 zc=n
# rx=255114 (15920 MB)
# ipv4 udp -z -t 1
# tx=121616 (7589 MB) txc=121616 zc=n
# rx=121585 (7587 MB)
# ok
# ipv6 udp -t 1
# tx=242017 (15102 MB) txc=0 zc=n
# rx=242017 (15102 MB)
# ipv6 udp -z -t 1
# tx=113123 (7059 MB) txc=113123 zc=n
# rx=113104 (7058 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__->