DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ml/cnxk: don't export internal headers
@ 2023-10-18  9:15 David Marchand
  2023-10-18  9:33 ` [EXT] " Srikanth Yalavarthi
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2023-10-18  9:15 UTC (permalink / raw)
  To: dev; +Cc: jerinj, thomas, Srikanth Yalavarthi, Prince Takkar

driver_sdk_headers is used to expose headers that may be used by
external drivers.
Don't export ml/cnxk internal headers.

Fixes: fe83ffd9ec2e ("ml/cnxk: add skeleton")

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

diff --git a/drivers/ml/cnxk/meson.build b/drivers/ml/cnxk/meson.build
index 94fa4283b1..5bf17d8ae3 100644
--- a/drivers/ml/cnxk/meson.build
+++ b/drivers/ml/cnxk/meson.build
@@ -7,13 +7,6 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     subdir_done()
 endif
 
-driver_sdk_headers = files(
-        'cn10k_ml_dev.h',
-        'cn10k_ml_ops.h',
-        'cn10k_ml_model.h',
-        'cn10k_ml_ocm.h',
-)
-
 sources = files(
         'cn10k_ml_dev.c',
         'cn10k_ml_ops.c',
-- 
2.41.0


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

* RE: [EXT] [PATCH] ml/cnxk: don't export internal headers
  2023-10-18  9:15 [PATCH] ml/cnxk: don't export internal headers David Marchand
@ 2023-10-18  9:33 ` Srikanth Yalavarthi
  2023-10-18 14:21   ` Jerin Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Srikanth Yalavarthi @ 2023-10-18  9:33 UTC (permalink / raw)
  To: David Marchand, dev
  Cc: Jerin Jacob Kollanukkaran, thomas, Prince Takkar, Srikanth Yalavarthi

> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: 18 October 2023 14:46
> To: dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; thomas@monjalon.net;
> Srikanth Yalavarthi <syalavarthi@marvell.com>; Prince Takkar
> <ptakkar@marvell.com>
> Subject: [EXT] [PATCH] ml/cnxk: don't export internal headers
> 
> External Email
> 
> ----------------------------------------------------------------------
> driver_sdk_headers is used to expose headers that may be used by external
> drivers.
> Don't export ml/cnxk internal headers.
> 
> Fixes: fe83ffd9ec2e ("ml/cnxk: add skeleton")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

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

* Re: [EXT] [PATCH] ml/cnxk: don't export internal headers
  2023-10-18  9:33 ` [EXT] " Srikanth Yalavarthi
@ 2023-10-18 14:21   ` Jerin Jacob
  0 siblings, 0 replies; 3+ messages in thread
From: Jerin Jacob @ 2023-10-18 14:21 UTC (permalink / raw)
  To: Srikanth Yalavarthi
  Cc: David Marchand, dev, Jerin Jacob Kollanukkaran, thomas, Prince Takkar

On Wed, Oct 18, 2023 at 3:03 PM Srikanth Yalavarthi
<syalavarthi@marvell.com> wrote:
>
> > -----Original Message-----
> > From: David Marchand <david.marchand@redhat.com>
> > Sent: 18 October 2023 14:46
> > To: dev@dpdk.org
> > Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; thomas@monjalon.net;
> > Srikanth Yalavarthi <syalavarthi@marvell.com>; Prince Takkar
> > <ptakkar@marvell.com>
> > Subject: [EXT] [PATCH] ml/cnxk: don't export internal headers
> >
> > External Email
> >
> > ----------------------------------------------------------------------
> > driver_sdk_headers is used to expose headers that may be used by external
> > drivers.
> > Don't export ml/cnxk internal headers.
> >
> > Fixes: fe83ffd9ec2e ("ml/cnxk: add skeleton")
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
>
> Acked-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

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

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

end of thread, other threads:[~2023-10-18 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18  9:15 [PATCH] ml/cnxk: don't export internal headers David Marchand
2023-10-18  9:33 ` [EXT] " Srikanth Yalavarthi
2023-10-18 14:21   ` 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).