Re: [dpdk-dev] [PATCH] mark experimental variables

2019-12-03 Thread Neil Horman
On Mon, Dec 02, 2019 at 04:20:29PM +0100, David Marchand wrote: > So far, we did not pay attention to direct access to variables but they > are part of the API/ABI too and should be clearly identified. > > Introduce a __rte_experimental_var tag and mark existing exported > variables. > > Fixes: a

Re: [dpdk-dev] [PATCH] mark experimental variables

2019-12-03 Thread Andrew Rybchenko
On 12/2/19 6:20 PM, David Marchand wrote: > So far, we did not pay attention to direct access to variables but they > are part of the API/ABI too and should be clearly identified. > > Introduce a __rte_experimental_var tag and mark existing exported > variables. > > Fixes: a4bcd61de82d ("buildtoo

[dpdk-dev] [PATCH] mark experimental variables

2019-12-02 Thread David Marchand
So far, we did not pay attention to direct access to variables but they are part of the API/ABI too and should be clearly identified. Introduce a __rte_experimental_var tag and mark existing exported variables. Fixes: a4bcd61de82d ("buildtools: add script to check experimental API exports") Cc: s