Re: configuration of memseg lists number

2023-11-06 Thread Avi Kivity
Thanks, it makes sense. I'll get around to it "eventually". On Thu, 2023-11-02 at 11:04 +0100, Thomas Monjalon wrote: > Hello, > > While looking at Seastar, I see it uses this patch on top of DPDK: > > build: add meson options of max_memseg_lists > > RTE_MAX_MEMSEG_LISTS = 128 i

Re: configuration of memseg lists number

2023-11-05 Thread kefu chai
On Sun, Nov 5, 2023 at 5:56 PM Avi Kivity wrote: > Thanks, it makes sense. I'll get around to it "eventually". > > On Thu, 2023-11-02 at 11:04 +0100, Thomas Monjalon wrote: > > Hello, > > While looking at Seastar, I see it uses this patch on top of DPDK: > > build: add meson options of ma

configuration of memseg lists number

2023-11-02 Thread Thomas Monjalon
Hello, While looking at Seastar, I see it uses this patch on top of DPDK: build: add meson options of max_memseg_lists RTE_MAX_MEMSEG_LISTS = 128 is not enough for high-memory machines, in our case, we need to increase it to 8192. so add an option so user can over