Re: [PATCH 1/3] eal: add rte control thread create API

2022-12-06 Thread Stephen Hemminger
On Tue, 6 Dec 2022 09:35:14 -0800 Tyler Retzlaff wrote: > On Mon, Dec 05, 2022 at 01:11:16PM -0800, Stephen Hemminger wrote: > > On Mon, 5 Dec 2022 12:24:26 -0800 > > Tyler Retzlaff wrote: > > > > > Signed-off-by: Tyler Retzlaff > > > --- > > > lib/eal/common/eal_common_thread.c | 93 > >

Re: [PATCH 1/3] eal: add rte control thread create API

2022-12-06 Thread Tyler Retzlaff
On Mon, Dec 05, 2022 at 01:11:16PM -0800, Stephen Hemminger wrote: > On Mon, 5 Dec 2022 12:24:26 -0800 > Tyler Retzlaff wrote: > > > Signed-off-by: Tyler Retzlaff > > --- > > lib/eal/common/eal_common_thread.c | 93 > > ++ > > lib/eal/include/rte_thread.h

Re: [PATCH 1/3] eal: add rte control thread create API

2022-12-05 Thread Tyler Retzlaff
On Mon, Dec 05, 2022 at 01:11:16PM -0800, Stephen Hemminger wrote: > On Mon, 5 Dec 2022 12:24:26 -0800 > Tyler Retzlaff wrote: > > > Signed-off-by: Tyler Retzlaff > > --- > > lib/eal/common/eal_common_thread.c | 93 > > ++ > > lib/eal/include/rte_thread.h

Re: [PATCH 1/3] eal: add rte control thread create API

2022-12-05 Thread Stephen Hemminger
On Mon, 5 Dec 2022 12:24:26 -0800 Tyler Retzlaff wrote: > Signed-off-by: Tyler Retzlaff > --- > lib/eal/common/eal_common_thread.c | 93 > ++ > lib/eal/include/rte_thread.h | 29 > lib/eal/version.map| 3 ++ > 3 files cha

[PATCH 1/3] eal: add rte control thread create API

2022-12-05 Thread Tyler Retzlaff
Signed-off-by: Tyler Retzlaff --- lib/eal/common/eal_common_thread.c | 93 ++ lib/eal/include/rte_thread.h | 29 lib/eal/version.map| 3 ++ 3 files changed, 117 insertions(+), 8 deletions(-) diff --git a/lib/eal/common/eal_c