From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ED17C43731; Wed, 20 Dec 2023 08:27:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC59440266; Wed, 20 Dec 2023 08:27:45 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 25789400EF for ; Wed, 20 Dec 2023 08:27:44 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 1642C202CC; Wed, 20 Dec 2023 08:27:43 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] config/x86: config support for AMD EPYC processors X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 20 Dec 2023 08:27:41 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F0E2@smartserver.smartshare.dk> In-Reply-To: <20231220071046.2263-1-sivaprasad.tummala@amd.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] config/x86: config support for AMD EPYC processors Thread-Index: AdozE7wrgofwkyitSK+/YemPHsN0VQAAduKA References: <20231220071046.2263-1-sivaprasad.tummala@amd.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Sivaprasad Tummala" , , , , , , , , , Cc: X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Sivaprasad Tummala [mailto:sivaprasad.tummala@amd.com] > Sent: Wednesday, 20 December 2023 08.11 >=20 > On x86 platforms, max lcores are limited to 128 by default. >=20 > On AMD EPYC processors, this limit was adjusted for native > builds in the previous patch. > https://patches.dpdk.org/project/dpdk/patch/ > 20230925151027.558546-1-sivaprasad.tummala@amd.com/ >=20 > As agreed earlier in mailing list, this patch adjusts the limit > for specific AMD EPYC target/cross builds. >=20 > Signed-off-by: Sivaprasad Tummala > --- [...] > + foreach m:epyc_zen_cores.keys() > + if m.contains(cpu_instruction_set) > + dpdk_conf.set('RTE_MAX_LCORE', epyc_zen_cores[m]) > + break The indentation of "break" uses a mix of tab and spaces, and should be = fixed. Acked-by: Morten Br=F8rup