C-Docs: New structure
[csit.git] / docs / content / methodology / overview / per_thread_resources.md
@@ -5,8 +5,7 @@ weight: 2
 
 # Per Thread Resources
 
-CSIT test framework is managing mapping of the following resources per
-thread:
+CSIT test framework is managing mapping of the following resources per thread:
 
 1. Cores, physical cores (pcores) allocated as pairs of sibling logical cores
    (lcores) if server in HyperThreading/SMT mode, or as single lcores
@@ -30,7 +29,7 @@ tested (VPP or DPDK apps) and associated thread types, as follows:
      configurations, where{T} stands for a total number of threads
      (lcores), and {C} for a total number of pcores. Tested
      configurations are encoded in CSIT test case names,
-     e.g. "1c", "2c", "4c", and test tags "2T1C"(or "1T1C"), "4T2C"
+     e.g. "1c", "2c", "4c", and test tags "2T1C" (or "1T1C"), "4T2C"
      (or "2T2C"), "8T4C" (or "4T4C").
    - Interface Receive Queues (RxQ): as of CSIT-2106 release, number of
      RxQs used on each physical or virtual interface is equal to the
@@ -58,7 +57,7 @@ tested (VPP or DPDK apps) and associated thread types, as follows:
      total number of lcores and pcores used for feature workers.
      Accordingly, tested configurations are encoded in CSIT test case
      names, e.g. "1c-1c", "1c-2c", "1c-3c", and test tags "2T1C_2T1C"
-     (or "1T1C_1T1C"), "2T1C_4T2C"(or "1T1C_2T2C"), "2T1C_6T3C"
+     (or "1T1C_1T1C"), "2T1C_4T2C" (or "1T1C_2T2C"), "2T1C_6T3C"
      (or "1T1C_3T3C").
    - RxQ and TxQ: no RxQs and no TxQs are used by feature workers.
    - Applies to VPP only.
@@ -67,8 +66,8 @@ tested (VPP or DPDK apps) and associated thread types, as follows:
 
    - Cores: single lcore.
    - RxQ: not used (VPP default behaviour).
-   - TxQ: single TxQ per interface, allocated but not used
-     (VPP default behaviour).
+   - TxQ: single TxQ per interface, allocated but not used (VPP default
+     behaviour).
    - Applies to VPP only.
 
 ## VPP Thread Configuration