[PATCH] net/cpfl: remove unused macro definition
Bruce Richardson
bruce.richardson at intel.com
Thu Aug 20 10:05:42 CEST 2026
The CC_AVX512_SUPPORT macro was never used in the cpfl source code
files, so there is need to define it in the meson.build file.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
drivers/net/intel/cpfl/meson.build | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/net/intel/cpfl/meson.build b/drivers/net/intel/cpfl/meson.build
index 1f0269d50b..0da84f3538 100644
--- a/drivers/net/intel/cpfl/meson.build
+++ b/drivers/net/intel/cpfl/meson.build
@@ -22,10 +22,6 @@ sources = files(
'cpfl_rules.c',
)
-if arch_subdir == 'x86' and cc_has_avx512
- cflags += ['-DCC_AVX512_SUPPORT']
-endif
-
if dpdk_conf.has('RTE_HAS_JANSSON')
sources += files(
'cpfl_flow.c',
--
2.53.0
More information about the dev
mailing list