summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-07-03 18:09:23 -0700
committerThomas Monjalon <thomas@monjalon.net>2024-07-24 00:39:08 +0200
commitd9d1be537ea777059711ac313019ecd94840daba (patch)
treedb65b5d2ee3a81423c6698bef447f98491fb861b
parent52c7393a0374118b4586a8a3fc10eef92b47aa15 (diff)
doc: remove reference to mbuf pkt field
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") Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--doc/guides/prog_guide/img/mbuf1.svg2
-rw-r--r--doc/guides/prog_guide/img/mbuf2.svg6
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-&gt;pkt.next = NULL</tspan></text>
+ y="282.37683">m-&gt;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-&gt;pkt.next = NULL</tspan></text>
+ y="628.45935">m-&gt;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-&gt;pkt.next = mseg3</tspan></text>
+ y="628.45935">m-&gt;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-&gt;pkt.next = mseg2</tspan></text>
+ y="628.45935">m-&gt;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"