Re: [dpdk-dev] [PATCH v5 2/2] build: add meson options of max_memseg_lists

2021-10-14 Thread Thomas Monjalon
14/10/2021 10:25, Bruce Richardson: > On Thu, Oct 14, 2021 at 04:54:19AM +0800, Kefu Chai wrote: > > RTE_MAX_MEMSEG_LISTS = 128 is not enough for many-core machines, in our > > case, we need to increase it to 8192. so add an option so user can > > override it. > > > > Signed-off-by: Kefu Chai >

Re: [dpdk-dev] [PATCH v5 2/2] build: add meson options of max_memseg_lists

2021-10-14 Thread Bruce Richardson
On Thu, Oct 14, 2021 at 04:54:19AM +0800, Kefu Chai wrote: > RTE_MAX_MEMSEG_LISTS = 128 is not enough for many-core machines, in our > case, we need to increase it to 8192. so add an option so user can > override it. > > Signed-off-by: Kefu Chai This seems a very low-level option to be exposing