Re: [dpdk-dev] [PATCH] eal: mark version parts API as experimental

2021-03-19 Thread Thomas Monjalon
18/03/2021 13:29, Bruce Richardson: > On Wed, Mar 17, 2021 at 04:15:35PM +0100, Thomas Monjalon wrote: > > Some functions were introduced in DPDK 21.05 to query the version parts > > (prefix, year, month, minor, suffix, release) at runtime. > > Per guidelines, these new public functions must be mar

Re: [dpdk-dev] [PATCH] eal: mark version parts API as experimental

2021-03-18 Thread Bruce Richardson
On Wed, Mar 17, 2021 at 04:15:35PM +0100, Thomas Monjalon wrote: > Some functions were introduced in DPDK 21.05 to query the version parts > (prefix, year, month, minor, suffix, release) at runtime. > Per guidelines, these new public functions must be marked with > __rte_experimental and ABI versio

[dpdk-dev] [PATCH] eal: mark version parts API as experimental

2021-03-17 Thread Thomas Monjalon
Some functions were introduced in DPDK 21.05 to query the version parts (prefix, year, month, minor, suffix, release) at runtime. Per guidelines, these new public functions must be marked with __rte_experimental and ABI versioned as EXPERIMENTAL. Fixes: 5b637a848195 ("eal: fix querying DPDK versio