Re: [dpdk-dev] [RFC 00/11] Support externally allocated memory in DPDK

2018-07-26 Thread Burakov, Anatoly
On 19-Jul-18 11:58 AM, László Vadkerti wrote: On Jul 13, 2018, at 7:57 PM, Wiles, Keith wrote: On Jul 13, 2018, at 12:10 PM, Burakov, Anatoly wrote: On 06-Jul-18 2:17 PM, Anatoly Burakov wrote: This is a proposal to enable using externally allocated memory in DPDK. In a nutshell, here is w

Re: [dpdk-dev] [RFC 00/11] Support externally allocated memory in DPDK

2018-07-19 Thread László Vadkerti
> On Jul 13, 2018, at 7:57 PM, Wiles, Keith wrote: > > > On Jul 13, 2018, at 12:10 PM, Burakov, Anatoly > > wrote: > > > > On 06-Jul-18 2:17 PM, Anatoly Burakov wrote: > >> This is a proposal to enable using externally allocated memory in > >> DPDK. > >> In a nutshell, here is what is being done

Re: [dpdk-dev] [RFC 00/11] Support externally allocated memory in DPDK

2018-07-13 Thread Wiles, Keith
> On Jul 13, 2018, at 12:10 PM, Burakov, Anatoly > wrote: > > On 06-Jul-18 2:17 PM, Anatoly Burakov wrote: >> This is a proposal to enable using externally allocated memory >> in DPDK. >> In a nutshell, here is what is being done here: >> - Index malloc heaps by NUMA node index, rather than NU

Re: [dpdk-dev] [RFC 00/11] Support externally allocated memory in DPDK

2018-07-13 Thread Burakov, Anatoly
On 06-Jul-18 2:17 PM, Anatoly Burakov wrote: This is a proposal to enable using externally allocated memory in DPDK. In a nutshell, here is what is being done here: - Index malloc heaps by NUMA node index, rather than NUMA node itself - Add identifier string to malloc heap, to uniquely identify

[dpdk-dev] [RFC 00/11] Support externally allocated memory in DPDK

2018-07-06 Thread Anatoly Burakov
This is a proposal to enable using externally allocated memory in DPDK. In a nutshell, here is what is being done here: - Index malloc heaps by NUMA node index, rather than NUMA node itself - Add identifier string to malloc heap, to uniquely identify it - Allow creating named heaps and add/remove