> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of A.McLoughlin
> Sent: Friday, August 23, 2019 6:40 PM
> To: John McNamara <john.mcnam...@intel.com>; Marko Kovacevic
> <marko.kovace...@intel.com>; Olivier Matz <olivier.m...@6wind.com>
> Cc: dev@dpdk.org; harry.van.haa...@intel.com; A.McLoughlin
> <aideen.mclough...@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: add graphic showing layout of mbuf struct
> 
> This patch adds a graphical overview of the rte_mbuf struct, showing where
> each value is stored within the struct.
> 
> Signed-off-by: A.McLoughlin <aideen.mclough...@intel.com>
> ---
>  doc/guides/prog_guide/img/mbuf_graphic.svg | 7285 ++++++++++++++++++++
>  doc/guides/prog_guide/mbuf_lib.rst         |    9 +
>  2 files changed, 7294 insertions(+)
>  create mode 100644 doc/guides/prog_guide/img/mbuf_graphic.svg


The diagram shows uint16_t refcnt(+atomic). I think, +atomic is not need here.

Reply via email to