From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 4/4] crypto/dpaa_sec: update maximum queue pairs to 2 Date: Fri, 20 Apr 2018 15:50:38 +0530 Message-ID: References: <1524156759-12931-1-git-send-email-hemant.agrawal@nxp.com> <1524156759-12931-4-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, Nipun Gupta To: Hemant Agrawal , dev@dpdk.org Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0071.outbound.protection.outlook.com [104.47.0.71]) by dpdk.org (Postfix) with ESMTP id 142448E63 for ; Fri, 20 Apr 2018 12:20:53 +0200 (CEST) In-Reply-To: <1524156759-12931-4-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" Hi Hemant/Nipun On 4/19/2018 10:22 PM, Hemant Agrawal wrote: > From: Nipun Gupta > > 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..5b25aa1 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 2 > #define RTE_DPAA_MAX_RX_QUEUE RTE_DPAA_SEC_PMD_MAX_NB_SESSIONS > #define DPAA_MAX_DEQUEUE_NUM_FRAMES 63 > > Why 2? I think it should be 8. Akhil