From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2017 02:34:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,160,1484035200"; d="scan'208";a="58417837" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [10.252.1.85]) ([10.252.1.85]) by orsmga004.jf.intel.com with ESMTP; 14 Feb 2017 02:34:10 -0800 To: akhil.goyal@nxp.com, fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com References: <20170214121114.10590-1-akhil.goyal@nxp.com> Cc: thomas.monjalon@6wind.com, dev@dpdk.org, hemant.agrawal@nxp.com, deepak.k.jain@intel.com From: "Doherty, Declan" Message-ID: Date: Tue, 14 Feb 2017 10:34:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170214121114.10590-1-akhil.goyal@nxp.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 10:34:13 -0000 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