From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B85BAA04B6; Mon, 12 Oct 2020 21:22:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B5051D9A5; Mon, 12 Oct 2020 21:21:39 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6DE221D99B for ; Mon, 12 Oct 2020 21:21:36 +0200 (CEST) IronPort-SDR: mLtZj4GKJY7kGhB45B6m9EiS6rOZW6IDERH8CeH4xVeO4+zr2gujkjI/v7cm2z51JJvj3JpsK7 oQHAWl+wjY5g== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="229972318" X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="229972318" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2020 12:21:36 -0700 IronPort-SDR: /pRYcV+qfcmahSw4fYWUd1jiftDSpRKnciyFsEIR7ek5CI2d0DUkBTw+NaW/wudwFLk7KeKO2m fAUn8Uzvn3bQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="530087044" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga005.jf.intel.com with ESMTP; 12 Oct 2020 12:21:34 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Mon, 12 Oct 2020 20:21:25 +0100 Message-Id: <20201012192125.28263-3-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201012192125.28263-1-arkadiuszx.kusztal@intel.com> References: <20201012192125.28263-1-arkadiuszx.kusztal@intel.com> Subject: [dpdk-dev] [PATCH v4 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 -- 2.17.1