[EXT] [PATCH v12 06/16] baseband/acc: add info get function for ACC200
Akhil Goyal
gakhil at marvell.com
Wed Oct 12 22:13:22 CEST 2022
> 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"
>
You should really fix your build procedure.
There have been 4-5 versions of this patchset due to build failures.
Even this v12 is not built properly.
Including this file "rte_acc200_cfg.h" here is not required and is not available until this patch.
This was highlighted in v11 but is still not fixed in v12.
I removed this line while merging this series as I don't want to work again on this series.
Please take care of builds in future.
I have not merged the last patch for test-bbdev as it is not reviewed yet and was introduced in v10 only.
You should not introduce such new patches so late in the cycle of review of a patchset.
With above build issue fixed, series applied to dpdk-next-crypto except the last patch.
@Maxime can you please review the last patch of the series also.
More information about the dev
mailing list