buildtools: add script to check experimental API exports
authorNeil Horman <nhorman@tuxdriver.com>
Mon, 22 Jan 2018 01:48:03 +0000 (20:48 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jan 2018 21:44:00 +0000 (22:44 +0100)
commita4bcd61de82d821b7e81c186c9254f816e9653bd
treea455057805461a726b86fe83f11aa54d82b6b8fd
parent0d68533617e3fb6daab43ed30f32ab5697c45069
buildtools: add script to check experimental API exports

This tools reads the given version map for a directory, and checks to
ensure that, for each symbol listed in the export list, the corresponding
definition is tagged as __rte_experimental, erroring out if its not.  In this
way, we can ensure that the EXPERIMENTAL api is kept in sync with the tags

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
MAINTAINERS
buildtools/check-experimental-syms.sh [new file with mode: 0755]