Re: [dpdk-dev] [PATCH v3] doc: add graphic showing layout of mbuf struct

2020-05-24 Thread Thomas Monjalon
Any update? 18/10/2019 12:56, Jerin Jacob: > On Thu, Oct 17, 2019 at 9:28 PM Olivier Matz wrote: > > > > Hi, > > > > On Tue, Aug 27, 2019 at 10:02:30AM +0100, A.McLoughlin wrote: > > > This patch adds a graphical overview of the rte_mbuf struct, showing where > > > each value is stored within th

Re: [dpdk-dev] [PATCH v3] doc: add graphic showing layout of mbuf struct

2019-10-18 Thread Jerin Jacob
On Thu, Oct 17, 2019 at 9:28 PM Olivier Matz wrote: > > Hi, > > On Tue, Aug 27, 2019 at 10:02:30AM +0100, A.McLoughlin wrote: > > 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 > > --- > >

Re: [dpdk-dev] [PATCH v3] doc: add graphic showing layout of mbuf struct

2019-10-17 Thread Olivier Matz
Hi, On Tue, Aug 27, 2019 at 10:02:30AM +0100, A.McLoughlin wrote: > 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 > --- > v1 -> v2: > * changed uint16_t refcnt(+atomic) to uint16_t refcnt > v2