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=206229 (12869 MB) txc=0 zc=n
# rx=100639 (12869 MB)
# ipv4 tcp -z -t 1
# tx=124136 (7746 MB) txc=124136 zc=n
# rx=61979 (7746 MB)
# ok
# ipv6 tcp -t 1
# tx=199357 (12440 MB) txc=0 zc=n
# rx=97652 (12440 MB)
# ipv6 tcp -z -t 1
# tx=124482 (7768 MB) txc=124482 zc=n
# rx=62151 (7768 MB)
# ok
# ipv4 udp -t 1
# tx=173061 (10799 MB) txc=0 zc=n
# rx=173059 (10799 MB)
# ipv4 udp -z -t 1
# tx=111463 (6955 MB) txc=111463 zc=n
# rx=111444 (6954 MB)
# ok
# ipv6 udp -t 1
# tx=246051 (15354 MB) txc=0 zc=n
# rx=246044 (15354 MB)
# ipv6 udp -z -t 1
# tx=113692 (7094 MB) txc=113692 zc=n
# rx=113666 (7093 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__->