From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B328C1B488 for ; Thu, 22 Nov 2018 17:51:32 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2288230C39E1; Thu, 22 Nov 2018 16:51:32 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE3B3BA84; Thu, 22 Nov 2018 16:51:30 +0000 (UTC) From: Kevin Traynor To: Stephen Hemminger Cc: Ferruh Yigit , dpdk stable Date: Thu, 22 Nov 2018 16:49:01 +0000 Message-Id: <20181122164957.13003-9-ktraynor@redhat.com> In-Reply-To: <20181122164957.13003-1-ktraynor@redhat.com> References: <20181122164957.13003-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 22 Nov 2018 16:51:32 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: remove invalid config options from liquidio guide' has been queued to stable release 18.08.1 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: , X-List-Received-Date: Thu, 22 Nov 2018 16:51:33 -0000 Hi, FYI, your patch has been queued to stable release 18.08.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/28/18. 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. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Kevin Traynor --- >>From 4eefde6f30c547b27cee975adda84fa464553ec8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 12 Oct 2018 16:42:51 -0700 Subject: [PATCH] doc: remove invalid config options from liquidio guide [ upstream commit 066396fef81d4a67021e7e2b306d7ea6b8141fb7 ] The config options for init and debug driver were replaced by dynamic log levels. Fixes: 70e28c612d65 ("net/liquidio: implement dynamic logging") Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- doc/guides/nics/liquidio.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/guides/nics/liquidio.rst b/doc/guides/nics/liquidio.rst index 87b42cdc4..e2a38004d 100644 --- a/doc/guides/nics/liquidio.rst +++ b/doc/guides/nics/liquidio.rst @@ -31,12 +31,4 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of LiquidIO PMD. -- ``CONFIG_RTE_LIBRTE_LIO_DEBUG_DRIVER`` (default ``n``) - - Toggle display of generic debugging messages. - -- ``CONFIG_RTE_LIBRTE_LIO_DEBUG_INIT`` (default ``n``) - - Toggle display of initialization related messages. - - ``CONFIG_RTE_LIBRTE_LIO_DEBUG_RX`` (default ``n``) -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-22 16:47:32.505986672 +0000 +++ 0009-doc-remove-invalid-config-options-from-liquidio-guid.patch 2018-11-22 16:47:32.000000000 +0000 @@ -1,13 +1,14 @@ -From 066396fef81d4a67021e7e2b306d7ea6b8141fb7 Mon Sep 17 00:00:00 2001 +From 4eefde6f30c547b27cee975adda84fa464553ec8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 12 Oct 2018 16:42:51 -0700 Subject: [PATCH] doc: remove invalid config options from liquidio guide +[ upstream commit 066396fef81d4a67021e7e2b306d7ea6b8141fb7 ] + The config options for init and debug driver were replaced by dynamic log levels. Fixes: 70e28c612d65 ("net/liquidio: implement dynamic logging") -Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit