mk: add experimental tag check
authorNeil Horman <nhorman@tuxdriver.com>
Mon, 22 Jan 2018 01:48:05 +0000 (20:48 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jan 2018 22:35:29 +0000 (23:35 +0100)
commita6ec31597a0b1f6b6ddf21546f76bbb280f62c37
tree31ebf03bab5df9726bb93c021b315e1bfa94b2b9
parent77b7b81e32e94e79d2a65b259769ae11725be8bf
mk: add experimental tag check

Add checks during build to ensure that all symbols in the EXPERIMENTAL
version map section have __experimental tags on their definitions, and
enable the warnings needed to announce their use.  Also add an
ALLOW_EXPERIMENTAL_APIS define to allow individual libraries and files
to declare the acceptability of experimental api usage

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
38 files changed:
app/pdump/Makefile
app/proc_info/Makefile
app/test-bbdev/Makefile
app/test-eventdev/Makefile
app/test-pmd/Makefile
drivers/bbdev/null/Makefile
drivers/bbdev/turbo_sw/Makefile
drivers/bus/dpaa/Makefile
drivers/bus/fslmc/Makefile
drivers/crypto/dpaa2_sec/Makefile
drivers/crypto/dpaa_sec/Makefile
drivers/event/dpaa/Makefile
drivers/event/sw/Makefile
drivers/net/failsafe/Makefile
drivers/net/ixgbe/Makefile
drivers/net/sfc/Makefile
drivers/net/vdev_netvsc/Makefile
drivers/net/virtio/Makefile
examples/bbdev_app/Makefile
examples/eventdev_pipeline/Makefile
examples/flow_classify/Makefile
examples/ipsec-secgw/Makefile
examples/service_cores/Makefile
lib/librte_bbdev/Makefile
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/linuxapp/Makefile
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_ether/Makefile
lib/librte_eventdev/Makefile
lib/librte_flow_classify/Makefile
lib/librte_mbuf/Makefile
lib/librte_security/Makefile
lib/librte_vhost/Makefile
mk/internal/rte.compile-pre.mk
mk/toolchain/clang/rte.vars.mk
mk/toolchain/gcc/rte.vars.mk
mk/toolchain/icc/rte.vars.mk
test/test/Makefile