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=49294 (3076 MB) txc=0 zc=n
# rx=46141 (3076 MB)
# ipv4 tcp -z -t 1
# tx=33323 (2079 MB) txc=33323 zc=n
# rx=32529 (2079 MB)
# ok
# ipv6 tcp -t 1
# tx=41007 (2558 MB) txc=0 zc=n
# rx=39847 (2558 MB)
# ipv6 tcp -z -t 1
# tx=31191 (1946 MB) txc=31191 zc=n
# rx=29917 (1946 MB)
# ok
# ipv4 udp -t 1
# tx=98556 (6150 MB) txc=0 zc=n
# rx=98556 (6150 MB)
# ipv4 udp -z -t 1
# tx=54609 (3407 MB) txc=54609 zc=n
# rx=54604 (3407 MB)
# ok
# ipv6 udp -t 1
# tx=96785 (6039 MB) txc=0 zc=n
# rx=96785 (6039 MB)
# ipv6 udp -z -t 1
# tx=44501 (2777 MB) txc=44501 zc=n
# rx=44479 (2775 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__->