[dpdk-stable] patch 'doc: fix heading levels in bbdev test guide' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed May 8 12:15:22 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/13/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/dc7ad46cf43eb07851c06aff3c4dfb9912f59812

Thanks.

Kevin Traynor

---
>From dc7ad46cf43eb07851c06aff3c4dfb9912f59812 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Mon, 15 Apr 2019 13:58:38 +0200
Subject: [PATCH] doc: fix heading levels in bbdev test guide

[ upstream commit c5e2e08529c4906b85717134b0fa9195564d3ba3 ]

The section "Test Vector files" should not be at the same level as
the main title "dpdk-test-bbdev Application".

Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: John McNamara <john.mcnamara at intel.com>
---
 doc/guides/tools/testbbdev.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
index 5caa90239..af38b1632 100644
--- a/doc/guides/tools/testbbdev.rst
+++ b/doc/guides/tools/testbbdev.rst
@@ -308,5 +308,5 @@ baseband_null device does not have to be defined explicitly as it is created by
 
 Test Vector files
-=================
+-----------------
 
 Test Vector files contain the data which is used to set turbo decoder/encoder
@@ -317,5 +317,5 @@ the syntax of the test vector files is in the following section.
 
 Basic principles for test vector files
---------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Line started with ``#`` is treated as a comment and is ignored.
 
@@ -352,5 +352,5 @@ documented in *rte_bbdev_op.h*
 
 Turbo decoder test vectors template
------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 For turbo decoder it has to be always set to ``RTE_BBDEV_OP_TURBO_DEC``
@@ -529,5 +529,5 @@ Following statuses can be used:
 
 Turbo encoder test vectors template
------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_TURBO_ENC``
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-05-08 11:05:07.825102804 +0100
+++ 0040-doc-fix-heading-levels-in-bbdev-test-guide.patch	2019-05-08 11:05:05.848932364 +0100
@@ -1 +1 @@
-From c5e2e08529c4906b85717134b0fa9195564d3ba3 Mon Sep 17 00:00:00 2001
+From dc7ad46cf43eb07851c06aff3c4dfb9912f59812 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c5e2e08529c4906b85717134b0fa9195564d3ba3 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index f3386472d..07da35e52 100644
+index 5caa90239..af38b1632 100644


More information about the stable mailing list