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=201699 (12586 MB) txc=0 zc=n
# rx=94141 (12586 MB)
# ipv4 tcp -z -t 1
# tx=119590 (7462 MB) txc=119590 zc=n
# rx=59337 (7462 MB)
# ok
# ipv6 tcp -t 1
# tx=201722 (12588 MB) txc=0 zc=n
# rx=94015 (12588 MB)
# ipv6 tcp -z -t 1
# tx=113646 (7091 MB) txc=113646 zc=n
# rx=56352 (7091 MB)
# ok
# ipv4 udp -t 1
# tx=233663 (14581 MB) txc=0 zc=n
# rx=233663 (14581 MB)
# ipv4 udp -z -t 1
# tx=110156 (6874 MB) txc=110156 zc=n
# rx=110119 (6871 MB)
# ok
# ipv6 udp -t 1
# tx=249237 (15553 MB) txc=0 zc=n
# rx=249207 (15551 MB)
# ipv6 udp -z -t 1
# tx=113577 (7087 MB) txc=113577 zc=n
# rx=113566 (7086 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__->