On Wed, 24 Jun 2026 at 15:15, Dariusz Sosnowski <[email protected]> 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 <[email protected]> Acked-by: David Marchand <[email protected]>
-- David Marchand

