From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 2/6] cryptodev: remove max number of sessions per queue Date: Thu, 21 Jun 2018 18:33:36 +0530 Message-ID: <5f13949a-252b-fc05-798d-a00a34bdfc5d@nxp.com> References: <20180608220234.10170-1-pablo.de.lara.guarch@intel.com> <20180608220234.10170-3-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , declan.doherty@intel.com, ravi1.kumar@amd.com, jerin.jacob@caviumnetworks.com, roy.fan.zhang@intel.com, fiona.trahe@intel.com, tdu@semihalf.com, jianjay.zhou@huawei.com Return-path: Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60053.outbound.protection.outlook.com [40.107.6.53]) by dpdk.org (Postfix) with ESMTP id 95A871B5C0 for ; Thu, 21 Jun 2018 15:03:58 +0200 (CEST) In-Reply-To: <20180608220234.10170-3-pablo.de.lara.guarch@intel.com> Content-Language: en-US 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 6/9/2018 3:32 AM, Pablo de Lara wrote: > The cryptodev info structure currently contains > the maximum number of sessions that can be used in a queue pair. > This is only set in DPAA_SEC PMD, and since it is calculated > based on the maximum number of sessions (which is not used > anymore), this field can be removed. > > Signed-off-by: Pablo de Lara > --- Acked-by: Akhil Goyal