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=203949 (12727 MB) txc=0 zc=n
# rx=100164 (12727 MB)
# ipv4 tcp -z -t 1
# tx=117724 (7346 MB) txc=117724 zc=n
# rx=58859 (7346 MB)
# ok
# ipv6 tcp -t 1
# tx=207041 (12920 MB) txc=0 zc=n
# rx=102277 (12920 MB)
# ipv6 tcp -z -t 1
# tx=121825 (7602 MB) txc=121825 zc=n
# rx=60906 (7602 MB)
# ok
# ipv4 udp -t 1
# tx=243932 (15222 MB) txc=0 zc=n
# rx=243932 (15222 MB)
# ipv4 udp -z -t 1
# tx=110349 (6886 MB) txc=110349 zc=n
# rx=110328 (6884 MB)
# ok
# ipv6 udp -t 1
# tx=226687 (14146 MB) txc=0 zc=n
# rx=226687 (14146 MB)
# ipv6 udp -z -t 1
# tx=106852 (6667 MB) txc=106852 zc=n
# rx=106787 (6663 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__->