From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2] crypto/dpaa_sec: update maximum queue pairs to 8 Date: Wed, 9 May 2018 12:36:35 +0530 Message-ID: <5cb5f028-2df2-33cc-9158-bd09696aced1@nxp.com> References: <1524156759-12931-4-git-send-email-hemant.agrawal@nxp.com> <1525778695-28559-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com, akhil.goyal@nxp.com To: Hemant Agrawal , dev@dpdk.org Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10079.outbound.protection.outlook.com [40.107.1.79]) by dpdk.org (Postfix) with ESMTP id C15F08E62 for ; Wed, 9 May 2018 09:06:50 +0200 (CEST) In-Reply-To: <1525778695-28559-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/8/2018 4:54 PM, Hemant Agrawal wrote: > From: Nipun Gupta > > The underlying hardware can support multiple queue pairs. > > Signed-off-by: Nipun Gupta > --- > 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