diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2021-01-15 13:09:43 +0100 |
---|---|---|
committer | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2021-01-15 15:24:19 +0100 |
commit | 7f0abbb8f56342fc09b09beb47661f4d55b7eb62 (patch) | |
tree | 16537ed6fc0876dd62c6047be0e88fa9c4cf126d /docs/report/dpdk_performance_tests | |
parent | 6962831a1f1905e50a3d663c0cf3ce8c2873ecc9 (diff) |
Report: add 2n-tx2 static content
Change-Id: I476ac52d64999f6d3ca3ee726f018f36693ac921
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'docs/report/dpdk_performance_tests')
5 files changed, 13 insertions, 4 deletions
diff --git a/docs/report/dpdk_performance_tests/comparisons/current_vs_previous_release.rst b/docs/report/dpdk_performance_tests/comparisons/current_vs_previous_release.rst index a7ca2f095c..bf59bb2bea 100644 --- a/docs/report/dpdk_performance_tests/comparisons/current_vs_previous_release.rst +++ b/docs/report/dpdk_performance_tests/comparisons/current_vs_previous_release.rst @@ -23,7 +23,7 @@ values. `FD.io test executor dpdk performance job 2n-skx`_, `FD.io test executor dpdk performance job 2n-clx`_, `FD.io test executor dpdk performance job 2n-zn2`_, - `FD.io test executor dpdk performance job 2n-tsh`_, + `FD.io test executor dpdk performance job 3n-tsh`_, with RF result files csit-dpdk-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. diff --git a/docs/report/dpdk_performance_tests/csit_release_notes.rst b/docs/report/dpdk_performance_tests/csit_release_notes.rst index a0ae239b23..6110dd40e5 100644 --- a/docs/report/dpdk_performance_tests/csit_release_notes.rst +++ b/docs/report/dpdk_performance_tests/csit_release_notes.rst @@ -11,6 +11,9 @@ Changes in |csit-release| - **AMD 2n-zn2 testbed**: New physical testbed type installed in FD.io CSIT, with DPDK performance data added to this report. + - **AMD 2n-tx2 testbed**: New physical testbed type installed in + FD.io CSIT, with DPDK performance data added to this report. + #. DPDK RELEASE VERSION CHANGE - |csit-release| tested |dpdk-release|, as used by |vpp-release|. diff --git a/docs/report/dpdk_performance_tests/packet_latency/index.rst b/docs/report/dpdk_performance_tests/packet_latency/index.rst index 3232a8be6b..655773c8cf 100644 --- a/docs/report/dpdk_performance_tests/packet_latency/index.rst +++ b/docs/report/dpdk_performance_tests/packet_latency/index.rst @@ -9,7 +9,7 @@ Packet Latency DPDK Testpmd and L3fwd latency results are generated based on the test data obtained from |csit-release| NDR-PDR throughput tests executed across physical testbeds hosted in LF FD.io labs: 3n-hsw, 3n-skx, 2n- -skx, 2n-clx, 3n-dnv, 2n-dnv, 3n-tsh. +skx, 2n-clx, 3n-dnv, 2n-dnv, 3n-tsh, 2n-tx2. Latency by percentile distribution plots are used to show packet latency percentiles at different packet rate load levels: i) No-Load latency @@ -37,8 +37,9 @@ Additional information about graph data: `FD.io test executor dpdk performance job 2n-clx`_, `FD.io test executor dpdk performance job 3n-skx`_, `FD.io test executor dpdk performance job 2n-zn2`_, - `FD.io test executor dpdk performance job 3n-hsw`_ and - `FD.io test executor dpdk performance job 3n-tsh`_ with RF + `FD.io test executor dpdk performance job 3n-hsw`_, + `FD.io test executor dpdk performance job 3n-tsh`_ and + `FD.io test executor dpdk performance job 2n-tx2`_ with RF result files csit-dpdk-perf-|srelease|-\*.zip `archived here <../../_static/archive/>`_. @@ -51,3 +52,4 @@ Additional information about graph data: 2n-zn2-xxv710 3n-hsw-xl710 3n-tsh-x520 + 2n-tx2-xl710 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 8758088ef8..a2ffba9b5a 100644 --- a/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst +++ b/docs/report/dpdk_performance_tests/packet_throughput_graphs/index.rst @@ -50,6 +50,7 @@ Additional information about graph data: `FD.io test executor dpdk performance job 2n-zn2`_, `FD.io test executor dpdk performance job 3n-hsw`_, `FD.io test executor dpdk performance job 3n-tsh`_, + `FD.io test executor dpdk performance job 2n-tx2`_, `FD.io test executor dpdk performance job 2n-dnv`_ and `FD.io test executor dpdk performance job 3n-dnv`_ with RF result files csit-dpdk-perf-|srelease|-\*.zip @@ -72,6 +73,7 @@ Additional information about graph data: 3n-hsw-xl710 3n-hsw-x710 3n-tsh-x520 + 2n-tx2-xl710 .. 2n-dnv-x553 diff --git a/docs/report/dpdk_performance_tests/test_environment.rst b/docs/report/dpdk_performance_tests/test_environment.rst index a910632ccf..194b28ed58 100644 --- a/docs/report/dpdk_performance_tests/test_environment.rst +++ b/docs/report/dpdk_performance_tests/test_environment.rst @@ -60,3 +60,5 @@ Startup command template: .. include:: ../introduction/test_environment_sut_calib_dnv.rst .. include:: ../introduction/test_environment_sut_calib_tsh.rst + +.. include:: ../introduction/test_environment_sut_calib_tx2.rst |