Re: [dpdk-dev] [RFC] mem: do not merge elems from different heap allocs

2018-12-04 Thread Burakov, Anatoly
On 29-Nov-18 7:13 PM, Jim Harris wrote: SPDK uses the rte_mem_event_callback_register API to create RDMA memory regions (MRs) for newly allocated regions of memory. This is used in both the SPDK NVMe-oF target and the NVMe-oF host driver. DPDK creates internal malloc_elem structures for these a

[dpdk-dev] [RFC] mem: do not merge elems from different heap allocs

2018-11-29 Thread Jim Harris
SPDK uses the rte_mem_event_callback_register API to create RDMA memory regions (MRs) for newly allocated regions of memory. This is used in both the SPDK NVMe-oF target and the NVMe-oF host driver. DPDK creates internal malloc_elem structures for these allocated regions. As users malloc and fre