On Fri, Sep 11, 2020 at 09:43:37AM +0200, David Marchand wrote: > On Fri, Sep 11, 2020 at 8:15 AM SteveX Yang <stevex.y...@intel.com> wrote: > > > > The depended pmd bond is missing for test-pmd. Add the pmd_bond to deps, > > and replace the relative MACRO name with new RTE_LIBRTE_BOND_PMD. > > meson changed the name of the driver define (when compared to make). > We can't backport this patch. > > How/who will fix this in stable branches? > For backports, would it be good to add into config/rte_config.h a compatibility macro something like:
#if defined RTE_LIBRTE_BOND_PMD && !defined RTE_LIBRTE_PMD_BOND #define RTE_LIBRTE_PMD_BOND 1 #endif