[dpdk-dev] [PATCH v2] crypto/dpaa_sec: update maximum queue pairs to 8

Akhil Goyal akhil.goyal at nxp.com
Wed May 9 09:06:35 CEST 2018


On 5/8/2018 4:54 PM, Hemant Agrawal wrote:
> From: Nipun Gupta <nipun.gupta at nxp.com>
>
> The underlying hardware can support multiple queue pairs.
>
> Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>
> ---
>  drivers/crypto/dpaa_sec/dpaa_sec.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.h b/drivers/crypto/dpaa_sec/dpaa_sec.h
> index 1433595..e15e373 100644
> --- a/drivers/crypto/dpaa_sec/dpaa_sec.h
> +++ b/drivers/crypto/dpaa_sec/dpaa_sec.h
> @@ -136,7 +136,7 @@ struct dpaa_sec_qp {
>  	int tx_errs;
>  };
>
> -#define RTE_DPAA_MAX_NB_SEC_QPS 1
> +#define RTE_DPAA_MAX_NB_SEC_QPS 8
>  #define RTE_DPAA_MAX_RX_QUEUE RTE_DPAA_SEC_PMD_MAX_NB_SESSIONS
>  #define DPAA_MAX_DEQUEUE_NUM_FRAMES 63
>
>
Acked-by: Akhil Goyal <akhil.goyal at nxp.com>


More information about the dev mailing list