Re: [dpdk-dev] Memory allocation in dpdk at basic level

2018-10-25 Thread Avinash Chaurasia
Thanks a lot! Avinash Kumar Chaurasia On Tue, Oct 23, 2018 at 3:26 PM Burakov, Anatoly wrote: > On 22-Oct-18 10:08 PM, Avinash Chaurasia wrote: > > Hello, > > I am not sure whether this is right list for posting this problem. I am > > trying to understand how dpdk allocate memory. I tried dig

Re: [dpdk-dev] Memory allocation in dpdk at basic level

2018-10-23 Thread Burakov, Anatoly
On 22-Oct-18 10:08 PM, Avinash Chaurasia wrote: Hello, I am not sure whether this is right list for posting this problem. I am trying to understand how dpdk allocate memory. I tried digging code to understand memory allocation of DPDK. So far I understood that memory is allocated from a heap that

[dpdk-dev] Memory allocation in dpdk at basic level

2018-10-22 Thread Avinash Chaurasia
Hello, I am not sure whether this is right list for posting this problem. I am trying to understand how dpdk allocate memory. I tried digging code to understand memory allocation of DPDK. So far I understood that memory is allocated from a heap that dpdk maintains. However, this heap must be alloca