[PATCH] argparse: add version in symbols map

fengchengwen fengchengwen at huawei.com
Tue Mar 5 12:35:38 CET 2024


Acked-by: Chengwen Feng <fengchengwen at huawei.com>

BTW: which tool detects this problem?

On 2024/3/5 18:36, David Marchand wrote:
> Fixes: e3e579f5bab5 ("argparse: introduce argparse library")
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
>  lib/argparse/version.map | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/argparse/version.map b/lib/argparse/version.map
> index 9b68464600..46da99a3e2 100644
> --- a/lib/argparse/version.map
> +++ b/lib/argparse/version.map
> @@ -1,6 +1,7 @@
>  EXPERIMENTAL {
>  	global:
>  
> +	# added in 24.03
>  	rte_argparse_parse;
>  	rte_argparse_parse_type;
>  
> 


More information about the dev mailing list