RE: [PATCH] config/arm: make SoC-generic more generic

2022-11-15 Thread Ruifeng Wang
> -Original Message- > From: fengchengwen > Sent: Tuesday, November 15, 2022 3:55 PM > To: Jerin Jacob ; Richardson, Bruce > ; > Konstantin Ananyev > Cc: tho...@monjalon.net; dev@dpdk.org; Ruifeng Wang > Subject: Re: [PATCH] config/arm: make SoC-generic mo

Re: [PATCH] config/arm: make SoC-generic more generic

2022-11-14 Thread fengchengwen
Hi Jerin, On 2022/11/15 15:08, Jerin Jacob wrote: > On Tue, Nov 15, 2022 at 7:46 AM Chengwen Feng wrote: >> >> The non-generic soc has 1280 max-lcores and 32 max-numas, but the >> implementer-generic still has 256 max-lcores and 4 max-numas, which may >> result in restrictions on the use of binar

Re: [PATCH] config/arm: make SoC-generic more generic

2022-11-14 Thread Jerin Jacob
On Tue, Nov 15, 2022 at 7:46 AM Chengwen Feng wrote: > > The non-generic soc has 1280 max-lcores and 32 max-numas, but the > implementer-generic still has 256 max-lcores and 4 max-numas, which may > result in restrictions on the use of binaries compiled by soc-generic > in these systems. > > This

[PATCH] config/arm: make SoC-generic more generic

2022-11-14 Thread Chengwen Feng
The non-generic soc has 1280 max-lcores and 32 max-numas, but the implementer-generic still has 256 max-lcores and 4 max-numas, which may result in restrictions on the use of binaries compiled by soc-generic in these systems. This patch changes the soc-generic max-lcores to 1280 and max-numas to 3