[dpdk-dev] [PATCH v2 00/10] experimental tags fixes

Thomas Monjalon thomas at monjalon.net
Sat Jun 29 19:06:56 CEST 2019


29/06/2019 13:58, David Marchand:
> Following the build error reported by Aaron [1], I noticed that some
> experimental functions could go unnoticed because of a gcc peculiarity.
> 
> To catch those, I went and added a new check on the object files to
> ensure that any experimental api flagged in the map files is really
> exported as such.
> 
> Then went with my previous idea of only adding the tags on the functions
> prototypes and enforcing it (a new check in checkpatches.sh).
> And finally enforcing that the __rte_experimental tag is always the first
> part of a function prototype which seems to work with both gcc and clang.

Applied, thanks




More information about the dev mailing list