From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BC0901B2CB for ; Tue, 13 Feb 2018 12:45:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 03:45:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="203794517" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 13 Feb 2018 03:45:30 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Feb 2018 11:45:18 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.9]) by irsmsx155.ger.corp.intel.com ([169.254.14.21]) with mapi id 14.03.0319.002; Tue, 13 Feb 2018 11:45:18 +0000 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" , "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" , "jck@semihalf.com" , "tdu@semihalf.com" , "dima@marvell.com" , "nsamsono@marvell.com" , "jianbo.liu@arm.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] Cryptodev API/ABI deprecation notices Thread-Index: AQHTmcPdJeIDxfhjd0Og/Yt4D0AXKaOiTHAw Date: Tue, 13 Feb 2018 11:45:17 +0000 Message-ID: References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180130121415.16623-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180130121415.16623-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjNlOWE1ZTUtYjE3MC00ZjhlLTk2MWItOTdmMmU4NTAwOGEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVhZGlJbkVoeTZnVmJKZ3d3aFA2OUcrWW5DZENnXC9kUUtSTlFvMm5kY01nPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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, 13 Feb 2018 11:45:35 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, January 30, 2018 12:14 PM > To: akhil.goyal@nxp.com; hemant.agrawal@nxp.com; Doherty, Declan > ; jerin.jacob@caviumnetworks.com; Trahe, > Fiona ; Griffin, John ; Ja= in, > Deepak K ; jck@semihalf.com; > tdu@semihalf.com; dima@marvell.com; nsamsono@marvell.com; > jianbo.liu@arm.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/3] Cryptodev API/ABI deprecation notices >=20 > v2: > - Added an extra deprecation announcement > - Bonded the other two deprecation notices with the new one in a > patchset >=20 > 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 >=20 > doc/guides/rel_notes/deprecation.rst | 15 +++++++++++++++ > lib/librte_cryptodev/rte_cryptodev.h | 4 ++++ > 2 files changed, 19 insertions(+) >=20 > -- > 2.14.3 Deferring this to 18.05, so we could discuss a replacement for pci_dev stru= cture in the cryptodev info structure, also needed for ethdev. Pablo