On Tue, Oct 10, 2023 at 7:55 PM Hernan Vargas <hernan.var...@intel.com> wrote: > > Implement de-ratematch pre-processing for ACC100 SW corner cases. > Some specific 5GUL FEC corner cases may cause unintended back pressure > and in some cases a potential stability issue on the ACC100. > The PMD can detect such code block configuration and issue an info > message to the user. > > Signed-off-by: Hernan Vargas <hernan.var...@intel.com> > --- > drivers/baseband/acc/meson.build | 23 ++++++++++- > drivers/baseband/acc/rte_acc100_pmd.c | 59 +++++++++++++++++++++++++-- > 2 files changed, 77 insertions(+), 5 deletions(-) > > diff --git a/drivers/baseband/acc/meson.build > b/drivers/baseband/acc/meson.build > index 27a654b50153..84f4fea635ef 100644 > --- a/drivers/baseband/acc/meson.build > +++ b/drivers/baseband/acc/meson.build > @@ -1,7 +1,28 @@ > # SPDX-License-Identifier: BSD-3-Clause > # Copyright(c) 2020 Intel Corporation > > -deps += ['bus_pci'] ... > +deps += ['bbdev', 'bus_pci']
This part is likely a rebase damage. See: b7b8de26f34d ("drivers: add dependencies for some classes") -- David Marchand