patch 'doc: fix note in FreeBSD guide' has been queued to stable release 23.11.6
Shani Peretz
shperetz at nvidia.com
Thu Dec 25 10:19:02 CET 2025
Hi,
FYI, your patch has been queued to stable release 23.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/30/25. 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/shanipr/dpdk-stable
This queued commit can be viewed at:
https://github.com/shanipr/dpdk-stable/commit/2c2ba8c9894dff4e2829087a4fd9468a9d07f788
Thanks.
Shani
---
>From 2c2ba8c9894dff4e2829087a4fd9468a9d07f788 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Fri, 31 Oct 2025 12:53:42 +0100
Subject: [PATCH] doc: fix note in FreeBSD guide
[ upstream commit da1cd5cf6a8578aa879a9d5517132d13973cc38a ]
The note about the prefix of the package pyelftools was not showed
in the documentation output because the syntax was missing a colon,
so it was considered as a simple comment in the source file.
Fixes: 9e6f75e259a8 ("doc: update build section of FreeBSD guide")
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/freebsd_gsg/build_dpdk.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/freebsd_gsg/build_dpdk.rst b/doc/guides/freebsd_gsg/build_dpdk.rst
index 86e8e5a805..4ca9187c1a 100644
--- a/doc/guides/freebsd_gsg/build_dpdk.rst
+++ b/doc/guides/freebsd_gsg/build_dpdk.rst
@@ -18,7 +18,7 @@ The following FreeBSD packages are required to build DPDK:
* pkgconf
* py38-pyelftools
-.. note:
+.. note::
The specific package for pyelftools is dependent on the version of python in use,
Python 3.8 being the version at type of writing, hence the ``py38`` prefix.
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-12-25 11:16:41.614755139 +0200
+++ 0101-doc-fix-note-in-FreeBSD-guide.patch 2025-12-25 11:16:36.366840000 +0200
@@ -1 +1 @@
-From da1cd5cf6a8578aa879a9d5517132d13973cc38a Mon Sep 17 00:00:00 2001
+From 2c2ba8c9894dff4e2829087a4fd9468a9d07f788 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit da1cd5cf6a8578aa879a9d5517132d13973cc38a ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index f98292bf41..a442473ec2 100644
+index 86e8e5a805..4ca9187c1a 100644
More information about the stable
mailing list