Re: [dpdk-dev] [PATCH] mbuf: document how to set length when attaching ext buffer

2020-01-20 Thread Thomas Monjalon
28/12/2019 10:40, Jörg Thalheim: > > Looks good to me! > > Olivier Matz writes: > > > From: Jörg Thalheim > > > > Enhance API documentation of rte_pktmbuf_attach_extbuf() to > > explain that the attached mbuf is initialized with length = 0. > > > > Link: https://bugs.dpdk.org/show_bug.cgi?id=3

Re: [dpdk-dev] [PATCH] mbuf: document how to set length when attaching ext buffer

2020-01-03 Thread Jörg Thalheim
Looks good to me! Olivier Matz writes: > From: Jörg Thalheim > > Enhance API documentation of rte_pktmbuf_attach_extbuf() to > explain that the attached mbuf is initialized with length = 0. > > Link: https://bugs.dpdk.org/show_bug.cgi?id=362 > > Signed-off-by: Jörg Thalheim > Signed-off-by:

[dpdk-dev] [PATCH] mbuf: document how to set length when attaching ext buffer

2019-12-26 Thread Olivier Matz
From: Jörg Thalheim Enhance API documentation of rte_pktmbuf_attach_extbuf() to explain that the attached mbuf is initialized with length = 0. Link: https://bugs.dpdk.org/show_bug.cgi?id=362 Signed-off-by: Jörg Thalheim Signed-off-by: Olivier Matz --- Hi, This patch is a slight reword of a