Re: [PATCH v2 2/2] build: prevent accidentally building without NUMA support

2023-06-13 Thread David Marchand
On Mon, Jun 12, 2023 at 7:59 PM Bruce Richardson wrote: > > On Mon, Jun 12, 2023 at 06:14:56PM +0100, Bruce Richardson wrote: > > When libnuma development package is missing on a system, DPDK can still > > be built but will be missing much-needed support for NUMA memory > > management. This may la

Re: [PATCH v2 2/2] build: prevent accidentally building without NUMA support

2023-06-12 Thread Bruce Richardson
On Mon, Jun 12, 2023 at 06:14:56PM +0100, Bruce Richardson wrote: > When libnuma development package is missing on a system, DPDK can still > be built but will be missing much-needed support for NUMA memory > management. This may later cause issues at runtime if the resulting > binary is run on a N

[PATCH v2 2/2] build: prevent accidentally building without NUMA support

2023-06-12 Thread Bruce Richardson
When libnuma development package is missing on a system, DPDK can still be built but will be missing much-needed support for NUMA memory management. This may later cause issues at runtime if the resulting binary is run on a NUMA system. We can reduce the incidence of such runtime error by ensuring