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=194820 (12157 MB) txc=0 zc=n
# rx=97151 (12157 MB)
# ipv4 tcp -z -t 1
# tx=125460 (7829 MB) txc=125460 zc=n
# rx=62657 (7829 MB)
# ok
# ipv6 tcp -t 1
# tx=203713 (12712 MB) txc=0 zc=n
# rx=96924 (12712 MB)
# ipv6 tcp -z -t 1
# tx=107142 (6686 MB) txc=107142 zc=n
# rx=53543 (6686 MB)
# ok
# ipv4 udp -t 1
# tx=238621 (14890 MB) txc=0 zc=n
# rx=238620 (14890 MB)
# ipv4 udp -z -t 1
# tx=107280 (6694 MB) txc=107280 zc=n
# rx=107237 (6691 MB)
# ok
# ipv6 udp -t 1
# tx=206632 (12894 MB) txc=0 zc=n
# rx=206632 (12894 MB)
# ipv6 udp -z -t 1
# tx=118827 (7415 MB) txc=118827 zc=n
# rx=118729 (7409 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__->