RE: [PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS

2023-08-10 Thread Tummala, Sivaprasad
[AMD Official Use Only - General] ``` From: Stanisław Kardach Sent: Thursday, August 3, 2023 5:20 AM To: Tummala, Sivaprasad Cc: Ruifeng Wang ; Min Zhou ; David Christensen ; Bruce Richardson ; Konstantin Ananyev ; dev Subject: Re: [PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS Caution

Re: [PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS

2023-08-02 Thread Stanisław Kardach
On Wed, Aug 2, 2023, 23:12 Sivaprasad Tummala wrote: > This patch removes RTE_CPUFLAG_NUMFLAGS to allow new CPU > features without breaking ABI each time. > I'm not sure I understand the reason for removing the last element canary. It's quite useful in the coffee that you're refactoring. Isn't it

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS

2023-08-02 Thread Sivaprasad Tummala
This patch removes RTE_CPUFLAG_NUMFLAGS to allow new CPU features without breaking ABI each time. Signed-off-by: Sivaprasad Tummala --- lib/eal/arm/include/rte_cpuflags_32.h| 1 - lib/eal/arm/include/rte_cpuflags_64.h| 1 - lib/eal/arm/rte_cpuflags.c | 7 +-- lib/eal/lo