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

2019-01-23 Thread 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 configure unlimited memory allocations by '--socket-lim

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

2019-01-22 Thread Ilya Maximets
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 configure unlimited memory allocations by '--socket-limit 0'. Both cases are impossible now and blo