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

2018-02-04 Thread Thomas Monjalon
31/01/2018 18:27, Neil Horman: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -42,6 +42,7 @@ F: doc/ > > Developers and Maintainers Tools > M: Thomas Monjalon > +M: Neil Horman > F: MAINTAINERS > F: devtools/check-dup-includes.sh > F: devtools/check-maintainers.sh You don't need to add your

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

2018-01-31 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