Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-06 Thread Burakov, Anatoly
; olivier.m...@6wind.com; gowrishanka...@linux.vnet.ibm.com Subject: Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK Importance: High 05/04/2018 16:24, Shreyansh Jain: Physical addressing cases for both, dpaa/dpaa2, depend heavily on the fact that physical addressing was the base and was

Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-06 Thread Hemant Agrawal
ppe...@japf.ch; jerin.ja...@caviumnetworks.com; > > Hemant Agrawal ; olivier.m...@6wind.com; > > gowrishanka...@linux.vnet.ibm.com > > Subject: Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK > > Importance: High > > > > 05/04/2018 16:24, Shreyansh Jain

Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-05 Thread santosh
Hi Anatoly, On Wednesday 04 April 2018 04:51 AM, Anatoly Burakov wrote: > This patchset introduces dynamic memory allocation for DPDK (aka memory > hotplug). Based upon RFC submitted in December [1]. > > Dependencies (to be applied in specified order): > - IPC asynchronous request API patch [2] >

Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-05 Thread Hemant Agrawal
grawal > ; olivier.m...@6wind.com; > gowrishanka...@linux.vnet.ibm.com > Subject: Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK > Importance: High > > 05/04/2018 16:24, Shreyansh Jain: > > Physical addressing cases for both, dpaa/dpaa2, depend heavily on the > &g

Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-05 Thread Thomas Monjalon
05/04/2018 16:24, Shreyansh Jain: > Physical addressing cases for both, dpaa/dpaa2, depend heavily on the > fact that physical addressing was the base and was available in sorted > manner. This is reversed/negated with hotplugging support. > So, rework of both the drivers is required from this pe

Re: [dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-05 Thread Shreyansh Jain
Hello Anatoly, On Wednesday 04 April 2018 04:51 AM, Anatoly Burakov wrote: This patchset introduces dynamic memory allocation for DPDK (aka memory hotplug). Based upon RFC submitted in December [1]. Dependencies (to be applied in specified order): - IPC asynchronous request API patch [2] - Func

[dpdk-dev] [PATCH v3 00/68] Memory Hotplug for DPDK

2018-04-03 Thread Anatoly Burakov
This patchset introduces dynamic memory allocation for DPDK (aka memory hotplug). Based upon RFC submitted in December [1]. Dependencies (to be applied in specified order): - IPC asynchronous request API patch [2] - Function to return number of sockets [3] - EAL IOVA fix [4] Deprecation notices r