[dpdk-dev] [PATCH 3/8] buildtools: add ABI versioning check script
Bruce Richardson
bruce.richardson at intel.com
Mon Sep 30 12:27:08 CEST 2019
On Mon, Sep 30, 2019 at 11:21:34AM +0200, Marcin Baran wrote:
> The script 'check-abi-version.sh' should be used
> to check whether built libraries are versioned
> with correct ABI number (provided ABI, provided
> ABI+1 or EXPERIMENTAL).
>
> Signed-off-by: Marcin Baran <marcinx.baran at intel.com>
> Signed-off-by: Pawel Modrak <pawelx.modrak at intel.com>
> ---
> buildtools/check-abi-version.sh | 46 +++++++++++++++++++++++++++++++++
> buildtools/update_abi.sh | 41 +++++++++++++++++++++++++++++
> 2 files changed, 87 insertions(+)
> create mode 100755 buildtools/check-abi-version.sh
> create mode 100755 buildtools/update_abi.sh
>
This patch also includes an "update_abi.sh" script, which is not referred
to in the log. It should probably have it's own patch and explanation.
[Also, one script name uses "-" between words, the other "_", maybe
standardize]
More information about the dev
mailing list