From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1792D2BBD for ; Tue, 22 May 2018 16:35:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 07:35:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="60759626" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 22 May 2018 07:35:14 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 22 May 2018 15:35:13 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx155.ger.corp.intel.com ([169.254.14.95]) with mapi id 14.03.0319.002; Tue, 22 May 2018 15:35:13 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Doherty, Declan" , "akhil.goyal@nxp.com" , "shally.verma@cavium.com" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation notices Thread-Index: AQHT8QTQbKk06syuv0W1MR7S1F4FyqQ7v/2AgAASD5A= Date: Tue, 22 May 2018 14:35:12 +0000 Message-ID: References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180521130841.40219-1-pablo.de.lara.guarch@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDgwNTBmZWEtZmQ0Mi00NGE4LWJlMWItNzExNDlhY2E0YTEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieklkV0xnQmNcL1BsODRGNmNRMHhqNnF5U1JqZjQ2TllcL1pkMkQ3MHg5cGd1R1FLZ0w1S3ZOK01EdnliblorNUU0In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 14:35:17 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, May 22, 2018 3:30 PM > To: De Lara Guarch, Pablo ; Doherty, Decl= an > ; akhil.goyal@nxp.com; shally.verma@cavium.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: RE: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation noti= ces >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Monday, May 21, 2018 2:09 PM > > To: Doherty, Declan ; akhil.goyal@nxp.com; > > shally.verma@cavium.com > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > > > Subject: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation > > notices > > > > v5: > > - Renamed rte_cryptodev_get_header_session_size with > > rte_cryptodev_sym_get_header_session_size, and > > rte_cryptodev_get_private_session_size with > > rte_cryptodev_sym_get_private_session_size. > > > > 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 >=20 > Series Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Thanks, Pablo