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=57794 (3606 MB) txc=0 zc=n
# rx=47621 (3606 MB)
# ipv4 tcp -z -t 1
# tx=35806 (2234 MB) txc=35806 zc=n
# rx=35511 (2234 MB)
# ok
# ipv6 tcp -t 1
# tx=52300 (3263 MB) txc=0 zc=n
# rx=51060 (3263 MB)
# ipv6 tcp -z -t 1
# tx=34551 (2156 MB) txc=34551 zc=n
# rx=33781 (2156 MB)
# ok
# ipv4 udp -t 1
# tx=117110 (7308 MB) txc=0 zc=n
# rx=117107 (7307 MB)
# ipv4 udp -z -t 1
# tx=65513 (4088 MB) txc=65513 zc=n
# rx=65510 (4088 MB)
# ok
# ipv6 udp -t 1
# tx=108585 (6776 MB) txc=0 zc=n
# rx=108585 (6776 MB)
# ipv6 udp -z -t 1
# tx=67854 (4234 MB) txc=67854 zc=n
# rx=67844 (4233 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__->