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 | |
parent | f4468158296209fe591a14e95ee7e57fef9dc208 (diff) |
Report: Remove cx556a from DPDK
Change-Id: I19f87dc6608dab684663174d541dfcee47e045da
Signed-off-by: Tibor Frank <tifrank@cisco.com>
9 files changed, 0 insertions, 608 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 diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 2dbf0a5e5a..cd604abf98 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -22207,56 +22207,6 @@ title: "2n-clx-x710-64b-4t2c-base-pdr" layout: "plot-throughput" -# 2n-clx-cx556a - -- type: "plot" - title: "DPDK Throughput: 2n-clx-cx556a-64b-2t1c-base-ndr" - algorithm: "plot_perf_box_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-2t1c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-2t1c-base-ndr" - layout: "plot-throughput" - -- type: "plot" - title: "DPDK Throughput: 2n-clx-cx556a-64b-4t2c-base-ndr" - algorithm: "plot_perf_box_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-4t2c-base-ndr" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-4t2c-base-ndr" - layout: "plot-throughput" - -- type: "plot" - title: "DPDK Throughput: 2n-clx-cx556a-64b-2t1c-base-pdr" - algorithm: "plot_perf_box_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-2t1c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-2t1c-base-pdr" - layout: "plot-throughput" - -- type: "plot" - title: "DPDK Throughput: 2n-clx-cx556a-64b-4t2c-base-pdr" - algorithm: "plot_perf_box_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-4t2c-base-pdr" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-4t2c-base-pdr" - layout: "plot-throughput" - ################################################################################ # Packet Latency - DPDK @@ -22337,44 +22287,6 @@ title: "2n-clx-x710-64b-8t4c-base-ndr" layout: "plot-latency" -# 2n-clx-cx556a - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-2t1c-base-ndr-lat" - algorithm: "plot_lat_err_bars_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-2t1c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-2t1c-base-ndr" - layout: "plot-latency" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-4t2c-base-ndr-lat" - algorithm: "plot_lat_err_bars_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-4t2c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-4t2c-base-ndr" - layout: "plot-latency" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-8t4c-base-ndr-lat" - algorithm: "plot_lat_err_bars_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-8t4c-base-ndr-lat" - data: "plot-dpdk-throughput-latency-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - title: "2n-clx-cx556a-64b-8t4c-base-ndr" - layout: "plot-latency" - ################################################################################ # HDRHistogram Packet Latency - DPDK @@ -22455,44 +22367,6 @@ layout: layout: "plot-hdrh-latency" -# 2n-clx-cx556a - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat" - graph-title: "2n-clx-cx556a-64b-2t1c-base-ndr" - algorithm: "plot_lat_hdrh_bar_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat" - graph-title: "2n-clx-cx556a-64b-4t2c-base-ndr" - algorithm: "plot_lat_hdrh_bar_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat" - graph-title: "2n-clx-cx556a-64b-8t4c-base-ndr" - algorithm: "plot_lat_hdrh_bar_name" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency" - ################################################################################ # HDRHistogram Packet Latency Percentile 1C @@ -26029,44 +25903,6 @@ layout: layout: "plot-hdrh-latency-percentile" -# 2n-clx-cx556a - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat-percentile" - graph-title: "2n-clx-cx556a-64b-2t1c-base-ndr" - algorithm: "plot_lat_hdrh_percentile" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-2t1c-base-ndr-hdrh-lat-percentile" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency-percentile" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat-percentile" - graph-title: "2n-clx-cx556a-64b-4t2c-base-ndr" - algorithm: "plot_lat_hdrh_percentile" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-4t2c-base-ndr-hdrh-lat-percentile" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency-percentile" - -- type: "plot" - title: "Latency: 2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat-percentile" - graph-title: "2n-clx-cx556a-64b-8t4c-base-ndr" - algorithm: "plot_lat_hdrh_percentile" - output-file: "{DIR[STATIC,DPDK]}/2n-clx-cx556a-64b-8t4c-base-ndr-hdrh-lat-percentile" - data: "plot-dpdk-hdrh-lat-2n-clx" - include: - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr" - - "tests.dpdk.perf.2n1l-100ge2p1cx556a-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr" - layout: - layout: "plot-hdrh-latency-percentile" - ################################################################################ - type: "plot" |