Re: [dpdk-dev] [PATCH v4 0/3] Use WFE for spinlock and ring

2021-07-09 Thread Thomas Monjalon
07/07/2021 07:48, Ruifeng Wang: > The rte_wait_until_equal_xxx APIs abstract the functionality of 'polling > for a memory location to become equal to a given value'[1]. > > Use the API for the rte spinlock and ring implementations. > With the wait until equal APIs being stable, changes will not im

[dpdk-dev] [PATCH v4 0/3] Use WFE for spinlock and ring

2021-07-06 Thread Ruifeng Wang
The rte_wait_until_equal_xxx APIs abstract the functionality of 'polling for a memory location to become equal to a given value'[1]. Use the API for the rte spinlock and ring implementations. With the wait until equal APIs being stable, changes will not impact ABI. [1] http://patches.dpdk.org/cov

[dpdk-dev] [PATCH v4 0/3] Use WFE for spinlock and ring

2021-07-06 Thread Ruifeng Wang
The rte_wait_until_equal_xxx APIs abstract the functionality of 'polling for a memory location to become equal to a given value'[1]. Use the API for the rte spinlock and ring implementations. With the wait until equal APIs being stable, changes will not impact ABI. [1] http://patches.dpdk.org/cov