From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pablo.de.lara.guarch@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 9EE49EE2B
 for <dev@dpdk.org>; Mon, 21 May 2018 13:06:47 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 21 May 2018 04:06:46 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,426,1520924400"; d="scan'208";a="48451001"
Received: from silpixa00399464.ir.intel.com (HELO
 silpixa00399464.ger.corp.intel.com) ([10.237.222.157])
 by fmsmga002.fm.intel.com with ESMTP; 21 May 2018 04:06:44 -0700
From: Pablo de Lara <pablo.de.lara.guarch@intel.com>
To: declan.doherty@intel.com,
	akhil.goyal@nxp.com,
	shally.verma@cavium.com
Cc: dev@dpdk.org,
	Pablo de Lara <pablo.de.lara.guarch@intel.com>
Date: Mon, 21 May 2018 12:06:50 +0100
Message-Id: <20180521110656.42437-1-pablo.de.lara.guarch@intel.com>
X-Mailer: git-send-email 2.17.0
In-Reply-To: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com>
References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com>
Subject: [dpdk-dev] [PATCH v4 0/6] Cryptodev API/ABI deprecation notices
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 21 May 2018 11:06:48 -0000

v4:
- Fixed DPDK versions called out to deprecate/remove API.
- Removed rte_cryptodev_queue_pair_attach_sym_session call
  from the IPSec gw app, since the function is deprecated now.
- Added patch announcing a replacement of some of the crypto
  feature flags
- Added patch renaming two symmetric specific functions
  from *_session_* to *_sym_session_*.

v3:
- Added an extra deprecation announcement (replacing rte_pci_device
  with rte_device)
- Rebased against latest DPDK code

v2:
- Added an extra deprecation announcement
- Bonded the other two deprecation notices with the new one in a
  patchset


Pablo de Lara (6):
  doc: announce ABI change for crypto sym info struct
  doc: announce ABI change for crypto info struct
  doc: announce deprecation for attach/detach crypto session
  doc: announce deprecation in crypto queue pair start/stop
  doc: announce deprecation in crypto feature flags
  cryptodev: rename get session size API

 app/test-crypto-perf/main.c                   |  2 +-
 doc/guides/prog_guide/cryptodev_lib.rst       |  6 ++--
 doc/guides/rel_notes/deprecation.rst          | 25 +++++++++++++
 drivers/crypto/aesni_gcm/aesni_gcm_pmd.c      |  2 +-
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c    |  2 +-
 drivers/crypto/armv8/rte_armv8_pmd.c          |  2 +-
 drivers/crypto/kasumi/rte_kasumi_pmd.c        |  2 +-
 drivers/crypto/openssl/rte_openssl_pmd.c      |  2 +-
 drivers/crypto/snow3g/rte_snow3g_pmd.c        |  2 +-
 drivers/crypto/zuc/rte_zuc_pmd.c              |  2 +-
 examples/ipsec-secgw/ipsec-secgw.c            |  2 +-
 examples/ipsec-secgw/ipsec.c                  | 12 -------
 examples/l2fwd-crypto/main.c                  |  2 +-
 examples/vhost_crypto/main.c                  |  2 +-
 lib/librte_cryptodev/rte_cryptodev.c          | 12 +++++++
 lib/librte_cryptodev/rte_cryptodev.h          | 35 +++++++++++++++++++
 .../rte_cryptodev_version.map                 |  8 +++++
 test/test/test_cryptodev.c                    |  6 ++--
 test/test/test_event_crypto_adapter.c         |  2 +-
 19 files changed, 99 insertions(+), 29 deletions(-)

-- 
2.17.0