Re: [PATCH] kernel/freebsd: Allow contigmem allocation in NUMA domains

2025-06-06 Thread Bruce Richardson
On Tue, May 06, 2025 at 12:48:38PM -0500, Jake Freeland wrote: > Allow the user to specify a list of comma separated NUMA domains in > `hw.contigmem.domains` to allocate memory from. All contigmem will be > allocated in an interleaved fashion across the specified domains using > the DOMAINSET_POLIC

[PATCH] kernel/freebsd: Allow contigmem allocation in NUMA domains

2025-05-06 Thread Jake Freeland
Allow the user to specify a list of comma separated NUMA domains in `hw.contigmem.domains` to allocate memory from. All contigmem will be allocated in an interleaved fashion across the specified domains using the DOMAINSET_POLICY_INTERLEAVE policy from domainset(9). If `hw.contigmem.domains` is un