Re: [dpdk-dev] [PATCH v5 3/8] eal: add the APIs to wait until equal

2019-09-13 Thread Gavin Hu (Arm Technology China)
ikhilesh ; > Honnappa Nagarahalli > Subject: Re: [dpdk-dev] [PATCH v5 3/8] eal: add the APIs to wait until equal > > On Thu, Sep 12, 2019 at 4:56 PM Gavin Hu wrote: > > > > The rte_wait_until_equalxx APIs abstract the functionality of 'polling > > for a memory lo

Re: [dpdk-dev] [PATCH v5 3/8] eal: add the APIs to wait until equal

2019-09-12 Thread Jerin Jacob
On Thu, Sep 12, 2019 at 4:56 PM Gavin Hu wrote: > > 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 > Reviewed-by: Ruifeng Wang > Reviewed-by: Steve Capper > Reviewed-by: Ola Liljedahl

[dpdk-dev] [PATCH v5 3/8] eal: add the APIs to wait until equal

2019-09-12 Thread Gavin Hu
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 Reviewed-by: Ruifeng Wang Reviewed-by: Steve Capper Reviewed-by: Ola Liljedahl Reviewed-by: Honnappa Nagarahalli Reviewed-by: Phil Yang Acke