From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DEF232C55 for ; Fri, 4 Aug 2017 11:28:20 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 02:28:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,320,1498546800"; d="scan'208";a="886370147" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by FMSMGA003.fm.intel.com with ESMTP; 04 Aug 2017 02:28:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX107.ger.corp.intel.com ([169.254.10.129]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 10:28:16 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" , "Doherty, Declan" , "thomas@monjalon.net" , "Nicolau, Radu" , "aviadye@mellanox.com" , "borisp@mellanox.com" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH] doc: announce ABI change for cryptodev and ethdev Thread-Index: AQHTDG32402bpbtD40uQkndvvCUg8aJz7gRA Date: Fri, 4 Aug 2017 09:28:15 +0000 Message-ID: References: <20170803153211.23073-1-akhil.goyal@nxp.com> In-Reply-To: <20170803153211.23073-1-akhil.goyal@nxp.com> Accept-Language: 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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for cryptodev and ethdev 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: Fri, 04 Aug 2017 09:28:21 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Thursday, August 3, 2017 4:32 PM > To: dev@dpdk.org; Doherty, Declan ; > thomas@monjalon.net; Nicolau, Radu ; > aviadye@mellanox.com; borisp@mellanox.com; > hemant.agrawal@nxp.com; De Lara Guarch, Pablo > > Cc: Akhil Goyal > Subject: [PATCH] doc: announce ABI change for cryptodev and ethdev >=20 > Support for security operations is planned to be added in ethdev and > cryptodev for the 17.11 release. >=20 > For this following changes are required. > - rte_cryptodev and rte_eth_dev structures need to be added new > parameter rte_security_ops which extend support for security ops to the > corresponding driver. > - rte_cryptodev_info and rte_ethd_dev_info need to be added with > rte_security_capabilities to identify the capabilities of the correspondi= ng > driver. >=20 > Signed-off-by: Akhil Goyal Boris, Aviad, could you review this patch? Thanks, Pablo