From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v3 08/16] cryptodev: define value for unlimited sessions Date: Wed, 4 Jul 2018 18:10:24 +0530 Message-ID: <72e80d44-618f-226e-e51e-e0ccbec4fa4e@nxp.com> References: <20180608220234.10170-1-pablo.de.lara.guarch@intel.com> <20180628005304.26544-1-pablo.de.lara.guarch@intel.com> <20180628005304.26544-9-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, shally.verma@caviumnetworks.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 EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50063.outbound.protection.outlook.com [40.107.5.63]) by dpdk.org (Postfix) with ESMTP id B376F1BEA7 for ; Wed, 4 Jul 2018 14:40:45 +0200 (CEST) In-Reply-To: <20180628005304.26544-9-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/28/2018 6:22 AM, Pablo de Lara wrote: > Currently, the info structure contains the maximum number > of sessions that a device can manage. > This field was useful when the session mempool was created inside > each device, but now it is created at the application level. > > Most PMDs do not have a limitation on the sessions managed, > but a few do, therefore this field must remain in the structure. > However, a new value, 0, can be used to indicate that > a device does not have an actual maximum of sessions. > > Signed-off-by: Pablo de Lara > --- > Acked-by: Akhil Goyal