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=205644 (12832 MB) txc=0 zc=n
# rx=100648 (12832 MB)
# ipv4 tcp -z -t 1
# tx=120398 (7513 MB) txc=120398 zc=n
# rx=60160 (7513 MB)
# ok
# ipv6 tcp -t 1
# tx=210103 (13111 MB) txc=0 zc=n
# rx=101894 (13111 MB)
# ipv6 tcp -z -t 1
# tx=111722 (6971 MB) txc=111722 zc=n
# rx=55735 (6971 MB)
# ok
# ipv4 udp -t 1
# tx=236428 (14753 MB) txc=0 zc=n
# rx=236423 (14753 MB)
# ipv4 udp -z -t 1
# tx=112976 (7050 MB) txc=112976 zc=n
# rx=112926 (7046 MB)
# ok
# ipv6 udp -t 1
# tx=229800 (14340 MB) txc=0 zc=n
# rx=229685 (14333 MB)
# ipv6 udp -z -t 1
# tx=87648 (5469 MB) txc=87648 zc=n
# rx=87436 (5456 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__->