[dpdk-dev] [PATCH v4 3/3] build: add option to enable wait until equal

Ruifeng Wang Ruifeng.Wang at arm.com
Wed Jul 7 08:46:33 CEST 2021


> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Wednesday, July 7, 2021 2:32 PM
> To: Ruifeng Wang <Ruifeng.Wang at arm.com>
> Cc: Jan Viktorin <viktorin at rehivetech.com>; jerinj at marvell.com; Bruce
> Richardson <bruce.richardson at intel.com>; dev at dpdk.org;
> david.marchand at redhat.com; nd <nd at arm.com>; Honnappa Nagarahalli
> <Honnappa.Nagarahalli at arm.com>
> Subject: Re: [PATCH v4 3/3] build: add option to enable wait until equal
> 
> 07/07/2021 07:48, Ruifeng Wang:
> > Introduce a meson option 'use_wfe' to select wait until equal method.
> > The default is disable. Traditional polling loop is used.
> > When enabled, architecture specific mechanism is relied on to do the
> > wait.
> 
> Why do we need an option?
> Can it be automatic to enable it when supported?
> 
The problem is inconsistency in performance on different Arm platforms. We had decided that each platform needs to enable it after some testing.



More information about the dev mailing list