Hi Akhil, OK. Fixing this this morning + test_vector extra line. Thanks Nic
> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Wednesday, October 12, 2022 5:31 AM > To: Chautru, Nicolas <nicolas.chau...@intel.com>; dev@dpdk.org; > maxime.coque...@redhat.com > Cc: t...@redhat.com; m...@ashroe.eu; Richardson, Bruce > <bruce.richard...@intel.com>; hemant.agra...@nxp.com; > david.march...@redhat.com; step...@networkplumber.org; Vargas, > Hernan <hernan.var...@intel.com> > Subject: RE: [EXT] [PATCH v11 06/16] baseband/acc: add info get function > for ACC200 > > > From: Nic Chautru <nicolas.chau...@intel.com> > > > > Added support for info_get to allow to query the device. > > Null capability exposed. > > > > Signed-off-by: Nic Chautru <nicolas.chau...@intel.com> > > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > > --- > > drivers/baseband/acc/acc200_pmd.h | 1 + > > drivers/baseband/acc/rte_acc200_pmd.c | 231 > > ++++++++++++++++++++++++++ > > 2 files changed, 232 insertions(+) > > > > diff --git a/drivers/baseband/acc/acc200_pmd.h > > b/drivers/baseband/acc/acc200_pmd.h > > index acead1d17c..587b6f6d5b 100644 > > --- a/drivers/baseband/acc/acc200_pmd.h > > +++ b/drivers/baseband/acc/acc200_pmd.h > > @@ -8,6 +8,7 @@ > > #include "acc_common.h" > > #include "acc200_pf_enum.h" > > #include "acc200_vf_enum.h" > > +#include "rte_acc200_cfg.h" > This header is not introduced yet and it not needed in the patch as well. > I tried removing it before applying to fix build. But it is again failing in > another patch For unused functions. > > You should check build for all individual patches. > > Use > git rebase -i <commit id before your patchset> --exec=./devtools/test- > meson-builds.sh