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=203686 (12710 MB) txc=0 zc=n
# rx=97050 (12710 MB)
# ipv4 tcp -z -t 1
# tx=124988 (7799 MB) txc=124988 zc=n
# rx=62441 (7799 MB)
# ok
# ipv6 tcp -t 1
# tx=202090 (12611 MB) txc=0 zc=n
# rx=96581 (12611 MB)
# ipv6 tcp -z -t 1
# tx=125294 (7818 MB) txc=125294 zc=n
# rx=62579 (7818 MB)
# ok
# ipv4 udp -t 1
# tx=250495 (15631 MB) txc=0 zc=n
# rx=250432 (15627 MB)
# ipv4 udp -z -t 1
# tx=111537 (6960 MB) txc=111537 zc=n
# rx=111514 (6958 MB)
# ok
# ipv6 udp -t 1
# tx=260270 (16241 MB) txc=0 zc=n
# rx=260002 (16225 MB)
# ipv6 udp -z -t 1
# tx=118145 (7372 MB) txc=118145 zc=n
# rx=118138 (7372 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__->