[PATCH 6/6] crypto/ccp: use a dynamic logtype
David Marchand
david.marchand at redhat.com
Fri Jun 28 13:57:53 CEST 2024
On Tue, Jun 25, 2024 at 2:25 PM David Marchand
<david.marchand at 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
More information about the dev
mailing list