From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 164F71B407 for ; Tue, 30 Jan 2018 13:14:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2018 04:14:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,434,1511856000"; d="scan'208";a="14030091" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by fmsmga007.fm.intel.com with ESMTP; 30 Jan 2018 04:14:23 -0800 From: Pablo de Lara To: akhil.goyal@nxp.com, hemant.agrawal@nxp.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com, jck@semihalf.com, tdu@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com Cc: dev@dpdk.org, Pablo de Lara Date: Tue, 30 Jan 2018 12:14:13 +0000 Message-Id: <20180130121415.16623-2-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180130121415.16623-1-pablo.de.lara.guarch@intel.com> References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180130121415.16623-1-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v2 1/3] doc: announce ABI change for crypto info struct 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, 30 Jan 2018 12:14:28 -0000 Since the API changes made in 17.08, the session mempool is not created anymore in each crypto device. Therefore, there is no need to have, in the cryptodev info structure, the maximum number of sessions supported per device and per queue pair. Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d59ad5988..5588ba7c1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -59,3 +59,8 @@ Deprecation Notices be added between the producer and consumer structures. The size of the structure and the offset of the fields will remain the same on platforms with 64B cache line, but will change on other platforms. + +* cryptodev: The structure ``sym``, including its fields ``max_nb_sessions`` + and ``max_nb_sessions_per_qp``, in structure ``rte_cryptodev_info``, + will be removed in 18.05, as these fields are not relevant anymore + since the session mempool is not internal in the crypto device anymore. -- 2.14.3