> -----Original Message-----
> From: dev <[email protected]> On Behalf Of A.McLoughlin
> Sent: Friday, August 23, 2019 6:40 PM
> To: John McNamara <[email protected]>; Marko Kovacevic
> <[email protected]>; Olivier Matz <[email protected]>
> Cc: [email protected]; [email protected]; A.McLoughlin
> <[email protected]>
> 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 <[email protected]>
> ---
>  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