[EXT] [PATCH v11 06/16] baseband/acc: add info get function for ACC200
Chautru, Nicolas
nicolas.chautru at intel.com
Wed Oct 12 19:29:25 CEST 2022
Hi Akhil,
OK. Fixing this this morning + test_vector extra line.
Thanks
Nic
> -----Original Message-----
> From: Akhil Goyal <gakhil at marvell.com>
> Sent: Wednesday, October 12, 2022 5:31 AM
> To: Chautru, Nicolas <nicolas.chautru at intel.com>; dev at dpdk.org;
> maxime.coquelin at redhat.com
> Cc: trix at redhat.com; mdr at ashroe.eu; Richardson, Bruce
> <bruce.richardson at intel.com>; hemant.agrawal at nxp.com;
> david.marchand at redhat.com; stephen at networkplumber.org; Vargas,
> Hernan <hernan.vargas at intel.com>
> Subject: RE: [EXT] [PATCH v11 06/16] baseband/acc: add info get function
> for ACC200
>
> > From: Nic Chautru <nicolas.chautru at intel.com>
> >
> > Added support for info_get to allow to query the device.
> > Null capability exposed.
> >
> > Signed-off-by: Nic Chautru <nicolas.chautru at intel.com>
> > Reviewed-by: Maxime Coquelin <maxime.coquelin at 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
More information about the dev
mailing list