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=180494 (11263 MB) txc=0 zc=n
# rx=70047 (11263 MB)
# ipv4 tcp -z -t 1
# tx=110415 (6890 MB) txc=110415 zc=n
# rx=55158 (6890 MB)
# ok
# ipv6 tcp -t 1
# tx=167646 (10461 MB) txc=0 zc=n
# rx=62899 (10461 MB)
# ipv6 tcp -z -t 1
# tx=116847 (7291 MB) txc=116847 zc=n
# rx=58405 (7291 MB)
# ok
# ipv4 udp -t 1
# tx=249338 (15559 MB) txc=0 zc=n
# rx=249307 (15557 MB)
# ipv4 udp -z -t 1
# tx=115395 (7201 MB) txc=115395 zc=n
# rx=115351 (7198 MB)
# ok
# ipv6 udp -t 1
# tx=229907 (14347 MB) txc=0 zc=n
# rx=229889 (14345 MB)
# ipv6 udp -z -t 1
# tx=116751 (7285 MB) txc=116751 zc=n
# rx=116725 (7284 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__->