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=218370 (13627 MB) txc=0 zc=n
# rx=103098 (13627 MB)
# ipv4 tcp -z -t 1
# tx=111038 (6929 MB) txc=111038 zc=n
# rx=55425 (6929 MB)
# ok
# ipv6 tcp -t 1
# tx=159917 (9979 MB) txc=0 zc=n
# rx=68242 (9979 MB)
# ipv6 tcp -z -t 1
# tx=121473 (7580 MB) txc=121473 zc=n
# rx=60726 (7580 MB)
# ok
# ipv4 udp -t 1
# tx=263939 (16470 MB) txc=0 zc=n
# rx=263911 (16469 MB)
# ipv4 udp -z -t 1
# tx=89127 (5561 MB) txc=89127 zc=n
# rx=89025 (5555 MB)
# ok
# ipv6 udp -t 1
# tx=207097 (12923 MB) txc=0 zc=n
# rx=206979 (12916 MB)
# ipv6 udp -z -t 1
# tx=109245 (6817 MB) txc=109245 zc=n
# rx=109182 (6813 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__->