Re: [dpdk-dev] [PATCH v6 0/5] mbuf: detach mbuf with pinned external buffer

2020-01-20 Thread Thomas Monjalon
20/01/2020 20:16, Viacheslav Ovsiienko: > Today's pktmbuf pool contains only mbufs with no external buffers. > This means data buffer for the mbuf should be placed right after the > mbuf structure (+ the private data when enabled). > > On some cases, the application would want to have the buffers

[dpdk-dev] [PATCH v6 0/5] mbuf: detach mbuf with pinned external buffer

2020-01-20 Thread Viacheslav Ovsiienko
Today's pktmbuf pool contains only mbufs with no external buffers. This means data buffer for the mbuf should be placed right after the mbuf structure (+ the private data when enabled). On some cases, the application would want to have the buffers allocated from a different device in the platform.