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=125701 (7844 MB) txc=0 zc=n
# rx=73761 (7844 MB)
# ipv4 tcp -z -t 1
# tx=74463 (4646 MB) txc=74463 zc=n
# rx=69962 (4646 MB)
# ok
# ipv6 tcp -t 1
# tx=125195 (7812 MB) txc=0 zc=n
# rx=74597 (7812 MB)
# ipv6 tcp -z -t 1
# tx=67505 (4212 MB) txc=67505 zc=n
# rx=50745 (4212 MB)
# ok
# ipv4 udp -t 1
# tx=157531 (9830 MB) txc=0 zc=n
# rx=157521 (9829 MB)
# ipv4 udp -z -t 1
# tx=72307 (4512 MB) txc=72307 zc=n
# rx=72142 (4501 MB)
# ok
# ipv6 udp -t 1
# tx=155893 (9728 MB) txc=0 zc=n
# rx=155893 (9728 MB)
# ipv6 udp -z -t 1
# tx=109795 (6851 MB) txc=109795 zc=n
# rx=109771 (6850 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__->