aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-03 13:42:06 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-04 15:10:21 +0000
commitc0b4ed158de692a1313777009a55bc6896b9449c (patch)
treea31befd1278c5b771f58066196193c0b3de96c86 /docs
parent3e7372173c48b9b14878022f090b4ddd9b07ddb2 (diff)
Report: Add Soak tests
Change-Id: I8e5ae26209358d676d1beb758d97a3bfe3a22675 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 96c041ab6ab282ae07c10db1bd7383d63ab7def4)
Diffstat (limited to 'docs')
-rw-r--r--docs/report/index.html.template4
-rw-r--r--docs/report/introduction/report_history.rst2
-rw-r--r--docs/report/vpp_performance_tests/comparisons/index.rst14
-rw-r--r--docs/report/vpp_performance_tests/comparisons/soak_vs_ndr.rst19
-rw-r--r--docs/report/vpp_performance_tests/index.rst4
5 files changed, 20 insertions, 23 deletions
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index 64312906c2..c89f7525c7 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -20,6 +20,7 @@ CSIT-2001
vpp_performance_tests/packet_throughput_graphs/index
vpp_performance_tests/throughput_speedup_multi_core/index
vpp_performance_tests/packet_latency/index
+ vpp_performance_tests/soak_tests/index
vpp_performance_tests/reconf_tests/index
vpp_performance_tests/nf_service_density/index
vpp_performance_tests/hoststack_testing/index
@@ -28,9 +29,6 @@ CSIT-2001
vpp_performance_tests/test_environment
vpp_performance_tests/documentation/index
-..
- vpp_performance_tests/soak_tests/index
-
.. toctree::
:maxdepth: 2
:caption: DPDK Performance
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 0bbd832ad1..bac932a876 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -29,6 +29,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
| | |
| | 5. Added TCP/IP tests |
| | |
+| | 6. Added Soak tests |
+| | |
+----------------+------------------------------------------------------------+
| .09 | 1. Added data: |
| | |
diff --git a/docs/report/vpp_performance_tests/comparisons/index.rst b/docs/report/vpp_performance_tests/comparisons/index.rst
index 79b103e117..b384fb0f0c 100644
--- a/docs/report/vpp_performance_tests/comparisons/index.rst
+++ b/docs/report/vpp_performance_tests/comparisons/index.rst
@@ -8,23 +8,11 @@
Comparisons
===========
-..
- // Alternative Note for 1st Bullet when bad microcode Skx, Clx results are published
- note::
- VPP throughput drop in the current release in comparison to previous
- releases **on Intel Xeon 2n-skx, 3n-skx and 2n-clx testbeds**: VPP
- performance test data shows lower performance and behaviour
- inconsistency of these systems following the recent upgrade of
- processor microcode packages (skx ucode 0x2000064, clx ucode
- 0x500002c) as part of updating Ubuntu 18.04 LTS kernel version.
- Tested VPP and DPDK applications (L3fwd) are affected. Skx and Clx
- test data will be corrected in subsequent maintenance report
- version(s) once the issue is resolved. See :ref:`vpp_known_issues`.
-
.. toctree::
current_vs_previous_release
2n-clx_vs_3n-hsw_testbeds
+ soak_vs_ndr
..
3n-skx_vs_3n-hsw_testbeds
diff --git a/docs/report/vpp_performance_tests/comparisons/soak_vs_ndr.rst b/docs/report/vpp_performance_tests/comparisons/soak_vs_ndr.rst
index 4e188eb61c..daf62cc0b7 100644
--- a/docs/report/vpp_performance_tests/comparisons/soak_vs_ndr.rst
+++ b/docs/report/vpp_performance_tests/comparisons/soak_vs_ndr.rst
@@ -1,4 +1,4 @@
-_`soak vs ndr comparison`:
+.. _`soak vs ndr comparison`:
Soak Tests vs. NDR Tests
------------------------
@@ -10,11 +10,22 @@ in 1-core configurations.
.. note::
Test results have been generated by
- `FD.io test executor vpp performance job 2n-skx`_
+ `FD.io test executor vpp performance job 2n-skx`_,
+ `FD.io test executor vpp performance job 2n-clx`_
with RF result files csit-vpp-perf-|srelease|-\*.zip
`archived here <../../_static/archive/>`_.
Comparison tables in ASCII and CSV formats:
- - `ASCII Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-skx.txt>`_
- - `CSV Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-skx.csv>`_
+..
+ 2n-skx
+ ~~~~~~
+
+ - `ASCII Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-skx.txt>`_
+ - `CSV Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-skx.csv>`_
+
+2n-clx
+~~~~~~
+
+ - `ASCII Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-clx.txt>`_
+ - `CSV Soak vs. NDR comparison <../../_static/vpp/soak-vs-ndr-2n-clx.csv>`_
diff --git a/docs/report/vpp_performance_tests/index.rst b/docs/report/vpp_performance_tests/index.rst
index 2ddf9c8d82..22177eaf9e 100644
--- a/docs/report/vpp_performance_tests/index.rst
+++ b/docs/report/vpp_performance_tests/index.rst
@@ -8,6 +8,7 @@ VPP Performance
packet_throughput_graphs/index
throughput_speedup_multi_core/index
packet_latency/index
+ soak_tests/index
reconf_tests/index
nf_service_density/index
hoststack_testing/index
@@ -15,6 +16,3 @@ VPP Performance
throughput_trending
test_environment
documentation/index
-
-..
- soak_tests/index