DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>,
	Praveen Shetty <praveen.shetty@intel.com>
Subject: [PATCH] net/cpfl: remove unused macro definition
Date: Thu, 20 Aug 2026 09:05:42 +0100	[thread overview]
Message-ID: <20260820080542.3414447-1-bruce.richardson@intel.com> (raw)

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@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


                 reply	other threads:[~2026-08-20  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260820080542.3414447-1-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=praveen.shetty@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox