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=145031 (9050 MB) txc=0 zc=n
# rx=78225 (9050 MB)
# ipv4 tcp -z -t 1
# tx=87813 (5479 MB) txc=87813 zc=n
# rx=68928 (5479 MB)
# ok
# ipv6 tcp -t 1
# tx=139321 (8694 MB) txc=0 zc=n
# rx=74906 (8694 MB)
# ipv6 tcp -z -t 1
# tx=85882 (5359 MB) txc=85882 zc=n
# rx=82278 (5359 MB)
# ok
# ipv4 udp -t 1
# tx=232954 (14537 MB) txc=0 zc=n
# rx=232940 (14536 MB)
# ipv4 udp -z -t 1
# tx=121835 (7602 MB) txc=121835 zc=n
# rx=121803 (7600 MB)
# ok
# ipv6 udp -t 1
# tx=244444 (15254 MB) txc=0 zc=n
# rx=244439 (15253 MB)
# ipv6 udp -z -t 1
# tx=94880 (5920 MB) txc=94880 zc=n
# rx=94765 (5913 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__->