Hi Oliver, Just to clarify about mempool - I suppose you are talking about ability to place internal ring and mempool metadata inside externally allocated memory? It is already possible to keep mempool elements inside externally allocated memory (rte_mempool_xmem_create()). Konstantin
-----Original Message----- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier MATZ Sent: Wednesday, May 07, 2014 4:10 PM To: Venkatesan, Venky; Igor Ryzhov; dev at dpdk.org Subject: Re: [dpdk-dev] RTE Ring removing Hi Venky, On 05/07/2014 04:01 PM, Venkatesan, Venky wrote: > We should look at how to make the memseg capable of doing alloc/free > (including re-assembly of fragments) after the 1.7 release. Is that > something you are considering doing (or are there any other DPDKers > considering this), or should I look at putting together a patch for > that? No, that's not something I'm working on today. On this topic, I have some work in progress in the rte_mempool code. I'll submit it here as soon as it is ready, I'm not sure it will be finished before the end of the 1.7.0 integration window. Regards, Olivier