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=165476 (10326 MB) txc=0 zc=n
# rx=58849 (10326 MB)
# ipv4 tcp -z -t 1
# tx=104946 (6549 MB) txc=104946 zc=n
# rx=52254 (6549 MB)
# ok
# ipv6 tcp -t 1
# tx=187487 (11699 MB) txc=0 zc=n
# rx=89942 (11699 MB)
# ipv6 tcp -z -t 1
# tx=116686 (7281 MB) txc=116686 zc=n
# rx=57825 (7281 MB)
# ok
# ipv4 udp -t 1
# tx=225127 (14048 MB) txc=0 zc=n
# rx=225124 (14048 MB)
# ipv4 udp -z -t 1
# tx=103157 (6437 MB) txc=103157 zc=n
# rx=103138 (6436 MB)
# ok
# ipv6 udp -t 1
# tx=172632 (10772 MB) txc=0 zc=n
# rx=172622 (10772 MB)
# ipv6 udp -z -t 1
# tx=118410 (7389 MB) txc=118410 zc=n
# rx=118389 (7387 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__->