From patchwork Mon Oct 12 06:02:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 80324 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BF84A04B6; Mon, 12 Oct 2020 08:04:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D18561D5EB; Mon, 12 Oct 2020 08:03:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 01CE01D5DF for ; Mon, 12 Oct 2020 08:03:33 +0200 (CEST) IronPort-SDR: GBd3qGJS+zOfhTEtqkZcolgy0XeY6y6zJBNhOlayq/PdAXHETf3laTICzFMF5J+00/lmdlVzzc gwWnSK7mF/bw== X-IronPort-AV: E=McAfee;i="6000,8403,9771"; a="162228160" X-IronPort-AV: E=Sophos;i="5.77,365,1596524400"; d="scan'208";a="162228160" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2020 23:03:33 -0700 IronPort-SDR: p9PeotgSUabVcxKPSnCKGlazwdKL9SPgV/WzpU7O6UvgvA/3h4rr1h6CTtBGF2g+HtRU2PUX9n 0WHm0oZfUhfg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,365,1596524400"; d="scan'208";a="313335368" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga003.jf.intel.com with ESMTP; 11 Oct 2020 23:03:31 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, ruifeng.wang@arm.com, michaelsh@marvell.com, Arek Kusztal Date: Mon, 12 Oct 2020 07:02:44 +0100 Message-Id: <20201012060244.17785-3-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201012060244.17785-1-arkadiuszx.kusztal@intel.com> References: <20201012060244.17785-1-arkadiuszx.kusztal@intel.com> Subject: [dpdk-dev] [PATCH v3 2/2] doc: remove crypto list end deprecation notice 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch removes deprecation notice about removing LIST_END enumerators from Cryptodev. Signed-off-by: Arek Kusztal --- doc/guides/rel_notes/deprecation.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f9b72acb8..7f203fd7e 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -230,11 +230,6 @@ Deprecation Notices Hence the API will be modified to take two mempool pointers - one for session and one for private data. -* cryptodev: ``RTE_CRYPTO_AEAD_LIST_END`` from ``enum rte_crypto_aead_algorithm``, - ``RTE_CRYPTO_CIPHER_LIST_END`` from ``enum rte_crypto_cipher_algorithm`` and - ``RTE_CRYPTO_AUTH_LIST_END`` from ``enum rte_crypto_auth_algorithm`` - will be removed. - * cryptodev: support for using IV with all sizes is added, J0 still can be used but only when IV length in following structs ``rte_crypto_auth_xform``, ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal