Hi, > -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Thursday, September 7, 2023 12:12 AM > To: [email protected] > Cc: Tyler Retzlaff <[email protected]>; David Marchand > <[email protected]>; Ferruh Yigit <[email protected]>; Chas > Williams <[email protected]>; Min Hu (Connor) <[email protected]>; > Matan Azrad <[email protected]>; Viacheslav Ovsiienko > <[email protected]>; Ori Kam <[email protected]>; Suanming Mou > <[email protected]>; Ajit Khaparde <[email protected]>; > Somnath Kotur <[email protected]>; Devendra Singh Rawat > <[email protected]>; Alok Prasad <[email protected]>; Xu, Rosen > <[email protected]>; Zhang, Tianfei <[email protected]>; Vijay > Kumar Srivastava <[email protected]>; Jerin Jacob <[email protected]>; > Sunil Kumar Kori <[email protected]>; Burakov, Anatoly > <[email protected]>; Richardson, Bruce > <[email protected]>; Andrew Rybchenko > <[email protected]>; Naga Harish K, S V > <[email protected]>; Maxime Coquelin > <[email protected]>; Xia, Chenbo <[email protected]> > 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: Thomas Monjalon <[email protected]> > --- > drivers/raw/ifpga/base/opae_osdep.h | 1 +
Acked-by: Rosen Xu <[email protected]>

