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

2020-01-20 Thread Olivier Matz
On Mon, Jan 20, 2020 at 05:30:45PM +, Slava Ovsiienko wrote: > The unit test (as part of test_mbuf application) will be provided as > separated patch. OK, thanks

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

2020-01-20 Thread Slava Ovsiienko
heh > ; Ori Kam ; Shahaf Shuler > ; olivier.m...@6wind.com; > step...@networkplumber.org; tho...@mellanox.net > Subject: [dpdk-dev] [PATCH v5 0/5] mbuf: detach mbuf with pinned external > buffer > > Today's pktmbuf pool contains only mbufs with no external buffers. > T

[dpdk-dev] [PATCH v5 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.