[dpdk-dev,v2] net/octeontx: set allow experimental API flag in meson

Message ID 20180205171949.7971-1-pbhagavatula@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Pavan Nikhilesh Feb. 5, 2018, 5:19 p.m. UTC
  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(+)

--
2.14.1
  

Comments

Ferruh Yigit Feb. 5, 2018, 6:59 p.m. UTC | #1
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.
  

Patch

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