From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3FB852C18 for ; Fri, 4 Aug 2017 17:25:27 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 08:25:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="115664504" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga004.jf.intel.com with ESMTP; 04 Aug 2017 08:25:25 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 16:25:25 +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: AQHTDG32402bpbtD40uQkndvvCUg8aJ0UlEA Date: Fri, 4 Aug 2017 15:25:24 +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 15:25:28 -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 Not sure if this needed to be split into two patches, as this affects two l= ibraries. At least, from cryptodev side: Acked-by: Pablo de Lara