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

2018-06-27 Thread Neil Horman
On Tue, Jun 26, 2018 at 01:04:16AM +0200, Thomas Monjalon wrote: > 14/06/2018 15:30, Neil Horman: > > * found a way to eliminate the use of filterdiff (new awk rules) > > Thanks a lot for not requiring filterdiff dependency. > > [...] > > + # Just inform the user of thi

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

2018-06-25 Thread Thomas Monjalon
14/06/2018 15:30, Neil Horman: > * found a way to eliminate the use of filterdiff (new awk rules) Thanks a lot for not requiring filterdiff dependency. [...] > + # Just inform the user of this occurrence, but > + # don't flag it as an error

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

2018-06-14 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