Re: [dpdk-dev] Query regarding EAL -m option

2021-08-06 Thread Dmitry Kozlyuk
2021-08-06 09:06 (UTC+), Gagandeep Singh: > Hi, > > I can understand "-m" option can be used in "-legacy-mode" to limit the > memory reservation during the eal_init. > Is it true for dynamic memory allocation mode as well that dynamically > allocated memory cannot be more than memory specifi

[dpdk-dev] Query regarding EAL -m option

2021-08-06 Thread Gagandeep Singh
Hi, I can understand "-m" option can be used in "-legacy-mode" to limit the memory reservation during the eal_init. Is it true for dynamic memory allocation mode as well that dynamically allocated memory cannot be more than memory specified in "-m"? Or this option is valid only for legacy mode?