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=209316 (13062 MB) txc=0 zc=n
# rx=104354 (13062 MB)
# ipv4 tcp -z -t 1
# tx=124265 (7754 MB) txc=124265 zc=n
# rx=61568 (7754 MB)
# ok
# ipv6 tcp -t 1
# tx=207942 (12976 MB) txc=0 zc=n
# rx=103672 (12976 MB)
# ipv6 tcp -z -t 1
# tx=114978 (7175 MB) txc=114978 zc=n
# rx=56853 (7175 MB)
# ok
# ipv4 udp -t 1
# tx=242445 (15129 MB) txc=0 zc=n
# rx=242445 (15129 MB)
# ipv4 udp -z -t 1
# tx=112530 (7022 MB) txc=112530 zc=n
# rx=112501 (7020 MB)
# ok
# ipv6 udp -t 1
# tx=248019 (15477 MB) txc=0 zc=n
# rx=248018 (15477 MB)
# ipv6 udp -z -t 1
# tx=116394 (7263 MB) txc=116394 zc=n
# rx=116370 (7261 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__->