patch 'doc: fix typo in cnxk platform guide' has been queued to stable release 22.11.3
Xueming Li
xuemingl at nvidia.com
Sun Jun 25 08:35:20 CEST 2023
Hi,
FYI, your patch has been queued to stable release 22.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/27/23. 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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=65303f7c26ae750090134eb5b23d0b5cf1bbc570
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 65303f7c26ae750090134eb5b23d0b5cf1bbc570 Mon Sep 17 00:00:00 2001
From: Thierry Herbelot <thierry.herbelot at 6wind.com>
Date: Fri, 2 Jun 2023 18:21:45 +0200
Subject: [PATCH] doc: fix typo in cnxk platform guide
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 443000992bc937d4686a37e4eef9c66b6b3ce642 ]
The Linux kernel option has an added underscore.
Fixes: 14ad4f018453 ("doc: add Marvell OCTEON TX2 platform guide")
Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
---
doc/guides/platform/cnxk.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
index aadd60b5d4..0eafde71d6 100644
--- a/doc/guides/platform/cnxk.rst
+++ b/doc/guides/platform/cnxk.rst
@@ -253,7 +253,7 @@ context or stats using debugfs.
Enable ``debugfs`` by:
-1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUGFS=y``.
+1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUG_FS=y``.
2. Boot OCTEON CN9K/CN10K with debugfs supported kernel.
3. Verify ``debugfs`` mounted by default "mount | grep -i debugfs" or mount it manually by using.
--
2.25.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2023-06-25 14:32:01.229065700 +0800
+++ 0102-doc-fix-typo-in-cnxk-platform-guide.patch 2023-06-25 14:31:58.545773900 +0800
@@ -1 +1 @@
-From 443000992bc937d4686a37e4eef9c66b6b3ce642 Mon Sep 17 00:00:00 2001
+From 65303f7c26ae750090134eb5b23d0b5cf1bbc570 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 443000992bc937d4686a37e4eef9c66b6b3ce642 ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -17 +19 @@
-index 4a1966c66b..b3aa4de09d 100644
+index aadd60b5d4..0eafde71d6 100644
@@ -20 +22 @@
-@@ -258,7 +258,7 @@ context or stats using debugfs.
+@@ -253,7 +253,7 @@ context or stats using debugfs.
More information about the stable
mailing list