DPDK patches and discussions
 help / color / mirror / Atom feed
From: Marko Kovacevic <marko.kovacevic@intel.com>
To: dev@dpdk.org
Cc: john.mcnamara@intel.com,
	Marko Kovacevic <marko.kovacevic@intel.com>,
	amr.mokhtar@intel.com
Subject: [dpdk-dev] [PATCH v2] doc: fix bbdev test guide build
Date: Wed, 24 Jan 2018 15:07:45 +0000	[thread overview]
Message-ID: <20180124150745.11571-1-marko.kovacevic@intel.com> (raw)

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")
Cc: amr.mokhtar@intel.com
 

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
---

V2: Added more information into commit message
    about the issue

 doc/guides/tools/testbbdev.rst | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
index c7aac49..5c7112d 100644
--- a/doc/guides/tools/testbbdev.rst
+++ b/doc/guides/tools/testbbdev.rst
@@ -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.
 
-- 
2.9.5

             reply	other threads:[~2018-01-24 15:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-24 15:07 Marko Kovacevic [this message]
2018-01-25 16:48 ` Bruce Richardson
2018-01-25 17:45   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180124150745.11571-1-marko.kovacevic@intel.com \
    --to=marko.kovacevic@intel.com \
    --cc=amr.mokhtar@intel.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).