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=208950 (13039 MB) txc=0 zc=n
# rx=102950 (13039 MB)
# ipv4 tcp -z -t 1
# tx=125966 (7860 MB) txc=125966 zc=n
# rx=62969 (7860 MB)
# ok
# ipv6 tcp -t 1
# tx=204196 (12742 MB) txc=0 zc=n
# rx=101420 (12742 MB)
# ipv6 tcp -z -t 1
# tx=124731 (7783 MB) txc=124731 zc=n
# rx=62363 (7783 MB)
# ok
# ipv4 udp -t 1
# tx=244387 (15250 MB) txc=0 zc=n
# rx=244367 (15249 MB)
# ipv4 udp -z -t 1
# tx=114474 (7143 MB) txc=114474 zc=n
# rx=114453 (7142 MB)
# ok
# ipv6 udp -t 1
# tx=243499 (15195 MB) txc=0 zc=n
# rx=243495 (15194 MB)
# ipv6 udp -z -t 1
# tx=116686 (7281 MB) txc=116686 zc=n
# rx=116674 (7280 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__->