Re: [dpdk-dev] [PATCH v4 0/3] DMA map anonymous memory to eth devices

2019-04-11 Thread Ferruh Yigit
On 4/7/2019 6:02 AM, Shahaf Shuler wrote: > Small series to use the APIs introduced by commit c33a675b6276 ("bus: > introduce device level DMA memory mapping") > > On v4: > * simplify return logic from mbuf_pool_create. > * remove extern from mempools structure. > > On v3: > * remove redundan

[dpdk-dev] [PATCH v4 0/3] DMA map anonymous memory to eth devices

2019-04-06 Thread Shahaf Shuler
Small series to use the APIs introduced by commit c33a675b6276 ("bus: introduce device level DMA memory mapping") On v4: * simplify return logic from mbuf_pool_create. * remove extern from mempools structure. On v3: * remove redundant return. On v2: * enforcing parameter validity at option