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=216981 (13540 MB) txc=0 zc=n
# rx=107263 (13540 MB)
# ipv4 tcp -z -t 1
# tx=129523 (8082 MB) txc=129523 zc=n
# rx=64756 (8082 MB)
# ok
# ipv6 tcp -t 1
# tx=215724 (13461 MB) txc=0 zc=n
# rx=106848 (13461 MB)
# ipv6 tcp -z -t 1
# tx=126533 (7896 MB) txc=126533 zc=n
# rx=63263 (7896 MB)
# ok
# ipv4 udp -t 1
# tx=256553 (16009 MB) txc=0 zc=n
# rx=256551 (16009 MB)
# ipv4 udp -z -t 1
# tx=119297 (7444 MB) txc=119297 zc=n
# rx=119294 (7444 MB)
# ok
# ipv6 udp -t 1
# tx=253971 (15848 MB) txc=0 zc=n
# rx=253970 (15848 MB)
# ipv6 udp -z -t 1
# tx=116937 (7297 MB) txc=116937 zc=n
# rx=116934 (7297 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__->