patch 'doc: remove reference to mbuf pkt field' has been queued to stable release 23.11.2
Xueming Li
xuemingl at nvidia.com
Mon Aug 12 14:50:27 CEST 2024
Hi,
FYI, your patch has been queued to stable release 23.11.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/14/24. 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=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=8b87ae54ed09a4818d8dd8846777f6e23799c69d
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 8b87ae54ed09a4818d8dd8846777f6e23799c69d Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Wed, 3 Jul 2024 18:09:23 -0700
Subject: [PATCH] doc: remove reference to mbuf pkt field
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit d9d1be537ea777059711ac313019ecd94840daba ]
The pkt union in mbuf was removed way back in 2014 but there
still was one leftover in the mbuf figure.
Fixes: ea672a8b1655 ("mbuf: remove the rte_pktmbuf structure")
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
doc/guides/prog_guide/img/mbuf1.svg | 2 +-
doc/guides/prog_guide/img/mbuf2.svg | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guides/prog_guide/img/mbuf1.svg b/doc/guides/prog_guide/img/mbuf1.svg
index a08bf3b6c0..111a874c00 100644
--- a/doc/guides/prog_guide/img/mbuf1.svg
+++ b/doc/guides/prog_guide/img/mbuf1.svg
@@ -487,7 +487,7 @@
sodipodi:role="line"
id="tspan5256"
x="59.842155"
- y="282.37683">m->pkt.next = NULL</tspan></text>
+ y="282.37683">m->next = NULL</tspan></text>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
diff --git a/doc/guides/prog_guide/img/mbuf2.svg b/doc/guides/prog_guide/img/mbuf2.svg
index f6fdb54002..6a80cbc200 100644
--- a/doc/guides/prog_guide/img/mbuf2.svg
+++ b/doc/guides/prog_guide/img/mbuf2.svg
@@ -1074,7 +1074,7 @@
sodipodi:role="line"
id="tspan5256-8"
x="527.19458"
- y="628.45935">m->pkt.next = NULL</tspan></text>
+ y="628.45935">m->next = NULL</tspan></text>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1084,7 +1084,7 @@
sodipodi:role="line"
id="tspan5256-8-3"
x="330.50363"
- y="628.45935">m->pkt.next = mseg3</tspan></text>
+ y="628.45935">m->next = mseg3</tspan></text>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1094,7 +1094,7 @@
sodipodi:role="line"
id="tspan5256-8-3-4"
x="144.79388"
- y="628.45935">m->pkt.next = mseg2</tspan></text>
+ y="628.45935">m->next = mseg2</tspan></text>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-08-12 20:44:07.236479224 +0800
+++ 0150-doc-remove-reference-to-mbuf-pkt-field.patch 2024-08-12 20:44:02.585069391 +0800
@@ -1 +1 @@
-From d9d1be537ea777059711ac313019ecd94840daba Mon Sep 17 00:00:00 2001
+From 8b87ae54ed09a4818d8dd8846777f6e23799c69d Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit d9d1be537ea777059711ac313019ecd94840daba ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list