08/11/2019 17:25, Anatoly Burakov: > From: Pawel Modrak <[email protected]> > > 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 <[email protected]> > Signed-off-by: Anatoly Burakov <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- > --- /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?

