DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/cpfl: remove unused macro definition
@ 2026-08-20  8:05 Bruce Richardson
  2026-08-24  8:06 ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2026-08-20  8:05 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Praveen Shetty

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/cpfl: remove unused macro definition
  2026-08-20  8:05 [PATCH] net/cpfl: remove unused macro definition Bruce Richardson
@ 2026-08-24  8:06 ` David Marchand
  2026-08-24 11:08   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2026-08-24  8:06 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, Praveen Shetty

On Thu, 20 Aug 2026 at 10:06, Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> 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>

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/cpfl: remove unused macro definition
  2026-08-24  8:06 ` David Marchand
@ 2026-08-24 11:08   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2026-08-24 11:08 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Praveen Shetty

On Mon, Aug 24, 2026 at 10:06:54AM +0200, David Marchand wrote:
> On Thu, 20 Aug 2026 at 10:06, Bruce Richardson
> <bruce.richardson@intel.com> wrote:
> >
> > 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>
> 
> Acked-by: David Marchand <david.marchand@redhat.com>
> 
Patch applied to dpdk-next-net-intel.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-24 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20  8:05 [PATCH] net/cpfl: remove unused macro definition Bruce Richardson
2026-08-24  8:06 ` David Marchand
2026-08-24 11:08   ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox