Re: [dpdk-dev] Question about ARM rte power intrinsics

2021-07-26 Thread Ruifeng Wang
> Sent: Monday, July 26, 2021 5:40 PM > To: vikto...@rehivetech.com; Ruifeng Wang ; > dev@dpdk.org > Subject: [dpdk-dev] Question about ARM rte power intrinsics > > Hi, ARM guys > > I notice patch "Use WFE for spinlock and ring" was already accepted, and > c

[dpdk-dev] Question about ARM rte power intrinsics

2021-07-26 Thread fengchengwen
Hi, ARM guys I notice patch "Use WFE for spinlock and ring" was already accepted, and currently lib/eal/arm/rte_power_intrinsics.c still NULL implementation and it seem could use WFE to implement it, so do you have a plan for it ? Thanks