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=138320 (8631 MB) txc=0 zc=n
# rx=73316 (8631 MB)
# ipv4 tcp -z -t 1
# tx=81183 (5066 MB) txc=81183 zc=n
# rx=66495 (5066 MB)
# ok
# ipv6 tcp -t 1
# tx=126337 (7883 MB) txc=0 zc=n
# rx=72649 (7883 MB)
# ipv6 tcp -z -t 1
# tx=77817 (4856 MB) txc=77817 zc=n
# rx=68142 (4856 MB)
# ok
# ipv4 udp -t 1
# tx=244855 (15279 MB) txc=0 zc=n
# rx=244844 (15279 MB)
# ipv4 udp -z -t 1
# tx=113833 (7103 MB) txc=113833 zc=n
# rx=113815 (7102 MB)
# ok
# ipv6 udp -t 1
# tx=229617 (14328 MB) txc=0 zc=n
# rx=229607 (14328 MB)
# ipv6 udp -z -t 1
# tx=110008 (6864 MB) txc=110008 zc=n
# rx=109978 (6863 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__->