DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples: fix building examples with meson
@ 2018-03-12 15:28 Bruce Richardson
  2018-03-12 15:30 ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2018-03-12 15:28 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

The ip_pipeline and qos_meter example apps now use experimental APIs so
this fact needs to be flagged in their meson.build files.

Fixes: c06ddf9698e0 ("meter: add configuration profile")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 examples/ip_pipeline/meson.build | 1 +
 examples/qos_meter/meson.build   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/examples/ip_pipeline/meson.build b/examples/ip_pipeline/meson.build
index 748c9ae03..00d403361 100644
--- a/examples/ip_pipeline/meson.build
+++ b/examples/ip_pipeline/meson.build
@@ -7,6 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += ['cfgfile', 'pipeline', 'bus_pci']
+allow_experimental_apis = true
 includes += include_directories('pipeline')
 sources = files(
 	'config_check.c',
diff --git a/examples/qos_meter/meson.build b/examples/qos_meter/meson.build
index ef7779f2f..10cd4bc79 100644
--- a/examples/qos_meter/meson.build
+++ b/examples/qos_meter/meson.build
@@ -7,6 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += 'meter'
+allow_experimental_apis = true
 sources = files(
 	'main.c', 'rte_policer.c'
 )
-- 
2.14.3

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

* Re: [dpdk-dev] [PATCH] examples: fix building examples with meson
  2018-03-12 15:28 [dpdk-dev] [PATCH] examples: fix building examples with meson Bruce Richardson
@ 2018-03-12 15:30 ` Bruce Richardson
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2018-03-12 15:30 UTC (permalink / raw)
  To: dev

On Mon, Mar 12, 2018 at 03:28:20PM +0000, Bruce Richardson wrote:
> The ip_pipeline and qos_meter example apps now use experimental APIs so
> this fact needs to be flagged in their meson.build files.
> 
> Fixes: c06ddf9698e0 ("meter: add configuration profile")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
Applied to dpdk-next-build

/Bruce

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

end of thread, other threads:[~2018-03-12 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12 15:28 [dpdk-dev] [PATCH] examples: fix building examples with meson Bruce Richardson
2018-03-12 15:30 ` Bruce Richardson

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