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=43414 (2709 MB) txc=0 zc=n
# rx=39917 (2709 MB)
# ipv4 tcp -z -t 1
# tx=32240 (2011 MB) txc=32240 zc=n
# rx=32241 (2011 MB)
# ok
# ipv6 tcp -t 1
# tx=38892 (2427 MB) txc=0 zc=n
# rx=30537 (2427 MB)
# ipv6 tcp -z -t 1
# tx=24352 (1519 MB) txc=24352 zc=n
# rx=21200 (1519 MB)
# ok
# ipv4 udp -t 1
# tx=110615 (6902 MB) txc=0 zc=n
# rx=110608 (6902 MB)
# ipv4 udp -z -t 1
# tx=47024 (2934 MB) txc=47024 zc=n
# rx=46998 (2932 MB)
# ok
# ipv6 udp -t 1
# tx=120876 (7543 MB) txc=0 zc=n
# rx=120875 (7543 MB)
# ipv6 udp -z -t 1
# tx=46758 (2917 MB) txc=46758 zc=n
# rx=46750 (2917 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__->