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: [email protected]
Signed-off-by: Ferruh Yigit <[email protected]>
---
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