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=137610 (8587 MB) txc=0 zc=n
# rx=73710 (8587 MB)
# ipv4 tcp -z -t 1
# tx=89697 (5597 MB) txc=89697 zc=n
# rx=54976 (5597 MB)
# ok
# ipv6 tcp -t 1
# tx=140461 (8765 MB) txc=0 zc=n
# rx=73317 (8765 MB)
# ipv6 tcp -z -t 1
# tx=76444 (4770 MB) txc=76444 zc=n
# rx=64650 (4770 MB)
# ok
# ipv4 udp -t 1
# tx=236768 (14775 MB) txc=0 zc=n
# rx=236768 (14775 MB)
# ipv4 udp -z -t 1
# tx=107150 (6686 MB) txc=107150 zc=n
# rx=107097 (6683 MB)
# ok
# ipv6 udp -t 1
# tx=215807 (13467 MB) txc=0 zc=n
# rx=215806 (13467 MB)
# ipv6 udp -z -t 1
# tx=90743 (5662 MB) txc=90743 zc=n
# rx=90717 (5661 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__->