Re: [dpdk-dev] [PATCH v8 1/2] mbuf: support attaching external buffer to mbuf

2018-04-27 Thread Thomas Monjalon
27/04/2018 19:22, Yongseok Koh: > This patch introduces a new way of attaching an external buffer to a mbuf. > > Attaching an external buffer is quite similar to mbuf indirection in > replacing buffer addresses and length of a mbuf, but a few differences: > - When an indirect mbuf is attached, r

[dpdk-dev] [PATCH v8 1/2] mbuf: support attaching external buffer to mbuf

2018-04-27 Thread Yongseok Koh
This patch introduces a new way of attaching an external buffer to a mbuf. Attaching an external buffer is quite similar to mbuf indirection in replacing buffer addresses and length of a mbuf, but a few differences: - When an indirect mbuf is attached, refcnt of the direct mbuf would be 2 as