From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doherty, Declan" Subject: Re: [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym Date: Tue, 14 Feb 2017 10:34:09 +0000 Message-ID: References: <20170214121114.10590-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, dev@dpdk.org, hemant.agrawal@nxp.com, deepak.k.jain@intel.com To: akhil.goyal@nxp.com, fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EEC442C74 for ; Tue, 14 Feb 2017 11:34:12 +0100 (CET) In-Reply-To: <20170214121114.10590-1-akhil.goyal@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 14/02/2017 12:11 PM, akhil.goyal@nxp.com wrote: > From: Akhil Goyal > > A new parameter is planned to be added in 17.05 release in > rte_cryptodev_info.sym - max_nb_sessions_per_qp. > > This will allow applications to know the maximum number of session > which can be attached to queue_pairs of device. > > Signed-off-by: Akhil Goyal > --- ... > Acked-by: Declan Doherty