Re: Reuse Of lcore after returning from its worker thread

2022-04-28 Thread Ansar Kannankattil
But how the state is changed to WAIT once the worker thread function returned On Tue, 26 Apr, 2022, 8:26 pm Stephen Hemminger, wrote: > On Wed, 20 Apr 2022 17:52:20 +0530 > Ansar Kannankattil wrote: > > > Hi, > > As per my understanding "*rte_eal_wait_lcore" *is a blocking call in case > > of l

Re: Reuse Of lcore after returning from its worker thread

2022-04-26 Thread Stephen Hemminger
On Wed, 20 Apr 2022 17:52:20 +0530 Ansar Kannankattil wrote: > Hi, > As per my understanding "*rte_eal_wait_lcore" *is a blocking call in case > of lcore state running. > 1. Is there any direct way to reuse the lcore which we returned from a > worker thread? > 2. Technically is there any issue in

Reuse Of lcore after returning from its worker thread

2022-04-26 Thread Ansar Kannankattil
Hi, As per my understanding "*rte_eal_wait_lcore" *is a blocking call in case of lcore state running. 1. Is there any direct way to reuse the lcore which we returned from a worker thread? 2. Technically is there any issue in reusing the lcore by some means?