[PATCH] config/arm: update NVIDIA BlueField-3 configuration
Wathsala Wathawana Vithanage
wathsala.vithanage at arm.com
Wed Feb 19 17:35:44 CET 2025
> Subject: [PATCH] config/arm: update NVIDIA BlueField-3 configuration
>
> ARM configuration requires explicit `mcpu` specifications in the implementor
> description.
>
> The patch adds `mcpu` and `flags` description for the NVIDIA
> BlueField-3 configuration.
>
> Signed-off-by: Gregory Etelson <getelson at nvidia.com>
> ---
> config/arm/meson.build | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/config/arm/meson.build b/config/arm/meson.build index
> 5302861e2c..74f4dd4e1f 100644
> --- a/config/arm/meson.build
> +++ b/config/arm/meson.build
> @@ -85,6 +85,11 @@ part_number_config_arm = {
> },
> '0xd42': {
> 'march': 'armv8.4-a',
> + 'mcpu' : 'cortex-a78ae',
> + 'flags': [
> + ['RTE_MAX_LCORE', 16],
> + ['RTE_MAX_NUMA_NODES', 1]
> + ],
> },
> '0xd49': {
> 'mcpu': 'neoverse-n2',
> --
> 2.45.2
Acked-by: Wathsala Vithanage <wathsala.vithanage at arm.com>
More information about the dev
mailing list