aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-09 10:16:34 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-09 10:38:16 +0000
commit1c207fa820cc52be70737b61090287b0eb7030af (patch)
treea4055bd9d718975979f6f3a87da0b32ae765c043 /docs
parent0bc47f9db5dd143e79e384ba04400138dd0fe033 (diff)
Report: Remove Ligato
Change-Id: Ia530ef2fb21968852a5366a1bf1c4d0521002c5b Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/report/csit_framework_documentation/csit_design.rst1
-rw-r--r--docs/report/index.html.template5
-rw-r--r--docs/report/introduction/introduction.rst6
-rw-r--r--docs/report/introduction/methodology.rst2
-rw-r--r--docs/report/introduction/test_scenarios_overview.rst11
-rw-r--r--docs/report/vpp_performance_tests/packet_latency_graphs/index.rst2
-rw-r--r--docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst4
-rw-r--r--docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst4
8 files changed, 17 insertions, 18 deletions
diff --git a/docs/report/csit_framework_documentation/csit_design.rst b/docs/report/csit_framework_documentation/csit_design.rst
index 418850f5d5..43dfc343de 100644
--- a/docs/report/csit_framework_documentation/csit_design.rst
+++ b/docs/report/csit_framework_documentation/csit_design.rst
@@ -108,7 +108,6 @@ A brief bottom-up description is provided here:
- DPDK-Testpmd;
- DPDK-L3Fwd;
- Honeycomb;
- - VPP Container K8s orchestrated topologies;
- Tools:
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index f9fd527e84..591be4c8dc 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -94,13 +94,13 @@ CSIT-1904
detailed_test_results/vpp_performance_results/index
detailed_test_results/vpp_mrr_results/index
- detailed_test_results/cot_performance_results/index
detailed_test_results/dpdk_performance_results/index
detailed_test_results/vpp_functional_results/index
detailed_test_results/vpp_device_results_ubuntu/index
detailed_test_results/honeycomb_functional_results/index
detailed_test_results/dmm_functional_results/index
..
+ detailed_test_results/cot_performance_results/index
detailed_test_results/nshsfc_functional_results/index
.. toctree::
@@ -109,9 +109,10 @@ CSIT-1904
test_configuration/vpp_performance_configuration/index
test_configuration/vpp_mrr_configuration/index
- test_configuration/cot_performance_configuration/index
test_configuration/vpp_functional_configuration/index
test_configuration/vpp_device_configuration_ubuntu/index
+..
+ test_configuration/cot_performance_configuration/index
.. toctree::
:maxdepth: 2
diff --git a/docs/report/introduction/introduction.rst b/docs/report/introduction/introduction.rst
index e9e69359bd..1ed69aaa3f 100644
--- a/docs/report/introduction/introduction.rst
+++ b/docs/report/introduction/introduction.rst
@@ -40,8 +40,7 @@ available for download.
- **Throughput Trending**: References to continuous VPP performance
trending.
- **Test Environment**: Performance test environment configuration.
- - **Documentation**: Documentation of K8s Pod/Container orchestration
- in CSIT and pointers to CSIT source code documentation for VPP
+ - **Documentation**: Pointers to CSIT source code documentation for VPP
performance tests.
#. DPDK PERFORMANCE: DPDK performance tests executed in physical
@@ -110,8 +109,6 @@ available for download.
- **VPP Performance NDR/PDR**: VPP NDR/PDR throughput and latency.
- **VPP Performance MRR**: VPP MRR throughput.
- - **VPP K8s Container Memif**: VPP K8s Container/Pod topologies
- NDR/PDR throughput.
- **DPDK Performance**: DPDK Testpmd and L3fwd NDR/PDR throughput
and latency.
- **VPP Functional**: Detailed VPP functional results.
@@ -124,7 +121,6 @@ available for download.
- **VPP Performance NDR/PDR**: Configuration data.
- **VPP Performance MRR**: Configuration data.
- - **VPP K8s Container Memif**: Configuration data.
- **VPP Functional**: Configuration data.
#. TEST OPERATIONAL DATA: VPP DUT operational data auto-generated
diff --git a/docs/report/introduction/methodology.rst b/docs/report/introduction/methodology.rst
index 45cd6bc598..37ff946ff7 100644
--- a/docs/report/introduction/methodology.rst
+++ b/docs/report/introduction/methodology.rst
@@ -18,11 +18,11 @@ Test Methodology
methodology_vpp_startup_settings
methodology_kvm_vms_vhost_user
methodology_lxc_drc_container_memif
- methodology_k8s_container_memif
methodology_nfv_service_density
methodology_vpp_device_functional
methodology_ipsec_on_intel_qat
methodology_trex_traffic_generator
..
+ methodology_k8s_container_memif
methodology_http_tcp_with_wrk_tool
diff --git a/docs/report/introduction/test_scenarios_overview.rst b/docs/report/introduction/test_scenarios_overview.rst
index 2bf066e829..58af206b7d 100644
--- a/docs/report/introduction/test_scenarios_overview.rst
+++ b/docs/report/introduction/test_scenarios_overview.rst
@@ -35,12 +35,6 @@ Brief overview of test scenarios covered in this report:
run across a range of configurations. TRex is used as a traffic
generator.
-#. **K8s Container/Pod Topologies Performance**: VPP container
- performance tests using memif for interconnecting VPP-in-
- Container/Pod instances orchestrated by K8s integrated with `Ligato
- <https://github.com/ligato>`_ for container networking. TRex is
- used as a traffic generator.
-
#. **DPDK Performance**: VPP uses DPDK to drive the NICs and physical
interfaces. DPDK performance tests are used as a baseline to
profile performance of the DPDK sub-system. Two DPDK applications
@@ -66,6 +60,11 @@ Brief overview of test scenarios covered in this report:
stack.
..
+ #. **K8s Container/Pod Topologies Performance**: VPP container
+ performance tests using memif for interconnecting VPP-in-
+ Container/Pod instances orchestrated by K8s integrated with `Ligato
+ <https://github.com/ligato>`_ for container networking. TRex is
+ used as a traffic generator.
#. **NSH_SFC Functional**: NSH_SFC functional tests are executed in
virtual FD.io testbeds focusing on VPP nsh-plugin data plane
functionality. Scapy is used as a traffic generator.
diff --git a/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst b/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst
index 912b499327..73798a5f1f 100644
--- a/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst
+++ b/docs/report/vpp_performance_tests/packet_latency_graphs/index.rst
@@ -55,8 +55,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
..
+ container_orchestrated
vts
diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
index 4dea96f575..48f66d1b78 100644
--- a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
+++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
@@ -65,6 +65,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
vts
+
+..
+ container_orchestrated
diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
index b3504010f3..f31bfe6012 100644
--- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
+++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
@@ -55,6 +55,8 @@ Additional information about graph data:
ip6_tunnels
vm_vhost
container_memif
- container_orchestrated
ipsec
vts
+
+..
+ container_orchestrated