make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=198767 (12403 MB) txc=0 zc=n
# rx=93233 (12403 MB)
# ipv4 tcp -z -t 1
# tx=120645 (7528 MB) txc=120645 zc=n
# rx=59788 (7528 MB)
# ok
# ipv6 tcp -t 1
# tx=213676 (13334 MB) txc=0 zc=n
# rx=89922 (13334 MB)
# ipv6 tcp -z -t 1
# tx=110561 (6899 MB) txc=110561 zc=n
# rx=54444 (6899 MB)
# ok
# ipv4 udp -t 1
# tx=205928 (12850 MB) txc=0 zc=n
# rx=205922 (12850 MB)
# ipv4 udp -z -t 1
# tx=114167 (7124 MB) txc=114167 zc=n
# rx=114078 (7118 MB)
# ok
# ipv6 udp -t 1
# tx=237122 (14797 MB) txc=0 zc=n
# rx=237122 (14797 MB)
# ipv6 udp -z -t 1
# tx=107286 (6695 MB) txc=107286 zc=n
# rx=107258 (6693 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__->