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 <sivaprasad.tumm...@amd.com> > --- > 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