Re: [dpdk-dev] [PATCH v7 5/6] devtools: exempt internal ABI checking

2020-04-25 Thread David Marchand
On Sat, Apr 25, 2020 at 1:02 PM Haiyue Wang wrote: > > No need to restrict the ABI on symbols that are only used by core > libraries. > > Signed-off-by: Haiyue Wang Rather than add a special case for INTERNAL, we can invert the logic in this script: identify "stable" sections symbol. I went with

[dpdk-dev] [PATCH v7 5/6] devtools: exempt internal ABI checking

2020-04-25 Thread Haiyue Wang
No need to restrict the ABI on symbols that are only used by core libraries. Signed-off-by: Haiyue Wang --- devtools/check-symbol-change.sh | 8 1 file changed, 8 insertions(+) diff --git a/devtools/check-symbol-change.sh b/devtools/check-symbol-change.sh index ed2178e36..7b6d5f40f 100