General report fixes 41/14241/2
authorPeter Mikus <pmikus@cisco.com>
Wed, 15 Aug 2018 06:47:49 +0000 (06:47 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 15 Aug 2018 08:55:22 +0000 (08:55 +0000)
- Fix few typos, and other corrections

Change-Id: I03679231c01ad34c3b2773b52f1327d8c871b750
Signed-off-by: Peter Mikus <pmikus@cisco.com>
docs/report/dpdk_performance_tests/test_environment.rst
docs/report/introduction/general_notes.rst
docs/report/introduction/physical_testbeds.rst
docs/report/introduction/test_environment_sut_calib_skx.rst
docs/report/vpp_performance_tests/csit_release_notes.rst

index 175c3ef..e1eb8fa 100644 (file)
@@ -5,6 +5,10 @@
 
 .. include:: ../introduction/test_environment_intro.rst
 
+.. include:: ../introduction/test_environment_sut_calib_hsw.rst
+
+.. include:: ../introduction/test_environment_sut_calib_skx.rst
+
 .. include:: ../introduction/test_environment_sut_conf_1.rst
 
 .. include:: ../introduction/test_environment_sut_conf_3.rst
index 17ea65c..91cd46e 100644 (file)
@@ -66,12 +66,6 @@ is listed separately, as follows:
    testbeds demonstrates single server[DUT1] and single client[DUT2] scenario
    using DMM framework and kernel tcp/ip stack.
 
-In addition to above, |csit-release| report does also include VPP unit test
-results. VPP unit tests are developed within the FD.io VPP project and as they
-complement CSIT system functional tests, they are provided mainly as a reference
-and to provide a more complete view of automated testing executed against
-|vpp-release|.
-
 FD.io CSIT system is developed using two main coding platforms :abbr:`RF (Robot
 Framework)` and Python2.7. |csit-release| source code for the executed test
 suites is available in CSIT branch |release| in the directory
index 454a751..ba6cd39 100644 (file)
@@ -184,7 +184,7 @@ doubling the number of logical cores exposed to Linux, with 56 logical
 cores and 28 physical cores per processor socket.
 
 Complete 2n-skx testbed specification is available on
-`CSIT LF lab extension <https://wiki.fd.io/view/CSIT/fdio_csit_lab_ext_lld_draft>`_
-wiki page.
+`CSIT/Testbeds: Xeon Skx, Arm, Atom
+<https://wiki.fd.io/view/CSIT/Testbeds:_Xeon_Skx,_Arm,_Atom.>`_ wiki page.
 
 Total of four 2n-skx testbeds are in operation in FD.io labs.
index 2496e7a..07d70ee 100644 (file)
@@ -194,20 +194,20 @@ L1/L2/LLC latency
 
 ::
 
-$ sudo /home/testuser/mlc --c2c_latency
-Intel(R) Memory Latency Checker - v3.5
-Command line parameters: --c2c_latency
-
-Measuring cache-to-cache transfer latency (in ns)...
-Local Socket L2->L2 HIT  latency    53.7
-Local Socket L2->L2 HITM latency    53.7
-Remote Socket L2->L2 HITM latency (data address homed in writer socket)
-                     Reader Numa Node
-Writer Numa Node        0       1
-            0           -   113.9
-            1       113.9       -
-Remote Socket L2->L2 HITM latency (data address homed in reader socket)
-                     Reader Numa Node
-Writer Numa Node        0       1
-            0           -   177.9
-            1       177.6       -
\ No newline at end of file
+    $ sudo /home/testuser/mlc --c2c_latency
+    Intel(R) Memory Latency Checker - v3.5
+    Command line parameters: --c2c_latency
+
+    Measuring cache-to-cache transfer latency (in ns)...
+    Local Socket L2->L2 HIT  latency    53.7
+    Local Socket L2->L2 HITM latency    53.7
+    Remote Socket L2->L2 HITM latency (data address homed in writer socket)
+                         Reader Numa Node
+    Writer Numa Node        0       1
+                0           -   113.9
+                1       113.9       -
+    Remote Socket L2->L2 HITM latency (data address homed in reader socket)
+                         Reader Numa Node
+    Writer Numa Node        0       1
+                0           -   177.9
+                1       177.6       -
index da25ef6..6ac7fcd 100644 (file)
@@ -18,7 +18,7 @@ Changes in |csit-release|
    - *L2patch tests* - Tests measure performance of L2patch, cross linking
      RX and TX of two physical interfaces.
 
-   - *2-node tests* - Baseline set of 2-node tests covering base ip4, ip4,
+   - *2-node tests* - Baseline set of 2-node tests covering base ip4, ip6,
      l2patch, l2bd, l2xc.
 
    - *Generated tests* - Simplified and unified test structure,
@@ -31,9 +31,10 @@ Changes in |csit-release|
      DPDK I/O mbufs. Tests are automatically tagged during execution indicating
      configuration.
 
-  - *Intel Skylake* - Topologies consisting of 2-node and 3-node using
-    SuperMirco servers each equipped with two Intel Xeon Skylake Platinum
-    processors.
+   - *Intel Skylake* - Topologies consisting of 2-node and 3-node using
+     SuperMirco servers each equipped with two Intel Xeon Skylake Platinum
+     processors. Full Ansible playbooks refactor for quick server
+     (re)installation and reference pointers of configuration.
 
 #. **Presentation and Analytics Layer**
 
@@ -45,11 +46,6 @@ Changes in |csit-release|
 
 #. **Test Framework Optimizations**
 
-   - *Performance tests efficiency* - Qemu build/install optimizations,
-     warmup phase handling, vpp restart handling. Resulted in improved
-     stability and reduced total execution time by 30% for single pkt
-     size e.g. 64B/78B.
-
    - *General code housekeeping* - ongoing RF keywords optimizations,
      removal of redundant RF keywords.