[PATCH 2/2] eal: add Arm WFET in power management intrinsics
Stephen Hemminger
stephen at networkplumber.org
Tue Jun 4 17:41:07 CEST 2024
On Tue, 4 Jun 2024 04:44:01 +0000
Wathsala Vithanage <wathsala.vithanage at arm.com> wrote:
> --- a/lib/eal/arm/include/rte_cpuflags_64.h
> +++ b/lib/eal/arm/include/rte_cpuflags_64.h
> @@ -35,6 +35,7 @@ enum rte_cpu_flag_t {
> RTE_CPUFLAG_SVEF32MM,
> RTE_CPUFLAG_SVEF64MM,
> RTE_CPUFLAG_SVEBF16,
> + RTE_CPUFLAG_WFXT,
> RTE_CPUFLAG_AARCH64,
> };
Adding new entry in middle of enum will cause ABI to change.
More information about the dev
mailing list