CSIT-1590: Performance comparison analysis
[csit.git] / docs / tag_documentation.rst
index fa5cd68..5c68858 100644 (file)
@@ -146,9 +146,13 @@ Scaling Tags
 
     Test with 1000 VXLAN tunnels.
 
-.. topic:: TNL_1000
+.. topic:: TNL_{t}
 
-    IPSec in tunnel mode - 1000 tunnels.
+    IPSec in tunnel mode - {t} tunnels.
+
+.. topic:: SRC_USER_1
+
+    Traffic flow with 1 unique IP (users) in one direction.
 
 .. topic:: SRC_USER_10
 
@@ -212,20 +216,37 @@ Performance Type Tags
     and reports total sent/received packets over trial duration.
     The result is an average of 10 trials of 1 second duration.
 
+.. topic:: SOAK
+
+    Performance tests using PLRsearch to find the critical load.
+
+.. topic:: RECONF
+
+    Performance tests aimed to measure lost packets (time) when performing
+    reconfiguration while full throughput offered load is applied.
+
 Ethernet Frame Size Tags
 ------------------------
 
+These are describing the traffic offered by Traffic Generator,
+"primary" traffic in case of asymmetric load.
+For traffic between DUTs, or for "secondary" traffic, see ${overhead} value.
+
 .. topic:: 64B
 
-    64B frames used for test.
+    64B frames used for test. Generic ethernet or IPv4.
 
 .. topic:: 78B
 
-    78B frames used for test.
+    78B frames used for test. Ipv6.
 
 .. topic:: 114B
 
-    114B frames used for test.
+    114B frames used for test. IPv4+vxlan.
+
+.. topic:: 118B
+
+    118B frames used for test. Dot1q+IPv4+vxlan.
 
 .. topic:: IMIX
 
@@ -329,25 +350,40 @@ NF Service Density Tags
 
 .. topic:: CHAIN
 
-   NF service density tests with VNF or CNF service chain topology(ies).
+    NF service density tests with VNF or CNF service chain topology(ies).
 
 .. topic:: PIPE
 
-   NF service density tests with CNF service pipeline topology(ies).
+    NF service density tests with CNF service pipeline topology(ies).
 
 .. topic:: NF_L3FWDIP4
 
-   NF service density tests with DPDK l3fwd IPv4 routing as NF workload.
+    NF service density tests with DPDK l3fwd IPv4 routing as NF workload.
 
 .. topic:: NF_VPPIP4
 
-   NF service density tests with VPP IPv4 routing as NF workload.
+    NF service density tests with VPP IPv4 routing as NF workload.
 
 .. topic:: {r}R{c}C
 
-   Service density matrix locator {r}R{c}C, {r}Row denoting number of
-   service instances, {c}Column denoting number of NFs per service
-   instance. {r}=(1,2,4,6,8,10), {c}=(1,2,4,6,8,10).
+    Service density matrix locator {r}R{c}C, {r}Row denoting number of
+    service instances, {c}Column denoting number of NFs per service
+    instance. {r}=(1,2,4,6,8,10), {c}=(1,2,4,6,8,10).
+
+.. topic:: {n}VM{t}T
+
+    Service density {n}VM{t}T, {n}Number of NF Qemu VMs, {t}Number of threads
+    per NF.
+
+.. topic:: {n}DCRt}T
+
+    Service density {n}DCR{t}T, {n}Number of NF Docker containers, {t}Number of
+    threads per NF.
+
+.. topic:: {n}_ADDED_CHAINS
+
+    {n}Number of chains (or pipelines) added (and/or removed)
+    during RECONF test.
 
 Forwarding Mode Tags
 --------------------
@@ -448,6 +484,18 @@ Encapsulation Tags
 
     All test cases with Segment routing over IPv6 dataplane.
 
+.. topic:: SRv6_1SID
+
+    All SRv6 test cases with single SID.
+
+.. topic:: SRv6_2SID_DECAP
+
+    All SRv6 test cases with two SIDs and with decapsulation.
+
+.. topic:: SRv6_2SID_NODECAP
+
+    All SRv6 test cases with two SIDs and without decapsulation.
+
 Interface Tags
 --------------
 
@@ -619,6 +667,38 @@ Encryption Tags
 
     IPSec in tunnel mode.
 
+.. topic:: IPSECINT
+
+    IPSec in interface mode.
+
+.. topic:: AES
+
+    IPSec using AES algorithms.
+
+.. topic:: AES_128_CBC
+
+    IPSec using AES 128 CBC algorithms.
+
+.. topic:: AES_128_GCM
+
+    IPSec using AES 128 GCM algorithms.
+
+.. topic:: AES_256_GCM
+
+    IPSec using AES 256 GCM algorithms.
+
+.. topic:: HMAC
+
+    IPSec using HMAC integrity algorithms.
+
+.. topic:: HMAC_SHA_256
+
+    IPSec using HMAC SHA 256 integrity algorithms.
+
+.. topic:: HMAC_SHA_512
+
+    IPSec using HMAC SHA 512 integrity algorithms.
+
 Client-Workload Tags
 --------------------