From 14b5e69972483426cf1eb283e17b1a77f1a82619 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Tue, 2 Dec 2014 16:17:58 +0000 Subject: [PATCH] doc: update mbuf section of programmers guide In Release 1.8, the mbuf structure was significantly reworked to add extra information, leading to the structure being split across two cache lines, and the data pointer being replaced by an offset. The description of the library in the programmer's guide document needs to be updated to take account of these changes. Signed-off-by: Bruce Richardson Acked-by: Bernard Iremonger --- doc/guides/prog_guide/img/mbuf1.svg | 48 ++++++++++----------- doc/guides/prog_guide/img/mbuf2.svg | 65 ++++++++++++++--------------- doc/guides/prog_guide/mbuf_lib.rst | 22 +++++----- 3 files changed, 67 insertions(+), 68 deletions(-) diff --git a/doc/guides/prog_guide/img/mbuf1.svg b/doc/guides/prog_guide/img/mbuf1.svg index 0b8ff00d02..5bd84d1bff 100644 --- a/doc/guides/prog_guide/img/mbuf1.svg +++ b/doc/guides/prog_guide/img/mbuf1.svg @@ -2,7 +2,9 @@