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 814D5A00BE; Thu, 17 Feb 2022 13:55:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 052B641153; Thu, 17 Feb 2022 13:55:39 +0100 (CET) Received: from mail-108-mta133.mxroute.com (mail-108-mta133.mxroute.com [136.175.108.133]) by mails.dpdk.org (Postfix) with ESMTP id 535BA41150 for ; Thu, 17 Feb 2022 13:55:37 +0100 (CET) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultr.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta133.mxroute.com (ZoneMTA) with ESMTPSA id 17f07c08e200005a20.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 17 Feb 2022 12:55:34 +0000 X-Zone-Loop: e99822063db62c98f6790dc4a7849c7743de1ffa03d5 X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:Date:In-reply-to:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=000B+a0kaLKMVSF2bGKt5NmAXrL6gc+UvNP1IA3PuTs=; b=QnbtrPZSVd+IXOXPATi9MVb9+o xn/noVz5oZ59vJLrggpenP4w9oZYpz975BO9AC25dc1DLW77C1GMVT+e+RDhh7rban5DlA+Z07G31 RMm9L41uCoGD7waTIH1goK/TZ7wxcLDaX74oPPyMDhBLMGGSqZnCKFXd2hlyrzQOxQBPJSv9mFufC wo3IP7Nb2EOXhQR4ZsPsbVPZaHrfcOjtoFXhXqoWIp2OQ2gV4DGf9eZZ4bJkF3O9kslu10c/kpaDx kR+7+v5T7CNOe4XlgNaJO5DNyh2d5m2uQ7tSXieFO2lZi37bThn08p7z8Wv03YCLumJgI+9q5uyX9 liVqwHow==; References: <20220216193917.251657-1-stephen@networkplumber.org> <20220216193917.251657-3-stephen@networkplumber.org> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH 2/4] lcore: change rte_lcore_to_cpu_id and rte_lcore_cpuset as not experimental In-reply-to: <20220216193917.251657-3-stephen@networkplumber.org> Date: Thu, 17 Feb 2022 07:55:31 -0500 Message-ID: <87ee41fy9o.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu 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 Stephen Hemminger writes: > These API's have been around for a long time and by now are fixed. > > Signed-off-by: Stephen Hemminger > --- > lib/eal/include/rte_lcore.h | 9 +-------- > lib/eal/version.map | 4 ++-- > 2 files changed, 3 insertions(+), 10 deletions(-) > > diff --git a/lib/eal/include/rte_lcore.h b/lib/eal/include/rte_lcore.h > index 258bc49b24ea..d2f908fa3466 100644 > --- a/lib/eal/include/rte_lcore.h > +++ b/lib/eal/include/rte_lcore.h Acked-by: Ray Kinsella -- Regards, Ray K