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=215406 (13442 MB) txc=0 zc=n
# rx=106808 (13442 MB)
# ipv4 tcp -z -t 1
# tx=120900 (7544 MB) txc=120900 zc=n
# rx=60443 (7544 MB)
# ok
# ipv6 tcp -t 1
# tx=204075 (12735 MB) txc=0 zc=n
# rx=100091 (12735 MB)
# ipv6 tcp -z -t 1
# tx=125613 (7838 MB) txc=125613 zc=n
# rx=62800 (7838 MB)
# ok
# ipv4 udp -t 1
# tx=246743 (15397 MB) txc=0 zc=n
# rx=246743 (15397 MB)
# ipv4 udp -z -t 1
# tx=118926 (7421 MB) txc=118926 zc=n
# rx=118910 (7420 MB)
# ok
# ipv6 udp -t 1
# tx=235726 (14710 MB) txc=0 zc=n
# rx=235726 (14710 MB)
# ipv6 udp -z -t 1
# tx=112563 (7024 MB) txc=112563 zc=n
# rx=112533 (7022 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__->