aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst
blob: ea7618737e88b91a43e876746366dd19f839ddc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. raw:: latex

    \clearpage

.. raw:: html

    <script type="text/javascript">

        function getDocHeight(doc) {
            doc = doc || document;
            var body = doc.body, html = doc.documentElement;
            var height = Math.max( body.scrollHeight, body.offsetHeight,
                html.clientHeight, html.scrollHeight, html.offsetHeight );
            return height;
        }

        function setIframeHeight(id) {
            var ifrm = document.getElementById(id);
            var doc = ifrm.contentDocument? ifrm.contentDocument:
                ifrm.contentWindow.document;
            ifrm.style.visibility = 'hidden';
            ifrm.style.height = "10px"; // reset to minimal height ...
            // IE opt. for bing/msn needs a bit added or scrollbar appears
            ifrm.style.height = getDocHeight( doc ) + 4 + "px";
            ifrm.style.visibility = 'visible';
        }

    </script>

.. _vnf_service_chains_reconf:

VNF Service Chains
==================

.. important::

    **DISCLAIMER**: Previously, this page has been showing results
    for reconf tests. They were using the traffic generator in a new way,
    that turned out to be wrong. We have fixed the tests,
    and re-run them on VPP 19.08.1 so look at the correct results
    `here <https://docs.fd.io/csit/rls1908_1/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.html>`_.