On Tue, Jun 25, 2024 at 2:25 PM David Marchand
<david.march...@redhat.com> wrote:
> diff --git a/drivers/crypto/ccp/rte_ccp_pmd.c 
> b/drivers/crypto/ccp/rte_ccp_pmd.c
> index 869399597e..022c1df182 100644
> --- a/drivers/crypto/ccp/rte_ccp_pmd.c
> +++ b/drivers/crypto/ccp/rte_ccp_pmd.c
> @@ -22,6 +22,7 @@
>  static unsigned int ccp_pmd_init_done;
>  uint8_t ccp_cryptodev_driver_id;
>  uint8_t cryptodev_cnt;
> +int crypto_ccp_logtype;

This declaration is unneeded as RTE_LOG_REGISTER_DEFAULT declares the
logtype var.
I will fix in a new revision if one is needed, otherwise, I will fix
when applying.

>
>  struct ccp_pmd_init_params {
>         struct rte_cryptodev_pmd_init_params def_p;


-- 
David Marchand

Reply via email to