Re: [dpdk-dev] [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem

2019-03-12 Thread Burakov, Anatoly
...@intel.com Subject: Re: [dpdk-dev] [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem On 08-Mar-19 5:38 AM, Lilijun wrote: Comparing dpdk VA spaces to dpdk 16.11, the dpdk app process's VA spaces increase to above 30G. Here we can unmap the unneed VA spaces in rte_memseg_list. Signed-o

Re: [dpdk-dev] [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem

2019-03-11 Thread Lilijun (Jerry, Cloud Networking)
v] [PATCH] eal: unmap unneed dpdk VA spaces for > legacy mem > > On 08-Mar-19 5:38 AM, Lilijun wrote: > > Comparing dpdk VA spaces to dpdk 16.11, the dpdk app process's VA > spaces increase to above 30G. > > Here we can unmap the unneed VA spaces in rte_memseg_list.

Re: [dpdk-dev] [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem

2019-03-08 Thread Burakov, Anatoly
On 08-Mar-19 5:38 AM, Lilijun wrote: Comparing dpdk VA spaces to dpdk 16.11, the dpdk app process's VA spaces increase to above 30G. Here we can unmap the unneed VA spaces in rte_memseg_list. Signed-off-by: Lilijun --- lib/librte_eal/linuxapp/eal/eal_memory.c | 13 - 1 file chan

[dpdk-dev] [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem

2019-03-07 Thread Lilijun
Comparing dpdk VA spaces to dpdk 16.11, the dpdk app process's VA spaces increase to above 30G. Here we can unmap the unneed VA spaces in rte_memseg_list. Signed-off-by: Lilijun --- lib/librte_eal/linuxapp/eal/eal_memory.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) dif