From patchwork Wed Oct 7 08:55:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 79846 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 CE4C7A04BA; Wed, 7 Oct 2020 10:57:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41BBD1B3C8; Wed, 7 Oct 2020 10:57:08 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AAD6C4C9D for ; Wed, 7 Oct 2020 10:57:05 +0200 (CEST) IronPort-SDR: MI93MITSMl2eYrgt0sBjX5qcO4I11iyG1Hq1PvM/bi8pLdaGwgim+V49x32NUCzXtd6QnDfQFN wVA/UU+eO/Fg== X-IronPort-AV: E=McAfee;i="6000,8403,9766"; a="249577494" X-IronPort-AV: E=Sophos;i="5.77,346,1596524400"; d="scan'208";a="249577494" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2020 01:57:02 -0700 IronPort-SDR: jpKBkdwPJW2t2WOpTLM+YrnHGUVFzd17KaI/x+688CMp3N5VXvvTcuoHE8m4tujVEeZNf34spL jNHQrBqZ/W3Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,346,1596524400"; d="scan'208";a="327971483" Received: from akusztax-mobl1.ger.corp.intel.com ([10.104.121.17]) by orsmga002.jf.intel.com with ESMTP; 07 Oct 2020 01:57:00 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Wed, 7 Oct 2020 10:55:28 +0200 Message-Id: <20201007085528.413-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] 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. Signed-off-by: Arek Kusztal --- 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