From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8F0BD106A for ; Mon, 8 May 2017 15:54:19 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 08 May 2017 06:54:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,309,1491289200"; d="scan'208";a="99111455" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga006.fm.intel.com with ESMTP; 08 May 2017 06:54:17 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Mon, 8 May 2017 14:54:17 +0100 From: "Trahe, Fiona" To: "Kulasek, TomaszX" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] doc: announce API changes in crypto library Thread-Index: AQHSxO2SHFmeozMBjUS0QJaoxLOZBqHqexlQ Date: Mon, 8 May 2017 13:54:16 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435891F323E@IRSMSX101.ger.corp.intel.com> References: <1493912243-7584-1-git-send-email-tomaszx.kulasek@intel.com> In-Reply-To: <1493912243-7584-1-git-send-email-tomaszx.kulasek@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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] doc: announce API changes in crypto library 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: Mon, 08 May 2017 13:54:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, May 4, 2017 4:37 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH] doc: announce API changes in crypto library >=20 > API changes are planned for 17.08 to made sessions agnostic to the > underlaying devices, removing coupling with crypto PMDs, so a single > session can be used on multiple devices. >=20 > It requires to change "struct rte_cryptodev_sym_session" to store more > than one private data for devices, as well as remove redundant dev_id > and dev_type. >=20 > Effected public functions: >=20 > - rte_cryptodev_sym_session_pool_create > - rte_cryptodev_sym_session_create > - rte_cryptodev_sym_session_free >=20 > While session will not be directly associated with device, followed API > will be changed adding uint8_t dev_id to the argument list: >=20 > - rte_cryptodev_queue_pair_attach_sym_session > - rte_cryptodev_queue_pair_detach_sym_session >=20 > Signed-off-by: Tomasz Kulasek Acked-by: Fiona Trahe