DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/octeontx: add allow experimental define as flag to meson
@ 2018-02-05 10:58 Pavan Nikhilesh
  2018-02-05 17:19 ` [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson Pavan Nikhilesh
  0 siblings, 1 reply; 3+ messages in thread
From: Pavan Nikhilesh @ 2018-02-05 10:58 UTC (permalink / raw)
  To: bruce.richardson, jerin.jacob, santosh.shukla, ferruh.yigit
  Cc: dev, Pavan Nikhilesh

Add ALLOW_EXPERIMENTAL_API define as cflag to meson.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
---

 In reference to http://dpdk.org/dev/patchwork/patch/34955/

 drivers/net/octeontx/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/octeontx/meson.build b/drivers/net/octeontx/meson.build
index ef789eaa9..135e63e2f 100644
--- a/drivers/net/octeontx/meson.build
+++ b/drivers/net/octeontx/meson.build
@@ -8,6 +8,8 @@ sources = files('octeontx_rxtx.c',
 		'octeontx_ethdev.c'
 		)

+cflags += '-DALLOW_EXPERIMENTAL_API'
+
 deps += ['mempool_octeontx', 'eventdev']

 includes += include_directories('base')
--
2.14.1

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

* [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson
  2018-02-05 10:58 [dpdk-dev] [PATCH] net/octeontx: add allow experimental define as flag to meson Pavan Nikhilesh
@ 2018-02-05 17:19 ` Pavan Nikhilesh
  2018-02-05 18:59   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Pavan Nikhilesh @ 2018-02-05 17:19 UTC (permalink / raw)
  To: bruce.richardson, jerin.jacob, santosh.shukla, ferruh.yigit
  Cc: dev, Pavan Nikhilesh

Set allow_experimental_apis to true to allow the use of experimental
API's.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
---

 v2 Changes:
 - Use allow_experimental_apis instead of specifying
 '-DALLOW_EXPERIMENTAL_API' through cflags.

 drivers/net/octeontx/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/octeontx/meson.build b/drivers/net/octeontx/meson.build
index ef789eaa9..0e249eb98 100644
--- a/drivers/net/octeontx/meson.build
+++ b/drivers/net/octeontx/meson.build
@@ -8,6 +8,8 @@ sources = files('octeontx_rxtx.c',
 		'octeontx_ethdev.c'
 		)

+allow_experimental_apis = true
+
 deps += ['mempool_octeontx', 'eventdev']

 includes += include_directories('base')
--
2.14.1

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

* Re: [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson
  2018-02-05 17:19 ` [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson Pavan Nikhilesh
@ 2018-02-05 18:59   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2018-02-05 18:59 UTC (permalink / raw)
  To: Pavan Nikhilesh, bruce.richardson, jerin.jacob, santosh.shukla; +Cc: dev

On 2/5/2018 5:19 PM, Pavan Nikhilesh wrote:
> Set allow_experimental_apis to true to allow the use of experimental
> API's.
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>

Squashed into relevant commit in next-net, thanks.

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

end of thread, other threads:[~2018-02-05 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 10:58 [dpdk-dev] [PATCH] net/octeontx: add allow experimental define as flag to meson Pavan Nikhilesh
2018-02-05 17:19 ` [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson Pavan Nikhilesh
2018-02-05 18:59   ` Ferruh Yigit

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).