* [PATCH] doc/guides: fix typo for cnxk platform
@ 2023-06-02 16:21 Thierry Herbelot
2023-06-05 6:58 ` Jerin Jacob
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Herbelot @ 2023-06-02 16:21 UTC (permalink / raw)
To: dev; +Cc: Thierry Herbelot, Thomas Monjalon, Nithin Dabilpuram, Kiran Kumar K
The Linux kernel option has an added underscore.
Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Signed-off-by: Thierry Herbelot <thierry.herbelot@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 4a1966c66bae..b3aa4de09d0a 100644
--- a/doc/guides/platform/cnxk.rst
+++ b/doc/guides/platform/cnxk.rst
@@ -258,7 +258,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.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc/guides: fix typo for cnxk platform
2023-06-02 16:21 [PATCH] doc/guides: fix typo for cnxk platform Thierry Herbelot
@ 2023-06-05 6:58 ` Jerin Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2023-06-05 6:58 UTC (permalink / raw)
To: Thierry Herbelot; +Cc: dev, Thomas Monjalon, Nithin Dabilpuram, Kiran Kumar K
On Fri, Jun 2, 2023 at 9:52 PM Thierry Herbelot
<thierry.herbelot@6wind.com> wrote:
>
> The Linux kernel option has an added underscore.
>
> Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
fixed following issues while merging.
Applied to dpdk-next-net-mrvl/for-next-net. Thanks
Wrong tag:
Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Wrong 'Fixes' reference:
Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Is it candidate for Cc: stable@dpdk.org backport?
doc/guides: fix typo for cnxk platform
Invalid patch(es) found - checked 1 patch
check-git-log failed
> ---
> 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 4a1966c66bae..b3aa4de09d0a 100644
> --- a/doc/guides/platform/cnxk.rst
> +++ b/doc/guides/platform/cnxk.rst
> @@ -258,7 +258,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.39.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-05 6:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 16:21 [PATCH] doc/guides: fix typo for cnxk platform Thierry Herbelot
2023-06-05 6:58 ` Jerin Jacob
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).