Re: [dpdk-dev] [PATCH v13 0/5] use WFE for aarch64

2020-01-17 Thread David Marchand
On Thu, Nov 7, 2019 at 10:35 PM David Marchand wrote: > > DPDK has multiple use cases where the core repeatedly polls a location in > memory. This polling results in many cache and memory transactions. > > Arm architecture provides WFE (Wait For Event) instruction, which allows > the cpu core to e

[dpdk-dev] [PATCH v13 0/5] use WFE for aarch64

2019-11-07 Thread David Marchand
DPDK has multiple use cases where the core repeatedly polls a location in memory. This polling results in many cache and memory transactions. Arm architecture provides WFE (Wait For Event) instruction, which allows the cpu core to enter a low power state until woken up by the update to the memory