From: Bruce Richardson Date: Tue, 2 Dec 2014 16:17:58 +0000 (+0000) Subject: doc: update mbuf section of programmers guide X-Git-Tag: spdx-start~9874 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=14b5e69972483426cf1eb283e17b1a77f1a82619;p=dpdk.git 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 --- 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 @@