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=216739 (13525 MB) txc=0 zc=n
# rx=101230 (13525 MB)
# ipv4 tcp -z -t 1
# tx=108519 (6771 MB) txc=108519 zc=n
# rx=54212 (6771 MB)
# ok
# ipv6 tcp -t 1
# tx=153592 (9584 MB) txc=0 zc=n
# rx=69812 (9584 MB)
# ipv6 tcp -z -t 1
# tx=108978 (6800 MB) txc=108978 zc=n
# rx=54462 (6800 MB)
# ok
# ipv4 udp -t 1
# tx=170923 (10666 MB) txc=0 zc=n
# rx=170921 (10666 MB)
# ipv4 udp -z -t 1
# tx=91492 (5709 MB) txc=91492 zc=n
# rx=91474 (5708 MB)
# ok
# ipv6 udp -t 1
# tx=174416 (10884 MB) txc=0 zc=n
# rx=174407 (10883 MB)
# ipv6 udp -z -t 1
# tx=85075 (5308 MB) txc=85075 zc=n
# rx=85062 (5308 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__->