Re: [dpdk-dev] [PATCH v4 2/6] eal: add the APIs to wait until equal

2019-09-12 Thread Gavin Hu (Arm Technology China)
arahalli > > Subject: Re: [dpdk-dev] [PATCH v4 2/6] eal: add the APIs to wait until equal > > On Thu, Aug 22, 2019 at 11:43 AM Gavin Hu wrote: > > > > The rte_wait_until_equalxx APIs abstract the functionality of 'polling > > for a memory location to become

Re: [dpdk-dev] [PATCH v4 2/6] eal: add the APIs to wait until equal

2019-09-11 Thread Jerin Jacob
On Thu, Aug 22, 2019 at 11:43 AM 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