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=133190 (8311 MB) txc=0 zc=n
# rx=73038 (8311 MB)
# ipv4 tcp -z -t 1
# tx=71984 (4492 MB) txc=71984 zc=n
# rx=71558 (4492 MB)
# ok
# ipv6 tcp -t 1
# tx=109518 (6834 MB) txc=0 zc=n
# rx=89824 (6834 MB)
# ipv6 tcp -z -t 1
# tx=86340 (5387 MB) txc=86340 zc=n
# rx=83668 (5387 MB)
# ok
# ipv4 udp -t 1
# tx=252876 (15780 MB) txc=0 zc=n
# rx=252876 (15780 MB)
# ipv4 udp -z -t 1
# tx=111542 (6960 MB) txc=111542 zc=n
# rx=111481 (6956 MB)
# ok
# ipv6 udp -t 1
# tx=250091 (15606 MB) txc=0 zc=n
# rx=250091 (15606 MB)
# ipv6 udp -z -t 1
# tx=118540 (7397 MB) txc=118540 zc=n
# rx=118509 (7395 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__->