Hi Akhil, OK. Fixing this this morning + test_vector extra line. Thanks Nic
> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Wednesday, October 12, 2022 5:31 AM > To: Chautru, Nicolas <[email protected]>; [email protected]; > [email protected] > Cc: [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; [email protected]; > [email protected]; [email protected]; Vargas, > Hernan <[email protected]> > Subject: RE: [EXT] [PATCH v11 06/16] baseband/acc: add info get function > for ACC200 > > > From: Nic Chautru <[email protected]> > > > > Added support for info_get to allow to query the device. > > Null capability exposed. > > > > Signed-off-by: Nic Chautru <[email protected]> > > Reviewed-by: Maxime Coquelin <[email protected]> > > --- > > 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

