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=208019 (12981 MB) txc=0 zc=n
# rx=103099 (12981 MB)
# ipv4 tcp -z -t 1
# tx=125219 (7814 MB) txc=125219 zc=n
# rx=62602 (7814 MB)
# ok
# ipv6 tcp -t 1
# tx=213615 (13330 MB) txc=0 zc=n
# rx=106672 (13330 MB)
# ipv6 tcp -z -t 1
# tx=125541 (7834 MB) txc=125541 zc=n
# rx=62765 (7834 MB)
# ok
# ipv4 udp -t 1
# tx=240531 (15010 MB) txc=0 zc=n
# rx=240468 (15006 MB)
# ipv4 udp -z -t 1
# tx=98754 (6162 MB) txc=98754 zc=n
# rx=98706 (6159 MB)
# ok
# ipv6 udp -t 1
# tx=239574 (14950 MB) txc=0 zc=n
# rx=239516 (14946 MB)
# ipv6 udp -z -t 1
# tx=108010 (6740 MB) txc=108010 zc=n
# rx=107975 (6738 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__->