Re: [dpdk-dev] [PATCH v1 2/2] devtools: updating internal symbols ABI version

2020-05-19 Thread David Marchand
On Thu, Apr 30, 2020 at 7:54 AM Haiyue Wang wrote: > > INTERNAL is new introduced version, update the script that automatically > leaving internal section exactly as it is. > > Signed-off-by: Haiyue Wang > --- > devtools/update_version_map_abi.py | 37 +++--- > 1 file cha

[dpdk-dev] [PATCH v1 2/2] devtools: updating internal symbols ABI version

2020-04-29 Thread Haiyue Wang
INTERNAL is new introduced version, update the script that automatically leaving internal section exactly as it is. Signed-off-by: Haiyue Wang --- devtools/update_version_map_abi.py | 37 +++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/devtools/updat