aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-06-21 08:38:22 +0000
committerTibor Frank <tifrank@cisco.com>2023-06-21 08:39:24 +0000
commitea81830e9d656edf42844526d0a50533ff3c41ce (patch)
tree2821d63707c4c300e602700e84cb3fd576801597
parent8afd950081f59445be3be5f21a8a496b4fe42ad2 (diff)
C-Docs: Fix internal links
Change-Id: I2843788e91d16ce2b7a2283817bf3f44421aca67 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/content/_index.md65
-rw-r--r--docs/content/infrastructure/testbed_configuration/_index.md14
-rw-r--r--docs/content/methodology/measurements/_index.md6
-rw-r--r--docs/content/methodology/measurements/data_plane_throughput/_index.md8
-rw-r--r--docs/content/methodology/overview/_index.md12
-rw-r--r--docs/content/methodology/test/_index.md20
-rw-r--r--docs/content/methodology/test/hoststack/_index.md8
-rw-r--r--docs/content/methodology/trending/_index.md4
-rw-r--r--docs/content/overview/c_dash/_index.md4
-rw-r--r--docs/content/overview/csit/_index.md10
-rw-r--r--docs/content/release_notes/csit_rls2306/_index.md8
-rw-r--r--docs/content/release_notes/previous/_index.md2
-rw-r--r--docs/content/release_notes/previous/csit_rls2302/_index.md8
13 files changed, 85 insertions, 84 deletions
diff --git a/docs/content/_index.md b/docs/content/_index.md
index 42f0418f81..9c09aa81ed 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -6,43 +6,44 @@ type: "docs"
# Documentation Structure
1. OVERVIEW: General introduction to CSIT Performance Dashboard and CSIT itself.
- - **[CSIT-Dash](overview/c_dash)**: The design and the structure of
- CSIT-Dash dashboard.
- - **[CSIT](overview/csit)**: The design of the [FD.io](https://fd.io/)
- CSIT system, and the description of the test scenarios, test naming and
- test tags.
-2. METHODOLOGY
- - **[Overview](methodology/overview)**: Terminology, per-thread
- resources, multi-core speedup, VPP forwarding modes and DUT state
- considerations.
- - **[Measurement](methodology/measurements)**: Data plane throughput, packet
- latency and the telemetry.
- - **[Test](methodology/test)**: Methodology of all tests used in CSIT.
- - **[Trending](methodology/trending)**: A high-level design of a system for
- continuous performance measuring, trending and change detection for FD.io
- VPP SW data plane (and other performance tests run within CSIT
- sub-project).
- - **[Per-patch Testing](methodology/per_patch_testing)**: A methodology
- similar to trending analysis is used for comparing performance before a DUT
- code change is merged.
-3. RELEASE NOTES: Performance tests executed in physical FD.io testbeds.
- - **[CSIT rls2306](release_notes/csit_rls2306)**: The release notes of the
- current CSIT release.
- - **[Previous](release_notes/previous)**: Archived release notes for the past
- releases.
-4. INFRASTRUCTURE
- - **[FD.io DC Vexxhost Inventory](infrastructure/fdio_dc_vexxhost_inventory)**:
+ - **[CSIT-Dash]({{< relref "/overview/c_dash/" >}})**: The design and the
+ structure of CSIT-Dash dashboard.
+ - **[CSIT]({{< relref "/overview/csit/" >}})**: The design of the
+ [FD.io](https://fd.io/) CSIT system, and the description of the test
+ scenarios, test naming and test tags.
+1. METHODOLOGY
+ - **[Overview]({{< relref "/methodology/overview/" >}})**: Terminology,
+ per-thread resources, multi-core speedup, VPP forwarding modes and DUT
+ state considerations.
+ - **[Measurement]({{< relref "/methodology/measurements/" >}})**: Data plane
+ throughput, packet latency and the telemetry.
+ - **[Test]({{< relref "/methodology/test/" >}})**: Methodology of all tests
+ used in CSIT.
+ - **[Trending]({{< relref "/methodology/trending/" >}})**: A high-level
+ design of a system for continuous performance measuring, trending and
+ change detection for FD.io VPP SW data plane (and other performance tests
+ run within CSIT sub-project).
+ - **[Per-patch Testing]({{< relref "/methodology/per_patch_testing" >}})**:
+ A methodology similar to trending analysis is used for comparing
+ performance before a DUT code change is merged.
+2. RELEASE NOTES: Performance tests executed in physical FD.io testbeds.
+ - **[CSIT rls2306]({{< relref "/release_notes/csit_rls2306/" >}})**: The
+ release notes of the current CSIT release.
+ - **[Previous]({{< relref "/release_notes/previous/" >}})**: Archived release
+ notes for the past releases.
+3. INFRASTRUCTURE
+ - **[FD.io DC Vexxhost Inventory]({{< relref "/infrastructure/fdio_dc_vexxhost_inventory" >}})**:
Physical testbeds location.
- - **[FD.io DC Testbed Specifications](infrastructure/fdio_dc_testbed_specifications)**:
+ - **[FD.io DC Testbed Specifications]({{< relref "/infrastructure/fdio_dc_testbed_specifications" >}})**:
Specification of the physical testbed infrastructure.
- - **[FD.io DC Testbed Configuration](infrastructure/testbed_configuration)**:
+ - **[FD.io DC Testbed Configuration]({{< relref "/infrastructure/testbed_configuration/" >}})**:
Configuration of the physical testbed infrastructure.
- - **[FD.io CSIT Testbed Versioning](infrastructure/fdio_csit_testbed_versioning)**:
+ - **[FD.io CSIT Testbed Versioning]({{< relref "/infrastructure/fdio_csit_testbed_versioning" >}})**:
CSIT test environment versioning to track modifications of the test
environment.
- - **[FD.io CSIT Logical Topologies](infrastructure/fdio_csit_logical_topologies)**:
+ - **[FD.io CSIT Logical Topologies]({{< relref "/infrastructure/fdio_csit_logical_topologies" >}})**:
CSIT performance tests are executed on physical testbeds. Based on the
packet path thru server SUTs, three distinct logical topology types are
used for VPP DUT data plane testing.
- - **[VPP Startup Settings](infrastructure/vpp_startup_settings)**: List of
- common settings applied to all tests and test dependent settings.
+ - **[VPP Startup Settings]({{< relref "/infrastructure/vpp_startup_settings" >}})**:
+ List of common settings applied to all tests and test dependent settings.
diff --git a/docs/content/infrastructure/testbed_configuration/_index.md b/docs/content/infrastructure/testbed_configuration/_index.md
index 25ec487dbd..50159f05d6 100644
--- a/docs/content/infrastructure/testbed_configuration/_index.md
+++ b/docs/content/infrastructure/testbed_configuration/_index.md
@@ -7,10 +7,10 @@ weight: 3
# FD.io DC Testbed Configuration
-- [GigaByte ThunderX2](gigabyte_tx2_hw_bios_cfg)
-- [Huawei Taishan](huawei_tsh_hw_bios_cfg)
-- [MegaRac Altra](ami_alt_hw_bios_cfg)
-- [SuperMicro Cascadelake](sm_clx_hw_bios_cfg)
-- [SuperMicro EPYC Zen2](sm_zn2_hw_bios_cfg)
-- [SuperMicro Icelake](sm_icx_hw_bios_cfg)
-- [SuperMicro SapphireRapids](sm_spr_hw_bios_cfg)
+- [GigaByte ThunderX2]({{< relref "/infrastructure/testbed_configuration/gigabyte_tx2_hw_bios_cfg" >}})
+- [Huawei Taishan]({{< relref "/infrastructure/testbed_configuration/huawei_tsh_hw_bios_cfg" >}})
+- [MegaRac Altra]({{< relref "/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg" >}})
+- [SuperMicro Cascadelake]({{< relref "/infrastructure/testbed_configuration/sm_clx_hw_bios_cfg" >}})
+- [SuperMicro EPYC Zen2]({{< relref "/infrastructure/testbed_configuration/sm_zn2_hw_bios_cfg" >}})
+- [SuperMicro Icelake]({{< relref "/infrastructure/testbed_configuration/sm_icx_hw_bios_cfg" >}})
+- [SuperMicro SapphireRapids]({{< relref "/infrastructure/testbed_configuration/sm_spr_hw_bios_cfg" >}})
diff --git a/docs/content/methodology/measurements/_index.md b/docs/content/methodology/measurements/_index.md
index 4e4a7aa034..21176fef80 100644
--- a/docs/content/methodology/measurements/_index.md
+++ b/docs/content/methodology/measurements/_index.md
@@ -7,6 +7,6 @@ weight: 2
# Measurement
-- [Data Plane Throughput](data_plane_throughput)
-- [Packet Latency](packet_latency)
-- [Telemetry](telemetry)
+- [Data Plane Throughput]({{< relref "/methodology/measurements/data_plane_throughput" >}})
+- [Packet Latency]({{< relref "/methodology/measurements/packet_latency" >}})
+- [Telemetry]({{< relref "/methodology/measurements/telemetry" >}})
diff --git a/docs/content/methodology/measurements/data_plane_throughput/_index.md b/docs/content/methodology/measurements/data_plane_throughput/_index.md
index 89d5d6b63d..30b55f149d 100644
--- a/docs/content/methodology/measurements/data_plane_throughput/_index.md
+++ b/docs/content/methodology/measurements/data_plane_throughput/_index.md
@@ -7,7 +7,7 @@ weight: 1
# Data Plane Throughput
-- [Overview](data_plane_throughput)
-- [MLR Search](mlr_search)
-- [PLR Search](plr_search)
-- [MRR](mrr)
+- [Overview]({{< relref "/methodology/measurements/data_plane_throughput/data_plane_throughput" >}})
+- [MLR Search]({{< relref "/methodology/measurements/data_plane_throughput/mlr_search" >}})
+- [PLR Search]({{< relref "/methodology/measurements/data_plane_throughput/plr_search" >}})
+- [MRR]({{< relref "/methodology/measurements/data_plane_throughput/mrr" >}}) \ No newline at end of file
diff --git a/docs/content/methodology/overview/_index.md b/docs/content/methodology/overview/_index.md
index d336361754..d7efd15d02 100644
--- a/docs/content/methodology/overview/_index.md
+++ b/docs/content/methodology/overview/_index.md
@@ -7,9 +7,9 @@ weight: 1
# Methodology
-- [Terminology](terminology)
-- [Per Thread Resources](per_thread_resources)
-- [Multi-Core Speedup](multi_core_speedup)
-- [VPP Forwarding Modes](vpp_forwarding_modes)
-- [DUT State Considerations](dut_state_considerations)
-- [TRex Traffic Generator](trex_traffic_generator)
+- [Terminology]({{< relref "/methodology/overview/terminology" >}})
+- [Per Thread Resources]({{< relref "/methodology/overview/per_thread_resources" >}})
+- [Multi-Core Speedup]({{< relref "/methodology/overview/multi_core_speedup" >}})
+- [VPP Forwarding Modes]({{< relref "/methodology/overview/vpp_forwarding_modes" >}})
+- [DUT State Considerations]({{< relref "/methodology/overview/dut_state_considerations" >}})
+- [TRex Traffic Generator]({{< relref "/methodology/overview/trex_traffic_generator" >}})
diff --git a/docs/content/methodology/test/_index.md b/docs/content/methodology/test/_index.md
index fc18b46a06..e9864ac28d 100644
--- a/docs/content/methodology/test/_index.md
+++ b/docs/content/methodology/test/_index.md
@@ -7,13 +7,13 @@ weight: 3
# Tests
-- [Network Address Translation](network_address_translation)
-- [Packet Flow Ordering](packet_flow_ordering)
-- [Tunnel Encapsulations](tunnel_encapsulations)
-- [Internet Protocol Security](internet_protocol_security)
-- [Access Control Lists](access_control_lists)
-- [Hoststack](hoststack)
-- [Generic Segmentation Offload](generic_segmentation_offload)
-- [Reconfiguration](reconfiguration)
-- [VPP Device](vpp_device)
-- [Reassembly](reassembly)
+- [Network Address Translation]({{< relref "/methodology/test/network_address_translation" >}})
+- [Packet Flow Ordering]({{< relref "/methodology/test/packet_flow_ordering" >}})
+- [Tunnel Encapsulations]({{< relref "/methodology/test/tunnel_encapsulations" >}})
+- [Internet Protocol Security]({{< relref "/methodology/test/internet_protocol_security" >}})
+- [Access Control Lists]({{< relref "/methodology/test/access_control_lists" >}})
+- [Hoststack]({{< relref "/methodology/test/hoststack/" >}})
+- [Generic Segmentation Offload]({{< relref "/methodology/test/generic_segmentation_offload" >}})
+- [Reconfiguration]({{< relref "/methodology/test/reconfiguration" >}})
+- [VPP Device]({{< relref "/methodology/test/vpp_device" >}})
+- [Reassembly]({{< relref "/methodology/test/reassembly" >}})
diff --git a/docs/content/methodology/test/hoststack/_index.md b/docs/content/methodology/test/hoststack/_index.md
index 61e290c2d6..6c0cb292fb 100644
--- a/docs/content/methodology/test/hoststack/_index.md
+++ b/docs/content/methodology/test/hoststack/_index.md
@@ -7,7 +7,7 @@ weight: 6
# Hoststack
-- [QUIC/UDP/IP with vpp_echo](quicudpip_with_vppecho)
-- [TCP/IP with iperf3](tcpip_with_iperf3)
-- [UDP/IP with iperf3](udpip_with_iperf3)
-- [VSAP ab with nginx](vsap_ab_with_nginx)
+- [QUIC/UDP/IP with vpp_echo]({{< relref "/methodology/test/hoststack/quicudpip_with_vppecho" >}})
+- [TCP/IP with iperf3]({{< relref "/methodology/test/hoststack/tcpip_with_iperf3" >}})
+- [UDP/IP with iperf3]({{< relref "/methodology/test/hoststack/udpip_with_iperf3" >}})
+- [VSAP ab with nginx]({{< relref "/methodology/test/hoststack/vsap_ab_with_nginx" >}})
diff --git a/docs/content/methodology/trending/_index.md b/docs/content/methodology/trending/_index.md
index 08765902cf..d1a57d7cb1 100644
--- a/docs/content/methodology/trending/_index.md
+++ b/docs/content/methodology/trending/_index.md
@@ -11,5 +11,5 @@ This document describes a high-level design of a system for continuous
performance measuring, trending and change detection for FD.io VPP SW
data plane (and other performance tests run within CSIT sub-project).
-- [Analysis](analysis)
-- [Presentation](presentation)
+- [Analysis]({{< relref "/methodology/trending/analysis" >}})
+- [Presentation]({{< relref "/methodology/trending/presentation" >}})
diff --git a/docs/content/overview/c_dash/_index.md b/docs/content/overview/c_dash/_index.md
index 43c5d2721d..8a473a34d0 100644
--- a/docs/content/overview/c_dash/_index.md
+++ b/docs/content/overview/c_dash/_index.md
@@ -7,5 +7,5 @@ weight: 1
# CSIT-Dash
-- [Design](design)
-- [Structure](structure)
+- [Design]({{< relref "/overview/c_dash/design" >}})
+- [Structure]({{< relref "/overview/c_dash/structure" >}})
diff --git a/docs/content/overview/csit/_index.md b/docs/content/overview/csit/_index.md
index b233dd5292..29f0164266 100644
--- a/docs/content/overview/csit/_index.md
+++ b/docs/content/overview/csit/_index.md
@@ -7,8 +7,8 @@ weight: 2
# CSIT
-- [Design](design)
-- [Test Scenarios](test_scenarios)
-- [Test Naming](test_naming)
-- [Test Tags](test_tags)
-- [Suite Generation](suite_generation)
+- [Design]({{< relref "/overview/csit/design" >}})
+- [Test Scenarios]({{< relref "/overview/csit/test_scenarios" >}})
+- [Test Naming]({{< relref "/overview/csit/test_naming" >}})
+- [Test Tags]({{< relref "/overview/csit/test_tags" >}})
+- [Suite Generation]({{< relref "/overview/csit/suite_generation" >}})
diff --git a/docs/content/release_notes/csit_rls2306/_index.md b/docs/content/release_notes/csit_rls2306/_index.md
index fe348c92bd..c2a1cbb0a9 100644
--- a/docs/content/release_notes/csit_rls2306/_index.md
+++ b/docs/content/release_notes/csit_rls2306/_index.md
@@ -7,7 +7,7 @@ weight: 1
# CSIT rls2306
-- [VPP Performance](vpp_performance)
-- [DPDK Performance](dpdk_performance)
-- [TRex Performance](trex_performance)
-- [VPP Device](vpp_device)
+- [VPP Performance]({{< relref "/release_notes/csit_rls2306/vpp_performance" >}})
+- [DPDK Performance]({{< relref "/release_notes/csit_rls2306/dpdk_performance" >}})
+- [TRex Performance]({{< relref "/release_notes/csit_rls2306/trex_performance" >}})
+- [VPP Device]({{< relref "/release_notes/csit_rls2306/vpp_device" >}})
diff --git a/docs/content/release_notes/previous/_index.md b/docs/content/release_notes/previous/_index.md
index 5e270d7d7a..601c7aa295 100644
--- a/docs/content/release_notes/previous/_index.md
+++ b/docs/content/release_notes/previous/_index.md
@@ -7,4 +7,4 @@ weight: 2
# Previous Releases
-- [CSIT rls2302](csit_rls2302)
+- [CSIT rls2302]({{< relref "/release_notes/previous/csit_rls2302" >}})
diff --git a/docs/content/release_notes/previous/csit_rls2302/_index.md b/docs/content/release_notes/previous/csit_rls2302/_index.md
index d859001ffa..9f193c5814 100644
--- a/docs/content/release_notes/previous/csit_rls2302/_index.md
+++ b/docs/content/release_notes/previous/csit_rls2302/_index.md
@@ -7,7 +7,7 @@ weight: 1
# CSIT rls2302
-- [VPP Performance](vpp_performance)
-- [DPDK Performance](dpdk_performance)
-- [TRex Performance](trex_performance)
-- [VPP Device](vpp_device)
+- [VPP Performance]({{< relref "/release_notes/previous/csit_rls2302/vpp_performance" >}})
+- [DPDK Performance]({{< relref "/release_notes/previous/csit_rls2302/dpdk_performance" >}})
+- [TRex Performance]({{< relref "/release_notes/previous/csit_rls2302/trex_performance" >}})
+- [VPP Device]({{< relref "/release_notes/previous/csit_rls2302/vpp_device" >}})