Re: [PATCH v3 1/2] config/arm: allow WFE to be enabled config time

2024-02-01 Thread Jerin Jacob
On Mon, Jan 22, 2024 at 12:13 PM Ruifeng Wang wrote: > > > On 2024/1/21 11:21 PM, pbhagavat...@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Allow RTE_ARM_USE_WFE to be enabled at meson configuration > > time by passing it via c_args instead of modifying > > `config/arm/meson.build`. > > >

Re: [PATCH v3 1/2] config/arm: allow WFE to be enabled config time

2024-01-21 Thread Ruifeng Wang
On 2024/1/21 11:21 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Allow RTE_ARM_USE_WFE to be enabled at meson configuration time by passing it via c_args instead of modifying `config/arm/meson.build`. Example usage: meson build -Dc_args='-DRTE_ARM_USE_WFE' \ --cross-file

Re: [PATCH v3 1/2] config/arm: allow WFE to be enabled config time

2024-01-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/1/21 23:21, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Allow RTE_ARM_USE_WFE to be enabled at meson configuration > time by passing it via c_args instead of modifying > `config/arm/meson.build`. > > Example usage: > meson build -Dc_args='-DRTE_