diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-04 08:18:57 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-04 08:18:57 +0100 |
commit | c16b1af983a3408dedb3da8a568ded1b8c804d37 (patch) | |
tree | 51dafc9bdb0540a107013651d57d07fa611d87d8 /docs | |
parent | f4468158296209fe591a14e95ee7e57fef9dc208 (diff) |
Report: Remove cx556a from DPDK
Change-Id: I19f87dc6608dab684663174d541dfcee47e045da
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs')
8 files changed, 0 insertions, 444 deletions
diff --git a/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/2n-clx-cx556a.rst b/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/2n-clx-cx556a.rst deleted file mode 100644 index 711ab1d2f6..0000000000 --- a/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/2n-clx-cx556a.rst +++ /dev/null @@ -1,104 +0,0 @@ - -.. 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> - -2n-clx-cx556a -~~~~~~~~~~~~~ - -CSIT source code for the test cases used for plots can be found in -`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls2001>`_. - -.. raw:: latex - - \clearpage - -64b-2t1c-base -------------- - -.. raw:: html - - <center> - <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat} - \label{fig:2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base -------------- - -.. raw:: html - - <center> - <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat} - \label{fig:2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-8t4c-base -------------- - -.. raw:: html - - <center> - <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat} - \label{fig:2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat} - \end{figure} diff --git a/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/index.rst b/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/index.rst index cbfeb0468e..8a03ca94bf 100644 --- a/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/hdrh_packet_latency_graphs/index.rst @@ -29,6 +29,5 @@ skx, 2n-clx. 3n-skx-x710 2n-clx-xxv710 2n-clx-x710 - 2n-clx-cx556a 3n-hsw-xl710 3n-hsw-x710 diff --git a/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/2n-clx-cx556a.rst b/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/2n-clx-cx556a.rst deleted file mode 100644 index 990fb4c355..0000000000 --- a/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/2n-clx-cx556a.rst +++ /dev/null @@ -1,104 +0,0 @@ - -.. 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> - -2n-clx-cx556a -~~~~~~~~~~~~~ - -CSIT source code for the test cases used for plots can be found in -`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls2001>`_. - -.. raw:: latex - - \clearpage - -64b-2t1c-base -------------- - -.. raw:: html - - <center> - <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat-percentile.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat-percentile} - \label{fig:2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat-percentile} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base -------------- - -.. raw:: html - - <center> - <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat-percentile.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat-percentile} - \label{fig:2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat-percentile} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-8t4c-base -------------- - -.. raw:: html - - <center> - <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat-percentile.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat-percentile} - \label{fig:2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat-percentile} - \end{figure} diff --git a/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/index.rst b/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/index.rst index 2316c82b77..e34d516015 100644 --- a/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/hdrh_packet_latency_percentile_graphs/index.rst @@ -29,6 +29,5 @@ skx, 2n-clx. 3n-skx-x710 2n-clx-xxv710 2n-clx-x710 - 2n-clx-cx556a 3n-hsw-xl710 3n-hsw-x710 diff --git a/docs/report/dpdk_performance_tests/packet_latency_graphs/2n-clx-cx556a.rst b/docs/report/dpdk_performance_tests/packet_latency_graphs/2n-clx-cx556a.rst deleted file mode 100644 index 812a75aadf..0000000000 --- a/docs/report/dpdk_performance_tests/packet_latency_graphs/2n-clx-cx556a.rst +++ /dev/null @@ -1,107 +0,0 @@ - -.. 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> - -2n-clx-cx556a -~~~~~~~~~~~~~ - -This section includes summary graphs of Phy-to-Phy performance with packet -routed forwarding measured at 100% of discovered NDR throughput rate. - -CSIT source code for the test cases used for plots can be found in -`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls2001>`_. - -.. raw:: latex - - \clearpage - -64b-2t1c-base -------------- - -.. raw:: html - - <center> - <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-2t1c-base-ndr-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-2t1c-base-ndr-lat} - \label{fig:2n-clx-cx556a-64b-2t1c-base-ndr-lat} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base -------------- - -.. raw:: html - - <center> - <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-4t2c-base-ndr-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-4t2c-base-ndr-lat} - \label{fig:2n-clx-cx556a-64b-4t2c-base-ndr-lat} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-8t4c-base -------------- - -.. raw:: html - - <center> - <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-8t4c-base-ndr-lat.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-8t4c-base-ndr-lat} - \label{fig:2n-clx-cx556a-64b-8t4c-base-ndr-lat} - \end{figure} diff --git a/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst b/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst index af647cac6a..70a255e1e2 100644 --- a/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/packet_latency_graphs/index.rst @@ -55,6 +55,5 @@ Additional information about graph data: 3n-skx-x710 2n-clx-xxv710 2n-clx-x710 - 2n-clx-cx556a 3n-hsw-xl710 3n-hsw-x710 diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-clx-cx556a.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-clx-cx556a.rst deleted file mode 100644 index db8321f02a..0000000000 --- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/2n-clx-cx556a.rst +++ /dev/null @@ -1,125 +0,0 @@ - -.. 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> - -2n-clx-cx556a -~~~~~~~~~~~~~ - -Following sections include summary graphs of Phy-to-Phy performance with -packet routed forwarding, including NDR throughput (zero packet loss) -and PDR throughput (<0.5% packet loss). - -CSIT source code for the test cases used for plots can be found in -`CSIT git repository <https://git.fd.io/csit/tree/tests/dpdk/perf?h=rls2001>`_. - -.. raw:: latex - - \clearpage - -64b-2t1c-base -------------- - -.. raw:: html - - <center> - <iframe id="01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-2t1c-base-ndr.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-2t1c-base-ndr} - \label{fig:2n-clx-cx556a-64b-2t1c-base-ndr} - \end{figure} - -.. raw:: latex - - \clearpage - -.. raw:: html - - <center> - <iframe id="02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-2t1c-base-pdr.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-2t1c-base-pdr} - \label{fig:2n-clx-cx556a-64b-2t1c-base-pdr} - \end{figure} - -.. raw:: latex - - \clearpage - -64b-4t2c-base -------------- - -.. raw:: html - - <center> - <iframe id="03" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-4t2c-base-ndr.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-4t2c-base-ndr} - \label{fig:2n-clx-cx556a-64b-4t2c-base-ndr} - \end{figure} - -.. raw:: latex - - \clearpage - -.. raw:: html - - <center> - <iframe id="04" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/dpdk/2n-clx-cx556a-64b-4t2c-base-pdr.html"></iframe> - <p><br></p> - </center> - -.. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_build/_static/dpdk/}} - \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{2n-clx-cx556a-64b-4t2c-base-pdr} - \label{fig:2n-clx-cx556a-64b-4t2c-base-pdr} - \end{figure} diff --git a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst index 0f76b42d78..b06af95e67 100644 --- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst @@ -63,6 +63,5 @@ Additional information about graph data: 3n-skx-x710 2n-clx-xxv710 2n-clx-x710 - 2n-clx-cx556a 3n-hsw-xl710 3n-hsw-x710 |