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=144858 (9039 MB) txc=0 zc=n
# rx=79423 (9039 MB)
# ipv4 tcp -z -t 1
# tx=94525 (5898 MB) txc=94525 zc=n
# rx=82999 (5898 MB)
# ok
# ipv6 tcp -t 1
# tx=136192 (8498 MB) txc=0 zc=n
# rx=79970 (8498 MB)
# ipv6 tcp -z -t 1
# tx=90033 (5618 MB) txc=90033 zc=n
# rx=81478 (5618 MB)
# ok
# ipv4 udp -t 1
# tx=250696 (15644 MB) txc=0 zc=n
# rx=250696 (15644 MB)
# ipv4 udp -z -t 1
# tx=118617 (7402 MB) txc=118617 zc=n
# rx=118586 (7400 MB)
# ok
# ipv6 udp -t 1
# tx=201502 (12574 MB) txc=0 zc=n
# rx=201501 (12574 MB)
# ipv6 udp -z -t 1
# tx=96066 (5994 MB) txc=96066 zc=n
# rx=96047 (5993 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__->