DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net: fix meson build
@ 2018-04-27  9:01 Ferruh Yigit
  2018-04-27  9:25 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-27  9:01 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev, Ferruh Yigit, didier.pallard

librte_net started to use experimental APIs, this explicity allowed by
make build system, but not for meson.

Fixes: b0aae17c3e4a ("net: export IPv6 header extensions skip function")
Cc: didier.pallard@6wind.com

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_net/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_net/meson.build b/lib/librte_net/meson.build
index 78c0f03e5..d3ea1feb5 100644
--- a/lib/librte_net/meson.build
+++ b/lib/librte_net/meson.build
@@ -2,6 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 version = 1
+allow_experimental_apis = true
 headers = files('rte_ip.h',
 	'rte_tcp.h',
 	'rte_udp.h',
-- 
2.14.3

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

* Re: [dpdk-dev] [PATCH] net: fix meson build
  2018-04-27  9:01 [dpdk-dev] [PATCH] net: fix meson build Ferruh Yigit
@ 2018-04-27  9:25 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-27  9:25 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev, didier.pallard

On 4/27/2018 10:01 AM, Ferruh Yigit wrote:
> librte_net started to use experimental APIs, this explicity allowed by
> make build system, but not for meson.
> 
> Fixes: b0aae17c3e4a ("net: export IPv6 header extensions skip function")
> Cc: didier.pallard@6wind.com
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Squashed into relevant commit in next-net, thanks.

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

end of thread, other threads:[~2018-04-27  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  9:01 [dpdk-dev] [PATCH] net: fix meson build Ferruh Yigit
2018-04-27  9:25 ` 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).