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 5A4384253E; Fri, 8 Sep 2023 06:25:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BE7740285; Fri, 8 Sep 2023 06:25:04 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 47A2540042 for ; Fri, 8 Sep 2023 06:25:02 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 979D0212B5D2; Thu, 7 Sep 2023 21:25:01 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 979D0212B5D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1694147101; bh=IEbPKzCEvKkG+CK8KDzwawI7y1y1xJSX5kZ7eNM6Uw8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Kzr8aavB2OypDt4T2qZiaqafaOiwbtzzrryzCCO4BmN6014nrz2zAZ2s1HuRvWkUY 7AHFGgNoMCA2oiNDZ7NvhzTzGt6wFwpwdcNDG6nBJ01gXIAiyggyRTkxVWtec8eO6K qlq6QnIikgSmcDbxCWVysWDfHvlhPLQboRJIazWs= Date: Thu, 7 Sep 2023 21:25:01 -0700 From: Tyler Retzlaff To: Thomas Monjalon Cc: dev@dpdk.org, David Marchand , Ferruh Yigit , Chas Williams , "Min Hu (Connor)" , Matan Azrad , Viacheslav Ovsiienko , Ori Kam , Suanming Mou , Ajit Khaparde , Somnath Kotur , Devendra Singh Rawat , Alok Prasad , Rosen Xu , Tianfei Zhang , Vijay Kumar Srivastava , Jerin Jacob , Sunil Kumar Kori , Anatoly Burakov , Bruce Richardson , Andrew Rybchenko , Naga Harish K S V , Maxime Coquelin , Chenbo Xia Subject: Re: [PATCH 11/11] lib: remove pthread.h from includes Message-ID: <20230908042501.GG7692@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230906162226.1618088-1-thomas@monjalon.net> <20230906162226.1618088-12-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230906162226.1618088-12-thomas@monjalon.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Wed, Sep 06, 2023 at 06:12:28PM +0200, Thomas Monjalon wrote: > The header files should have the minimum embedded includes. > The file pthread.h can logically be removed from > rte_per_lcore.h and rte_ethdev_core.h files. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Tyler Retzlaff