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 2EDA1A04B6; Mon, 12 Oct 2020 08:03:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B2341D5D3; Mon, 12 Oct 2020 08:03:31 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6CFA91D5C8 for ; Mon, 12 Oct 2020 08:03:28 +0200 (CEST) IronPort-SDR: gI/Nj8RRE5pU/YGNbkT1kWT+wPPB0GPAyhycvhAE7FtN9+sqsZd7o1EtQoh/ksACQRp0yPUryl 4ZeBmmXyaWdg== X-IronPort-AV: E=McAfee;i="6000,8403,9771"; a="162228149" X-IronPort-AV: E=Sophos;i="5.77,365,1596524400"; d="scan'208";a="162228149" 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:26 -0700 IronPort-SDR: egMIbbJL6CvJBFMplT3xiXGsk2ij3LIsouqeuynJOM+Tr6YjUp2vKf0TjNvYPqZeyHscXmku/2 4pGB144dvdKg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,365,1596524400"; d="scan'208";a="313335348" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga003.jf.intel.com with ESMTP; 11 Oct 2020 23:03:24 -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:42 +0100 Message-Id: <20201012060244.17785-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v3 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 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 | 12 +++--------- 2 files changed, 3 insertions(+), 14 deletions(-) -- 2.17.1