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

2020-01-09 Thread David Marchand
On Thu, Jan 9, 2020 at 3:13 PM Thomas Monjalon wrote: > > 02/12/2019 16:20, 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

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

2020-01-09 Thread Thomas Monjalon
02/12/2019 16:20, 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