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

2023-09-09 Thread Xu, Rosen
me Coquelin > ; Xia, Chenbo > Subject: [PATCH 11/11] lib: remove pthread.h from includes > > 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: Tho

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

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

2023-09-06 Thread Thomas Monjalon
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 --- app/test/test_link_bonding.c | 2 ++ drivers/common/mlx5/mlx5_common.c | 1 + driver