[dpdk-dev] [PATCH v4 1/2] common/mlx5: add rte internal tag and avoid comparison

Thomas Monjalon thomas at monjalon.net
Tue May 19 11:08:44 CEST 2020


07/05/2020 13:31, Ophir Munk:
> --- a/devtools/libabigail.abignore
> +++ b/devtools/libabigail.abignore
> +; These functions were moved from stable to internal.
> +; Avoid loading the symbols and comparing them.
> +; This is a temporary exception till DPDK 20.11
> +[suppress_file]
> +	file_name_regexp = ^librte_common_mlx5\.

Updated comments while merging in master.

General comment for all similar cases:
+;;;;;;;;;;;;;;;;;;;;;;
+; Temporary exceptions for new __rte_internal marking till DPDK 20.11
+;;;;;;;;;;;;;;;;;;;;;;

Specific comment for this case:
+; Ignore moving mlx5 stable functions to INTERNAL





More information about the dev mailing list