numam-dpdk/scripts
Neil Horman cec1b9f3af scripts: add ABI checking utility
There was a request for an abi validation utilty for the ongoing ABI stability
work.  As it turns out there is a abi compliance checker in development that
seems to be under active development and provides fairly detailed ABI compliance
reports.  Its not yet intellegent enough to understand symbol versioning, but it
does provide the ability to identify symbols which have changed between
releases, along with details of the change, and offers developers the
opportunity to identify which symbols then need versioning and validation for a
given update via manual testing.

This script automates the use of the compliance checker between two arbitrarily
specified tags within the dpdk tree.  To execute enter the $RTE_SDK directory
and run:

./scripts/validate_abi.sh $GIT_TAG1 $GIT_TAG2 $CONFIG

where $GIT_TAG1 and 2 are git tags and $CONFIG is a config specification
suitable for passing as the T= variable in the make config command.

Note the upstream source for the abi compliance checker is here:
http://ispras.linuxbase.org/index.php/ABI_compliance_checker

It generates a report for each DSO built from the requested tags that developers
can review to find ABI compliance issues.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-03-17 22:39:57 +01:00
..
auto-config-h.sh scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
check-maintainers.sh scripts: find areas without maintainer 2015-02-09 15:15:04 +01:00
depdirs-rule.sh remove trailing whitespaces 2014-06-11 00:29:34 +02:00
gen-build-mk.sh remove trailing whitespaces 2014-06-11 00:29:34 +02:00
gen-config-h.sh scripts: fix newline in configuration with bsd sed 2014-11-28 17:05:02 +01:00
relpath.sh remove trailing whitespaces 2014-06-11 00:29:34 +02:00
validate-abi.sh scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00