Re: [dpdk-dev] [PATCH v2] mem: add --match-allocations

2018-12-20 Thread Thomas Monjalon
17/12/2018 10:40, Burakov, Anatoly: > On 14-Dec-18 5: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. > > >

Re: [dpdk-dev] [PATCH v2] mem: add --match-allocations

2018-12-17 Thread Burakov, Anatoly
On 17-Dec-18 9:40 AM, Burakov, Anatoly wrote: On 14-Dec-18 5: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 creat

Re: [dpdk-dev] [PATCH v2] mem: add --match-allocations

2018-12-17 Thread Burakov, Anatoly
On 14-Dec-18 5: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 al

[dpdk-dev] [PATCH v2] mem: add --match-allocations

2018-12-14 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 free