From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E8C7F1B3C2 for ; Tue, 30 Jan 2018 13:14:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2018 04:14:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,434,1511856000"; d="scan'208";a="14030084" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by fmsmga007.fm.intel.com with ESMTP; 30 Jan 2018 04:14:17 -0800 From: Pablo de Lara To: akhil.goyal@nxp.com, hemant.agrawal@nxp.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com, jck@semihalf.com, tdu@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com Cc: dev@dpdk.org, Pablo de Lara Date: Tue, 30 Jan 2018 12:14:12 +0000 Message-Id: <20180130121415.16623-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.14.3 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 v2 0/3] Cryptodev API/ABI deprecation notices 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: , X-List-Received-Date: Tue, 30 Jan 2018 12:14:22 -0000 v2: - Added an extra deprecation announcement - Bonded the other two deprecation notices with the new one in a patchset Pablo de Lara (3): 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/guides/rel_notes/deprecation.rst | 15 +++++++++++++++ lib/librte_cryptodev/rte_cryptodev.h | 4 ++++ 2 files changed, 19 insertions(+) -- 2.14.3