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 9E6E843CF6; Tue, 19 Mar 2024 08:24:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40D0C40DD8; Tue, 19 Mar 2024 08:24:17 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 25FBC40289; Tue, 19 Mar 2024 08:24:15 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id E7FF020CA1; Tue, 19 Mar 2024 08:24:14 +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 v5 1/6] examples/l3fwd: fix lcore ID restriction Date: Tue, 19 Mar 2024 08:24:13 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F2FC@smartserver.smartshare.dk> In-Reply-To: <20240318173146.24303-2-sivaprasad.tummala@amd.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction Thread-Index: Adp5WjjdgB0PeWYZRVi17KCUgvT4YwAc0A8A References: <20240116182332.95537-1-sivaprasad.tummala@amd.com> <20240318173146.24303-1-sivaprasad.tummala@amd.com> <20240318173146.24303-2-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: Monday, 18 March 2024 18.32 >=20 > Currently the config option allows lcore IDs up to 255, > irrespective of RTE_MAX_LCORES and needs to be fixed. >=20 > The patch allows config options based on DPDK config. >=20 > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org >=20 > Signed-off-by: Sivaprasad Tummala > Acked-by: Konstantin Ananyev > --- I suggest you update the description of the individual patches too, like = you did for patch 0/6. E.g. this patch not only fixes the lcore_id, but also the queue_id type = size. For the series, Acked-by: Morten Br=F8rup