patch 'doc: fix typo in graph guide' has been queued to stable release 22.11.3
Xueming Li
xuemingl at nvidia.com
Sun Jun 25 08:35:42 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=d8e35e7efe077884867a1e4a870f99f829747fbe
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From d8e35e7efe077884867a1e4a870f99f829747fbe Mon Sep 17 00:00:00 2001
From: Ashwin Sekhar T K <asekhar at marvell.com>
Date: Thu, 4 May 2023 10:01:35 +0530
Subject: [PATCH] doc: fix typo in graph guide
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit b457a9b3a4027aa6b0e52940fbaf6736ad021296 ]
Fix typo in graph lib doc.
Fixes: 4dc6d8e63c16 ("doc: add graph library guide")
Signed-off-by: Ashwin Sekhar T K <asekhar at marvell.com>
Acked-by: Jerin Jacob <jerinj at marvell.com>
---
doc/guides/prog_guide/graph_lib.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/graph_lib.rst b/doc/guides/prog_guide/graph_lib.rst
index 1cfdc86433..4ab0623f44 100644
--- a/doc/guides/prog_guide/graph_lib.rst
+++ b/doc/guides/prog_guide/graph_lib.rst
@@ -173,7 +173,7 @@ Create the graph object
~~~~~~~~~~~~~~~~~~~~~~~
Now that the nodes are linked, Its time to create a graph by including
the required nodes. The application can provide a set of node patterns to
-form a graph object. The ``famish()`` API used underneath for the pattern
+form a graph object. The ``fnmatch()`` API used underneath for the pattern
matching to include the required nodes. After the graph create any changes to
nodes or graph is not allowed.
--
2.25.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2023-06-25 14:32:01.785490800 +0800
+++ 0124-doc-fix-typo-in-graph-guide.patch 2023-06-25 14:31:58.585773900 +0800
@@ -1 +1 @@
-From b457a9b3a4027aa6b0e52940fbaf6736ad021296 Mon Sep 17 00:00:00 2001
+From d8e35e7efe077884867a1e4a870f99f829747fbe Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit b457a9b3a4027aa6b0e52940fbaf6736ad021296 ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list