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 versioned as EXPERIMENTAL.
>
> Fixes: 5b637a848195 ("eal: fix querying DPDK version at runtime")
> Cc: [email protected]
>
> Suggested-by: David Marchand <[email protected]>
> Signed-off-by: Thomas Monjalon <[email protected]>
> ---
Acked-by: Bruce Richardson <[email protected]>