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 7BAC5A04B6; Mon, 12 Oct 2020 21:21:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C93C1D995; Mon, 12 Oct 2020 21:21:36 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C4A1F1D991 for ; Mon, 12 Oct 2020 21:21:33 +0200 (CEST) IronPort-SDR: NZb0FcHuESdL36K81wvbOnimqk23alkc9v21piGxko6aa9i3Wat7lDbkCohiUpRXbpdg/ZduMk nuaMk0GmzkPA== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="229972307" X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="229972307" 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:32 -0700 IronPort-SDR: FyIrbNEW2aPB1MmwZsgdP7KZp4Qf2VumlyI2FbhuTnJOH+1reqQ36MUfGU8tfoeCZHy6LgWgSO a2gDHrJhRIqw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="530087036" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga005.jf.intel.com with ESMTP; 12 Oct 2020 12:21:30 -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:23 +0100 Message-Id: <20201012192125.28263-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v4 0/2] remove list end enumerators 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 patchset removes enumerators RTE_CRYPTO_CIPHER_LIST_END, RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END from symmetric crypto API to prevent some problems that may arise when adding new crypto algorithms. v2: - combined patches into one series - added removal of deprecation notice v3: - removed asymmetric crypto patches v4: - added comments about addition of new algorithms Arek Kusztal (2): cryptodev: remove crypto list end enumerators doc: remove crypto list end deprecation notice doc/guides/rel_notes/deprecation.rst | 5 ---- lib/librte_cryptodev/rte_crypto_sym.h | 36 ++++++++++++++++++--------- 2 files changed, 24 insertions(+), 17 deletions(-) -- 2.17.1