[dpdk-dev] [PATCH v3 3/6] EAL: Add new EAL "--range-virtaddr" option

2016-03-04 Thread Tan, Jianfeng
Hi Tetsuya, On 2/22/2016 4:17 PM, Tetsuya Mukawa wrote: > The option specifies how to mmap EAL memory. > If the option is specified like '--range-virtaddr=-', > EAL will check /proc/maps, then tries to find free region between addr1 > and addr2. If a region is found, EAL will treat it as if

[dpdk-dev] [PATCH v3 3/6] EAL: Add new EAL "--range-virtaddr" option

2016-02-22 Thread Tetsuya Mukawa
The option specifies how to mmap EAL memory. If the option is specified like '--range-virtaddr=-', EAL will check /proc/maps, then tries to find free region between addr1 and addr2. If a region is found, EAL will treat it as if 'base-virtaddr' is specified. Because of this, the option will not