From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
didier.pallard@6wind.com
Subject: [dpdk-dev] [PATCH] net: fix meson build
Date: Fri, 27 Apr 2018 10:01:11 +0100 [thread overview]
Message-ID: <20180427090111.158801-1-ferruh.yigit@intel.com> (raw)
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
next reply other threads:[~2018-04-27 9:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 9:01 Ferruh Yigit [this message]
2018-04-27 9:25 ` Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180427090111.158801-1-ferruh.yigit@intel.com \
--to=ferruh.yigit@intel.com \
--cc=dev@dpdk.org \
--cc=didier.pallard@6wind.com \
--cc=olivier.matz@6wind.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).