Re: [PATCH V8] lib: set/get max memzone segments

2023-06-05 Thread Thomas Monjalon
05/06/2023 12:50, Ophir Munk: > Currently, the max memzones count constat (RTE_MAX_MEMZONE) is used to > decide how many memzones a DPDK application can have. This value could > technically be changed by manually editing `rte_config.h` before > compilation, but if DPDK is already compiled, that opt

[PATCH V8] lib: set/get max memzone segments

2023-06-05 Thread Ophir Munk
Currently, the max memzones count constat (RTE_MAX_MEMZONE) is used to decide how many memzones a DPDK application can have. This value could technically be changed by manually editing `rte_config.h` before compilation, but if DPDK is already compiled, that option is not useful. There are certain u