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 3AC1945946; Mon, 9 Sep 2024 09:49:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DFF6A402A8; Mon, 9 Sep 2024 09:49:34 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id 2A7A8402A5 for ; Mon, 9 Sep 2024 09:49:33 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.88.234]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4X2JrP48z2z20nh2; Mon, 9 Sep 2024 15:49:25 +0800 (CST) Received: from dggpeml500024.china.huawei.com (unknown [7.185.36.10]) by mail.maildlp.com (Postfix) with ESMTPS id 3CCA9140134; Mon, 9 Sep 2024 15:49:29 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 9 Sep 2024 15:49:29 +0800 Subject: Re: [RFC PATCH v1 5/5] lcore: store physical package ID internally To: Anatoly Burakov , , Tyler Retzlaff , Bruce Richardson , Dmitry Kozlyuk , Pallavi Kadam References: From: fengchengwen Message-ID: <2fd7a64f-7cb2-0057-2d4b-2a8ffe9e4ffb@huawei.com> Date: Mon, 9 Sep 2024 15:49:28 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml500024.china.huawei.com (7.185.36.10) 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 It seemed there is no usage scenario of the new field, suggest add it when we indeed need it. On 2024/9/6 19:47, Anatoly Burakov wrote: > This patch introduces a new field in the lcore structure that stores the > physical package ID of the core. This field is populated during EAL init. > It is not exposed through any external API's for now. > > Signed-off-by: Anatoly Burakov > --- ...