aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-08-08 07:08:28 +0200
committerTibor Frank <tifrank@cisco.com>2018-08-08 10:45:54 +0000
commit58507ebf52327303b4a874df16d8a36641cf3b2b (patch)
tree0db0741bc95b4355e14d26e9de9d25453ec91eac
parentc9222aa4eac79ed6f1bd1cd9dc335067c551887d (diff)
CSIT-1231: Cleanup CSIT RF Tags Descriptions
Change-Id: Ib57014bf2461518eadcd156b16f8ee26eeb86785 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit fed4db2ae63df547f04fd2ba1607bc3014515f41)
-rw-r--r--docs/tag_documentation.rst76
1 files changed, 49 insertions, 27 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst
index 98001978a0..da2c790f6e 100644
--- a/docs/tag_documentation.rst
+++ b/docs/tag_documentation.rst
@@ -9,6 +9,16 @@ documentation.
Topology TAGs
-------------
+.. topic:: 2_NODE_DOUBLE_LINK_TOPO
+
+ 2 nodes connected in a circular topology with two links interconnecting
+ the devices.
+
+.. topic:: 2_NODE_SINGLE_LINK_TOPO
+
+ 2 nodes connected in a circular topology with at least one link
+ interconnecting devices.
+
.. topic:: 3_NODE_DOUBLE_LINK_TOPO
3 nodes connected in a circular topology with two links interconnecting
@@ -61,6 +71,10 @@ NIC model tags
Intel X710 NIC.
+.. topic:: NIC_Intel-XXV710
+
+ Intel XXV710 NIC.
+
.. topic:: NIC_Cisco-VIC-1227
VIC-1227 by Cisco.
@@ -137,42 +151,17 @@ Tags marking functional vs. performance of tests
Performance testing tags
------------------------
-.. topic:: PDRDISC
-
- Partial Drop Rate evaluation of single run result, with non-zero packet
- loss tolerance (LT) expressed in percentage of packets transmitted.
-
-.. topic:: NDRDISC
-
- Non Drop Rate evaluation of results. Loss acceptance of dropped packets is
- set to zero lost packets.
-
.. topic:: NDRPDR
Single test finding both No Drop Rate and Partial Drop Rate simultaneously.
The search is done by optimized algorithm which performs
multiple trial runs at different durations and transmit rates.
-.. topic:: NDRCHK
-
- Performance tests where TG verifies DUTs' throughput at ref-NDR (reference
- Non Drop Rate) with zero packet loss tolerance.
-
-.. topic:: PDRCHK
-
- Performance tests where TG verifies DUTs' throughput at ref-PDR (reference
- Partial Drop Rate) with 0.5% loss tolerance.
-
.. topic:: MRR
Performance tests where TG sends the traffic at maximum rate (line rate)
and reports total sent/received packets over performance trial duration.
-.. topic:: NDRPDRDISC
-
- Find performance of DUT based on :rfc:`2544` with linear / binary / combined
- search. (Previous LONG tests.)
-
Ethernet frame size tags for performance tests
----------------------------------------------
@@ -184,6 +173,10 @@ Ethernet frame size tags for performance tests
78B frames used for test.
+.. topic:: 114B
+
+ 114B frames used for test.
+
.. topic:: IMIX
IMIX frame sequence (28x 64B, 16x 570B, 4x 1518B) used for test.
@@ -235,6 +228,11 @@ Test type tags
L2BD baseline test cases, no encapsulation, no feature(s) configured in
tests.
+.. topic:: L2PATCH
+
+ L2PATCH baseline test cases, no encapsulation, no feature(s) configured in
+ tests.
+
.. topic:: SCALE
Scale test cases.
@@ -251,6 +249,10 @@ Test type tags
Functional test cases for TLDK.
+.. topic:: DMM
+
+ Functional test cases for DMM.
+
.. topic:: TCP
Tests which use TCP.
@@ -594,6 +596,24 @@ Multi-threading tags
All test cases with packet processing on two sockets.
+.. topic:: 1C
+
+ 1 worker thread pinned to 1 dedicated physical core; or if HyperThreading is
+ enabled, 2 worker threads each pinned to a separate logical core within 1
+ dedicated physical core. Main thread pinned to core 1.
+
+.. topic:: 2C
+
+ 2 worker threads pinned to 2 dedicated physical cores; or if HyperThreading
+ is enabled, 4 worker threads each pinned to a separate logical core within 2
+ dedicated physical cores. Main thread pinned to core 1.
+
+.. topic:: 4C
+
+ 4 worker threads pinned to 4 dedicated physical cores; or if HyperThreading
+ is enabled, 8 worker threads each pinned to a separate logical core within 4
+ dedicated physical cores. Main thread pinned to core 1.
+
.. topic:: 1T1C
*Dynamic tag*.
@@ -622,13 +642,15 @@ Multi-threading tags
*Dynamic tag*.
4 worker threads each pinned to a separate logical core within 2 dedicated
- physical core. 2 receive queue per interface. Main thread pinned to core 1.
+ physical cores. 2 receive queues per interface. Main thread pinned to core
+ 1.
.. topic:: 8T4C
*Dynamic tag*.
8 worker threads each pinned to a separate logical core within 4 dedicated
- physical core. 4 receive queue per interface. Main thread pinned to core 1.
+ physical cores. 4 receive queues per interface. Main thread pinned to core
+ 1.
Honeycomb tags
--------------