Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: fix parsing zero socket memory and limits

2019-01-23 Thread Wiles, Keith
> On Jan 23, 2019, at 5:03 PM, Thomas Monjalon wrote: > > 23/01/2019 11:15, Burakov, Anatoly: >> On 22-Jan-19 4:27 PM, Ilya Maximets wrote: >>> Modern memory mode allowes to not reserve any memory by the >>> '--socket-mem' option. i.e. it could be possible to specify >>> zero preallocated memo

Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: fix parsing zero socket memory and limits

2019-01-23 Thread Thomas Monjalon
23/01/2019 11:15, Burakov, Anatoly: > On 22-Jan-19 4:27 PM, Ilya Maximets wrote: > > Modern memory mode allowes to not reserve any memory by the > > '--socket-mem' option. i.e. it could be possible to specify > > zero preallocated memory like '--socket-mem 0'. > > Also, it should be possible to con