>-----Original Message-----
>From: dev <[email protected]> On Behalf Of Gavin Hu
>Sent: Wednesday, July 3, 2019 2:29 PM
>To: [email protected]
>Cc: [email protected]
>Subject: [EXT] [dpdk-dev] [RFC v2 1/5] eal: add the APIs to wait until
>equal
>
>External Email
>
>----------------------------------------------------------------------
>The rte_wait_until_equalxx APIs abstract the functionality of 'polling
>for a memory location to become equal to a given value'.
>
>Signed-off-by: Gavin Hu <[email protected]>
>Reviewed-by: Ruifeng Wang <[email protected]>
>Reviewed-by: Steve Capper <[email protected]>
>Reviewed-by: Ola Liljedahl <[email protected]>
>Reviewed-by: Honnappa Nagarahalli <[email protected]>

Acked-by: Pavan Nikhilesh <[email protected]>

>---
> .../common/include/arch/arm/rte_atomic_64.h        |   4 +
> .../common/include/arch/arm/rte_pause_64.h         | 106
>+++++++++++++++++++++
> lib/librte_eal/common/include/generic/rte_pause.h  |  39 +++++++-
> 3 files changed, 148 insertions(+), 1 deletion(-)
>

Reply via email to