patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] common/cnxk: remove dead meson code
@ 2023-09-13 14:02 David Marchand
  2023-09-20  3:53 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2023-09-13 14:02 UTC (permalink / raw)
  To: dev
  Cc: stable, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao, Jerin Jacob, Pavan Nikhilesh

config_flag_fmt was used in the past and was dropped with commit
762bfccc8abf ("config: remove compatibility build defines").

Fixes: fa8f86a14e2e ("common/cnxk: add build infrastructre and HW definition")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/common/cnxk/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/common/cnxk/meson.build b/drivers/common/cnxk/meson.build
index 79e10bac74..fe1609a025 100644
--- a/drivers/common/cnxk/meson.build
+++ b/drivers/common/cnxk/meson.build
@@ -8,7 +8,6 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     subdir_done()
 endif
 
-config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
 deps = ['eal', 'pci', 'bus_pci', 'mbuf', 'security']
 sources = files(
         'roc_ae.c',
-- 
2.41.0


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

* Re: [PATCH] common/cnxk: remove dead meson code
  2023-09-13 14:02 [PATCH] common/cnxk: remove dead meson code David Marchand
@ 2023-09-20  3:53 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2023-09-20  3:53 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, stable, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao, Jerin Jacob, Pavan Nikhilesh

On Wed, Sep 13, 2023 at 7:33 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> config_flag_fmt was used in the past and was dropped with commit
> 762bfccc8abf ("config: remove compatibility build defines").
>
> Fixes: fa8f86a14e2e ("common/cnxk: add build infrastructre and HW definition")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied to dpdk-next-net-mrvl/for-next-net. Thanks

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

end of thread, other threads:[~2023-09-20  3:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 14:02 [PATCH] common/cnxk: remove dead meson code David Marchand
2023-09-20  3:53 ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).