mbox series

[v1,0/2] replace tight loop with wait until equal api

Message ID 20210825080127.495645-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series replace tight loop with wait until equal api |

Message

Feifei Wang Aug. 25, 2021, 8:01 a.m. UTC
  For dpdk/lib, directly use wait_until_equal API to replace tight loop.

Feifei Wang (2):
  eal/common: use wait until equal API for tight loop
  mcslock: use wait until equal API for tight loop

 lib/eal/common/eal_common_mcfg.c      | 3 +--
 lib/eal/include/generic/rte_mcslock.h | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
  

Comments

Feifei Wang Oct. 15, 2021, 10:07 a.m. UTC | #1
Hi,

Would you please help review this patch series?
Thanks very much.

Best Regards
Feifei
> -----邮件原件-----
> 发件人: Feifei Wang <feifei.wang2@arm.com>
> 发送时间: Wednesday, August 25, 2021 4:01 PM
> 抄送: dev@dpdk.org; nd <nd@arm.com>; Feifei Wang
> <Feifei.Wang2@arm.com>
> 主题: [PATCH v1 0/2] replace tight loop with wait until equal api
> 
> For dpdk/lib, directly use wait_until_equal API to replace tight loop.
> 
> Feifei Wang (2):
>   eal/common: use wait until equal API for tight loop
>   mcslock: use wait until equal API for tight loop
> 
>  lib/eal/common/eal_common_mcfg.c      | 3 +--
>  lib/eal/include/generic/rte_mcslock.h | 4 ++--
>  2 files changed, 3 insertions(+), 4 deletions(-)
> 
> --
> 2.25.1