Re: [dpdk-dev] [PATCH v4 3/3] build: add option to enable wait until equal
From: Thomas Monjalon <hidden> Date: 2021-07-07 06:32:16
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?