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=200216 (12494 MB) txc=0 zc=n
# rx=95628 (12494 MB)
# ipv4 tcp -z -t 1
# tx=117811 (7351 MB) txc=117811 zc=n
# rx=58882 (7351 MB)
# ok
# ipv6 tcp -t 1
# tx=204201 (12742 MB) txc=0 zc=n
# rx=98783 (12742 MB)
# ipv6 tcp -z -t 1
# tx=123309 (7694 MB) txc=123309 zc=n
# rx=61637 (7694 MB)
# ok
# ipv4 udp -t 1
# tx=254863 (15904 MB) txc=0 zc=n
# rx=254779 (15899 MB)
# ipv4 udp -z -t 1
# tx=114940 (7172 MB) txc=114940 zc=n
# rx=114924 (7171 MB)
# ok
# ipv6 udp -t 1
# tx=244824 (15277 MB) txc=0 zc=n
# rx=244817 (15277 MB)
# ipv6 udp -z -t 1
# tx=109046 (6804 MB) txc=109046 zc=n
# rx=109028 (6803 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__->