From patchwork Thu Oct 8 08:32:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dybkowski, AdamX" X-Patchwork-Id: 79990 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 9C172A04BC; Thu, 8 Oct 2020 10:32:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5EC671BA6F; Thu, 8 Oct 2020 10:32:30 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D7FE01B9F0 for ; Thu, 8 Oct 2020 10:32:28 +0200 (CEST) IronPort-SDR: NmutO1LOwNRdit09esC8yz/YACm0p3FjqcU9Hwvxeg/DkhGngAkhG9nxZ4wMFttnRwhc4YEMJ2 ThvL2DscvaWA== X-IronPort-AV: E=McAfee;i="6000,8403,9767"; a="153134374" X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="153134374" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 01:32:26 -0700 IronPort-SDR: peM0vB1hWuZ3aCLFlQWVcu8HYwpqdEl+29f6C668YRuyXcOHovsFXrLisXIhFSYBoyx+a2Ji/m z4sUkpPnv7Ug== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="316616280" Received: from dmaziecx-mobl.ger.corp.intel.com (HELO adamdybx-MOBL.ger.corp.intel.com) ([10.104.121.38]) by orsmga006.jf.intel.com with ESMTP; 08 Oct 2020 01:32:24 -0700 From: Adam Dybkowski To: dev@dpdk.org, akhil.goyal@nxp.com Cc: fiona.trahe@intel.com, david.marchand@redhat.com, declan.doherty@intel.com, Adam Dybkowski Date: Thu, 8 Oct 2020 10:32:21 +0200 Message-Id: <20201008083222.14169-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200814095942.1726-1-adamx.dybkowski@intel.com> References: <20200814095942.1726-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 0/1] cryptodev: remove v20 ABI compatibility 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 reverts commit cryptodev: fix ABI compatibility for ChaCha20-Poly1305 as the rte_cryptodev_info_get function versioning was a temporary solution to maintain ABI compatibility for ChaCha20-Poly1305 and is not needed in 20.11. Adam Dybkowski (1): cryptodev: remove v20 ABI compatibility --- v2: * minor styling issues corrected (removed empty lines) -- lib/librte_cryptodev/meson.build | 1 - lib/librte_cryptodev/rte_cryptodev.c | 150 +----------------- lib/librte_cryptodev/rte_cryptodev.h | 34 +--- .../rte_cryptodev_version.map | 6 - 4 files changed, 5 insertions(+), 186 deletions(-)