[PATCH v2 3/4] net/mlx5: fix stabilized function versions
David Marchand
david.marchand at redhat.com
Thu Jun 25 09:41:55 CEST 2026
On Wed, 24 Jun 2026 at 15:15, Dariusz Sosnowski <dsosnowski at nvidia.com> wrote:
>
> Offending patch stabilized the following function symbols:
>
> - rte_pmd_mlx5_driver_event_cb_register
> - rte_pmd_mlx5_driver_event_cb_unregister
> - rte_pmd_mlx5_enable_steering
> - rte_pmd_mlx5_disable_steering
>
> These function symbols were introduced in 25.11.
> Any application using these functions, linked against 25.11 version,
> would fail when used with 26.07 libraries, because only DPDK_26 versions
> of these symbols were exported.
>
> This patch fixes that by adding proper function symbol versioning
> to these symbols.
>
> Fixes: e8cab133645f ("net/mlx5: promote some private API to stable")
>
> Signed-off-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
Acked-by: David Marchand <david.marchand at redhat.com>
--
David Marchand
More information about the dev
mailing list