RE: [PATCH 11/11] lib: remove pthread.h from includes

2023-09-09 Thread Xu, Rosen
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Thursday, September 7, 2023 12:12 AM > To: dev@dpdk.org > Cc: Tyler Retzlaff ; David Marchand > ; Ferruh Yigit ; Chas > Williams ; Min Hu (Connor) ; > Matan Azrad ; Viacheslav Ovsiienko > ; Ori Kam ; Suanming Mou > ; Ajit Khaparde ;

Re: [PATCH 11/11] lib: remove pthread.h from includes

2023-09-07 Thread Ajit Khaparde
On Thu, Sep 7, 2023 at 9:25 PM Tyler Retzlaff wrote: > > 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. > > > > Si

Re: [PATCH 11/11] lib: remove pthread.h from includes

2023-09-07 Thread Tyler Retzlaff
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