From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 12DBAA0096 for ; Wed, 8 May 2019 12:16:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0972444C3; Wed, 8 May 2019 12:16:58 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 1FC632862 for ; Wed, 8 May 2019 12:16:56 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 895CE85546; Wed, 8 May 2019 10:16:55 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-210.ams2.redhat.com [10.36.117.210]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7F3E2410E; Wed, 8 May 2019 10:16:54 +0000 (UTC) From: Kevin Traynor To: Thomas Monjalon Cc: John McNamara , dpdk stable Date: Wed, 8 May 2019 11:15:22 +0100 Message-Id: <20190508101534.8984-40-ktraynor@redhat.com> In-Reply-To: <20190508101534.8984-1-ktraynor@redhat.com> References: <20190508101534.8984-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 08 May 2019 10:16:55 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: fix heading levels in bbdev test guide' has been queued to LTS release 18.11.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 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 Acked-by: John McNamara --- 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@dpdk.org @@ -19 +20 @@ -index f3386472d..07da35e52 100644 +index 5caa90239..af38b1632 100644