From patchwork Wed Oct 14 05:07:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 80621 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 C7B36A04B7; Wed, 14 Oct 2020 07:07:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C03F1DB8A; Wed, 14 Oct 2020 07:07:30 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 42D521DB88 for ; Wed, 14 Oct 2020 07:07:26 +0200 (CEST) IronPort-SDR: 5CWRWe4tnSnJNZu+6ufmdMbZ+O5LNhzQTAoMM7NdCRFJ0nkBT4lLpnUxP6KMnSoHZ5fH/a1Xes WVqSGkHJFDhA== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="145900589" X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="145900589" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 22:07:22 -0700 IronPort-SDR: d/spS2e/7WTQshiC0hZVTfNXsae9zac887LNTcJO39RfbWHRFQ5EzD+917djIXqcTKwY7I7DQ8 33P84pPNme3Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,373,1596524400"; d="scan'208";a="345517550" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by fmsmga004.fm.intel.com with ESMTP; 13 Oct 2020 22:07:21 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Wed, 14 Oct 2020 06:07:00 +0100 Message-Id: <20201014050700.863-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v2] doc: remove aes-gcm addition of j0 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 information about deprecation of AES-GCM/GMAC API for IV without J0. J0 was added with the following patch: - cryptodev: add an option to support both iv and J0 for GCM [1] [1] (http://patchwork.dpdk.org/patch/52886/) Signed-off-by: Arek Kusztal --- v2: - added reference to the patch in question doc/guides/rel_notes/deprecation.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f9b72acb8..281f38048 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -235,12 +235,6 @@ Deprecation Notices ``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 - to one it means it represents IV, when is set to zero it means J0 is used - directly, in this case 16 bytes of J0 need to be passed. - * scheduler: The functions ``rte_cryptodev_scheduler_slave_attach``, ``rte_cryptodev_scheduler_slave_detach`` and ``rte_cryptodev_scheduler_slaves_get`` will be replaced in 20.11 by