Re: [dpdk-dev] [PATCH] devtools: accept experimental symbol promotion

2019-04-15 Thread Thomas Monjalon
05/04/2019 13:22, Neil Horman: > On Fri, Apr 05, 2019 at 10:17:47AM +0200, David Marchand wrote: > > Currently, when symbols get promoted from the EXPERIMENTAL section to a > > stable ABI section, the script complains they should go to the > > EXPERIMENTAL section. > > > > Example: > > ERROR: symb

Re: [dpdk-dev] [PATCH] devtools: accept experimental symbol promotion

2019-04-05 Thread Neil Horman
On Fri, Apr 05, 2019 at 10:17:47AM +0200, David Marchand wrote: > Currently, when symbols get promoted from the EXPERIMENTAL section to a > stable ABI section, the script complains they should go to the > EXPERIMENTAL section. > > Example: > ERROR: symbol rte_devargs_add is added in the DPDK_19.05

[dpdk-dev] [PATCH] devtools: accept experimental symbol promotion

2019-04-05 Thread David Marchand
Currently, when symbols get promoted from the EXPERIMENTAL section to a stable ABI section, the script complains they should go to the EXPERIMENTAL section. Example: ERROR: symbol rte_devargs_add is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the ver