[AMD Official Use Only - General]
> -----Original Message----- > From: Yigit, Ferruh <[email protected]> > Sent: Wednesday, September 27, 2023 6:44 PM > To: Tummala, Sivaprasad <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected] > Cc: [email protected] > Subject: Re: [PATCH v2 2/2] eal: remove NUMFLAGS enumeration > > On 8/11/2023 7:07 AM, Sivaprasad Tummala wrote: > > This patch removes RTE_CPUFLAG_NUMFLAGS to allow new CPU features > > without breaking ABI each time. > > > > Signed-off-by: Sivaprasad Tummala <[email protected]> > > --- > > 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/loongarch/include/rte_cpuflags.h | 1 - > > lib/eal/loongarch/rte_cpuflags.c | 7 +++++-- > > lib/eal/ppc/include/rte_cpuflags.h | 1 - > > lib/eal/ppc/rte_cpuflags.c | 7 +++++-- > > lib/eal/riscv/include/rte_cpuflags.h | 1 - > > lib/eal/riscv/rte_cpuflags.c | 7 +++++-- > > lib/eal/x86/include/rte_cpuflags.h | 1 - > > lib/eal/x86/rte_cpuflags.c | 7 +++++-- > > 11 files changed, 25 insertions(+), 16 deletions(-) > > > > Hi Sivaprasad, > > Is the relevant deprecation notice removed somewhere, if not can you please > remove it in this set? > > Thanks, > Ferruh Sure, will do the needful

