[dpdk-dev] [PATCH v7 10/10] buildtools: add ABI versioning check script

Thomas Monjalon thomas at monjalon.net
Tue Nov 19 19:16:04 CET 2019


08/11/2019 17:25, Anatoly Burakov:
> From: Marcin Baran <marcinx.baran at intel.com>
> +    echo "correct version (ABI_VER/ABI_VER+1/EXPERIMENTAL)"

I don't get why a symbol could be versioned for the next ABI?
Assuming we upgrade the ABI version at the beginning of the cycle,
every symbols should have the same version, right?

> +for SYM in `echo "${OBJ_DUMP_OUTPUT}" | awk '{print $(NF-1) "-" $NF}'`

Please, I really prefer we use the modern $() instead of backquotes.





More information about the dev mailing list