make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=159415 (9948 MB) txc=0 zc=n
# rx=67568 (9948 MB)
# ipv4 tcp -z -t 1
# tx=112666 (7030 MB) txc=112666 zc=n
# rx=56219 (7030 MB)
# ok
# ipv6 tcp -t 1
# tx=159849 (9975 MB) txc=0 zc=n
# rx=72090 (9975 MB)
# ipv6 tcp -z -t 1
# tx=116989 (7300 MB) txc=116989 zc=n
# rx=57828 (7300 MB)
# ok
# ipv4 udp -t 1
# tx=242288 (15119 MB) txc=0 zc=n
# rx=242288 (15119 MB)
# ipv4 udp -z -t 1
# tx=111879 (6981 MB) txc=111879 zc=n
# rx=111811 (6977 MB)
# ok
# ipv6 udp -t 1
# tx=248061 (15479 MB) txc=0 zc=n
# rx=248060 (15479 MB)
# ipv6 udp -z -t 1
# tx=111879 (6981 MB) txc=111879 zc=n
# rx=111845 (6979 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__->