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

2018-03-21 Thread gowrishankar muthukrishnan
On Saturday 03 March 2018 07:15 PM, Anatoly Burakov wrote: This patchset introduces dynamic memory allocation for DPDK (aka memory hotplug). Based upon RFC submitted in December [1]. Hi Anatoly, I am able to bring up pmd with these patches in powerpc. I am continuing to validate more on memory

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

2018-03-20 Thread Burakov, Anatoly
On 20-Mar-18 2:18 PM, Olivier Matz wrote: Hi, On Tue, Mar 20, 2018 at 01:51:31PM +, Burakov, Anatoly wrote: On 20-Mar-18 12:42 PM, Olivier Matz wrote: On Tue, Mar 20, 2018 at 10:27:55AM +, Burakov, Anatoly wrote: On 19-Mar-18 5:30 PM, Olivier Matz wrote: Hi Anatoly, On Sat, Mar 03,

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

2018-03-20 Thread Olivier Matz
Hi, On Tue, Mar 20, 2018 at 01:51:31PM +, Burakov, Anatoly wrote: > On 20-Mar-18 12:42 PM, Olivier Matz wrote: > > On Tue, Mar 20, 2018 at 10:27:55AM +, Burakov, Anatoly wrote: > > > On 19-Mar-18 5:30 PM, Olivier Matz wrote: > > > > Hi Anatoly, > > > > > > > > On Sat, Mar 03, 2018 at 01:4

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

2018-03-20 Thread Burakov, Anatoly
On 20-Mar-18 12:42 PM, Olivier Matz wrote: On Tue, Mar 20, 2018 at 10:27:55AM +, Burakov, Anatoly wrote: On 19-Mar-18 5:30 PM, Olivier Matz wrote: Hi Anatoly, On Sat, Mar 03, 2018 at 01:45:48PM +, Anatoly Burakov wrote: This patchset introduces dynamic memory allocation for DPDK (aka

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

2018-03-20 Thread Olivier Matz
On Tue, Mar 20, 2018 at 10:27:55AM +, Burakov, Anatoly wrote: > On 19-Mar-18 5:30 PM, Olivier Matz wrote: > > Hi Anatoly, > > > > On Sat, Mar 03, 2018 at 01:45:48PM +, Anatoly Burakov wrote: > > > This patchset introduces dynamic memory allocation for DPDK (aka memory > > > hotplug). Based

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

2018-03-20 Thread Burakov, Anatoly
On 19-Mar-18 5:30 PM, Olivier Matz wrote: Hi Anatoly, On Sat, Mar 03, 2018 at 01:45:48PM +, 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): -

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

2018-03-19 Thread Olivier Matz
Hi Anatoly, On Sat, Mar 03, 2018 at 01:45:48PM +, 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 bugfixes patchset [2] > - IPC i

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

2018-03-08 Thread Burakov, Anatoly
On 03-Mar-18 1:45 PM, 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 bugfixes patchset [2] - IPC improvements patchset [3] - IPC asynchronous

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

2018-03-08 Thread Bruce Richardson
On Thu, Mar 08, 2018 at 12:12:15PM +, Burakov, Anatoly wrote: > On 08-Mar-18 10:53 AM, Nélio Laranjeiro wrote: > > On Thu, Mar 08, 2018 at 09:37:27AM +, Burakov, Anatoly wrote: > > > On 07-Mar-18 4:05 PM, Burakov, Anatoly wrote: > > > > On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: > > > >

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

2018-03-08 Thread Burakov, Anatoly
On 08-Mar-18 10:53 AM, Nélio Laranjeiro wrote: On Thu, Mar 08, 2018 at 09:37:27AM +, Burakov, Anatoly wrote: On 07-Mar-18 4:05 PM, Burakov, Anatoly wrote: On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: Hi Anatoly, I am trying to run some test with this series, but it seems to be based on s

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

2018-03-08 Thread Nélio Laranjeiro
On Thu, Mar 08, 2018 at 09:37:27AM +, Burakov, Anatoly wrote: > On 07-Mar-18 4:05 PM, Burakov, Anatoly wrote: > > On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: > > > Hi Anatoly, > > > > > > I am trying to run some test with this series, but it seems to be based > > > on some other commits of y

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

2018-03-08 Thread Burakov, Anatoly
On 07-Mar-18 4:05 PM, Burakov, Anatoly wrote: On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: Hi Anatoly, I am trying to run some test with this series, but it seems to be based on some other commits of yours. I have already identified the following one [1] it seems I am missing some others. It

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

2018-03-07 Thread Burakov, Anatoly
On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: Hi Anatoly, I am trying to run some test with this series, but it seems to be based on some other commits of yours. I have already identified the following one [1] it seems I am missing some others. It is possible to have a list of commits to apply

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

2018-03-07 Thread Burakov, Anatoly
On 07-Mar-18 3:27 PM, Nélio Laranjeiro wrote: Hi Anatoly, I am trying to run some test with this series, but it seems to be based on some other commits of yours. I have already identified the following one [1] it seems I am missing some others. It is possible to have a list of commits to apply

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

2018-03-07 Thread Nélio Laranjeiro
Hi Anatoly, I am trying to run some test with this series, but it seems to be based on some other commits of yours. I have already identified the following one [1] it seems I am missing some others. It is possible to have a list of commits to apply on the current master branch [2] before this ser

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

2018-03-06 Thread Burakov, Anatoly
On 03-Mar-18 1:45 PM, Anatoly Burakov wrote: This patchset introduces dynamic memory allocation for DPDK (aka memory hotplug). Based upon RFC submitted in December [1]. For those testing this patch, there's a deadlock-at-startup issue when DPDK is started with no memory. This will be fixed in

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

2018-03-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 bugfixes patchset [2] - IPC improvements patchset [3] - IPC asynchronous request API patch [4] - Function to return num