Re: [dpdk-dev] [PATCH v5 2/2] devtools: fix ABI update in map files

2020-08-11 Thread Kinsella, Ray
On 11/08/2020 15:03, Thomas Monjalon wrote: > The script was using the full ABI version, including the minor number, > to version the symbols in the map files. > It is fixed to use only the major number for symbol versioning. > > Signed-off-by: Thomas Monjalon > --- > devtools/update_version_

[dpdk-dev] [PATCH v5 2/2] devtools: fix ABI update in map files

2020-08-11 Thread Thomas Monjalon
The script was using the full ABI version, including the minor number, to version the symbols in the map files. It is fixed to use only the major number for symbol versioning. Signed-off-by: Thomas Monjalon --- devtools/update_version_map_abi.py | 7 --- 1 file changed, 4 insertions(+), 3 de