Re: [dpdk-dev] [PATCH v5] checkpatches.sh: Add checks for ABI symbol addition

2018-02-13 Thread Thomas Monjalon
Hi, I wanted to push this patch in 18.02, but when looking more closely, I see few things to improve. As it is a tool, there is no harm to wait one more week and push it early in 18.05. 09/02/2018 16:21, Neil Horman: > check () { # > + local reta > total=$(($total + 1)) > ! $v

[dpdk-dev] [PATCH v5] checkpatches.sh: Add checks for ABI symbol addition

2018-02-09 Thread Neil Horman
Recently, some additional patches were added to allow for programmatic marking of C symbols as experimental. The addition of these markers is dependent on the manual addition of exported symbols to the EXPERIMENTAL section of the corresponding libraries version map file. The consensus on review i