doc: fix build of bbdev test guide
authorMarko Kovacevic <marko.kovacevic@intel.com>
Wed, 24 Jan 2018 15:07:45 +0000 (15:07 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Jan 2018 17:44:31 +0000 (18:44 +0100)
Fix build issue with pdf guides. Some indentations in the bbdev test
application doc were causing build failures. Latex Log message:
 
    doc.log:! LaTeX Error: Too deeply nested.
   
Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/tools/testbbdev.rst

index c7aac49..5c7112d 100644 (file)
@@ -71,24 +71,26 @@ The following are the command-line options:
  Defines test cases to run. If not specified all available tests are run.
 
  The following tests can be run:
-  * unittest
+
+ * unittest
      Small unit tests witch check basic functionality of bbdev library.
 * latency
+ * latency
      Test calculates three latency metrics:
-      * offload_latency_tc
+
+     * offload_latency_tc
          measures the cost of offloading enqueue and dequeue operations.
-      * offload_latency_empty_q_tc
+     * offload_latency_empty_q_tc
          measures the cost of offloading a dequeue operation from an empty queue.
          checks how long last dequeueing if there is no operations to dequeue
-      * operation_latency_tc
+     * operation_latency_tc
          measures the time difference from the first attempt to enqueue till the
          first successful dequeue.
 * validation
+ * validation
      Test do enqueue on given vector and compare output after dequeueing.
 * throughput
+ * throughput
      Test measures the achieved throughput on the available lcores.
      Results are printed in million operations per second and million bits per second.
 * interrupt
+ * interrupt
      The same test as 'throughput' but uses interrupts instead of PMD to perform
      the dequeue.