Re: [dpdk-dev] [PATCH v7 3/7] eal: add power monitor for multiple events

2021-07-07 Thread David Hunt
On 7/7/2021 11:48 AM, Anatoly Burakov wrote: Use RTM and WAITPKG instructions to perform a wait-for-writes similar to what UMWAIT does, but without the limitation of having to listen for just one event. This works because the optimized power state used by the TPAUSE instruction will cause a wak

[dpdk-dev] [PATCH v7 3/7] eal: add power monitor for multiple events

2021-07-07 Thread Anatoly Burakov
Use RTM and WAITPKG instructions to perform a wait-for-writes similar to what UMWAIT does, but without the limitation of having to listen for just one event. This works because the optimized power state used by the TPAUSE instruction will cause a wake up on RTM transaction abort, so if we add the a