Re: [dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function

2021-01-12 Thread Burakov, Anatoly
On 12-Jan-21 4:18 PM, Burakov, Anatoly wrote: On 12-Jan-21 4:02 PM, Ananyev, Konstantin wrote: Now that we have everything in a C file, we can store the information about our sleep, and have a native mechanism to wake up the sleeping core. This mechanism would however only wake up a core that

Re: [dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function

2021-01-12 Thread Burakov, Anatoly
On 12-Jan-21 4:02 PM, Ananyev, Konstantin wrote: Now that we have everything in a C file, we can store the information about our sleep, and have a native mechanism to wake up the sleeping core. This mechanism would however only wake up a core that's sleeping while monitoring - waking up from `

Re: [dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function

2021-01-12 Thread Ananyev, Konstantin
> > Now that we have everything in a C file, we can store the information > about our sleep, and have a native mechanism to wake up the sleeping > core. This mechanism would however only wake up a core that's sleeping > while monitoring - waking up from `rte_power_pause` won't work. > > Signed-

[dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function

2021-01-08 Thread Anatoly Burakov
Now that we have everything in a C file, we can store the information about our sleep, and have a native mechanism to wake up the sleeping core. This mechanism would however only wake up a core that's sleeping while monitoring - waking up from `rte_power_pause` won't work. Signed-off-by: Anatoly B