From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 88F9F2BBD for ; Tue, 22 May 2018 16:31:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 07:31:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="230661716" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 22 May 2018 07:31:13 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.146]) by IRSMSX153.ger.corp.intel.com ([169.254.9.5]) with mapi id 14.03.0319.002; Tue, 22 May 2018 15:31:13 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "akhil.goyal@nxp.com" , "shally.verma@cavium.com" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation notices Thread-Index: AQHT8QTadW7+Udkl4kOUljP24I6d4KQ7t+Jw Date: Tue, 22 May 2018 14:30:13 +0000 Deferred-Delivery: Tue, 22 May 2018 13:04:46 +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: <20180521130841.40219-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDgwNTBmZWEtZmQ0Mi00NGE4LWJlMWItNzExNDlhY2E0YTEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieklkV0xnQmNcL1BsODRGNmNRMHhqNnF5U1JqZjQ2TllcL1pkMkQ3MHg5cGd1R1FLZ0w1S3ZOK01EdnliblorNUU0In0= dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] 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:31:16 -0000 > -----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 >=20 > 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. >=20 > 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_*. >=20 > v3: > - Added an extra deprecation announcement (replacing rte_pci_device > with rte_device) > - Rebased against latest DPDK code >=20 > v2: > - Added an extra deprecation announcement > - Bonded the other two deprecation notices with the new one in a > patchset >=20 > 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 >=20 > 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(-) >=20 > -- > 2.17.0 Series Acked-by: Deepak Kumar Jain