Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-05 Thread Thomas Monjalon
04/02/2021 10:56, Bruce Richardson: > On Wed, Feb 03, 2021 at 10:18:18PM +0100, Thomas Monjalon wrote: > > AMD CPU can present a high number of NUMA nodes. > > The default should be 32 for better compatibility. > > > > Signed-off-by: Thomas Monjalon > > --- > Seems reasonable. > > Acked-by: Bruc

Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-04 Thread Jerin Jacob
On Thu, Feb 4, 2021 at 3:58 PM Thomas Monjalon wrote: > > 04/02/2021 07:19, Jerin Jacob: > > On Thu, Feb 4, 2021 at 2:49 AM Thomas Monjalon wrote: > > > > > > AMD CPU can present a high number of NUMA nodes. > > > The default should be 32 for better compatibility. > > > > The typical configuratio

Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-04 Thread Asaf Penso
>-Original Message- >From: dev On Behalf Of Thomas Monjalon >Sent: Wednesday, February 3, 2021 11:18 PM >To: dev@dpdk.org >Cc: Bruce Richardson >Subject: [dpdk-dev] [PATCH] config: increase default maximum number of >NUMA nodes > >AMD CPU can present a high

Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-04 Thread Thomas Monjalon
04/02/2021 07:19, Jerin Jacob: > On Thu, Feb 4, 2021 at 2:49 AM Thomas Monjalon wrote: > > > > AMD CPU can present a high number of NUMA nodes. > > The default should be 32 for better compatibility. > > The typical configuration is 4 nodes[1] for AMD. Just wondering, Is it > an exception case? if

Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-04 Thread Bruce Richardson
On Wed, Feb 03, 2021 at 10:18:18PM +0100, Thomas Monjalon wrote: > AMD CPU can present a high number of NUMA nodes. > The default should be 32 for better compatibility. > > Signed-off-by: Thomas Monjalon > --- Seems reasonable. Acked-by: Bruce Richardson

Re: [dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-03 Thread Jerin Jacob
On Thu, Feb 4, 2021 at 2:49 AM Thomas Monjalon wrote: > > AMD CPU can present a high number of NUMA nodes. > The default should be 32 for better compatibility. The typical configuration is 4 nodes[1] for AMD. Just wondering, Is it an exception case? if so, Do we need to consume more memory for no

[dpdk-dev] [PATCH] config: increase default maximum number of NUMA nodes

2021-02-03 Thread Thomas Monjalon
AMD CPU can present a high number of NUMA nodes. The default should be 32 for better compatibility. Signed-off-by: Thomas Monjalon --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 5c382487da..6eff62e47d 100644 -