08/11/2019 17:25, Anatoly Burakov: > From: Pawel Modrak <pawelx.mod...@intel.com> > > Add a script that automatically merges all stable ABI's under one > ABI section with the new version, while leaving experimental > section exactly as it is. > > Signed-off-by: Pawel Modrak <pawelx.mod...@intel.com> > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > --- > --- /dev/null > +++ b/buildtools/update_version_map_abi.py > +""" > +A Python program to update the ABI version and function names in a DPDK > +lib_*_version.map file. Called from the buildtools/update_abi.sh utility. > +"""
Clearly this script is doing more than updating a version number and names. I already see more in the commit log. Please would you like to add something in this description?