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 E7C712935 for ; Sat, 9 Jul 2016 18:04:15 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 09 Jul 2016 09:04:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,337,1464678000"; d="scan'208";a="136451682" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga004.fm.intel.com with ESMTP; 09 Jul 2016 09:04:13 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Sat, 9 Jul 2016 17:04:12 +0100 From: "Mcnamara, John" To: Neil Horman CC: Thomas Monjalon , "De Lara Guarch, Pablo" , "dev@dpdk.org" , "Richardson, Bruce" , Stephen Hemminger , Panu Matilainen Thread-Topic: [dpdk-dev] [PATCH] crypto: normalize cryptodev pmd names with macros Thread-Index: AQHR2ebezaefGRydnEi24C6j9gHIOqAQQYpw Date: Sat, 9 Jul 2016 16:04:12 +0000 Message-ID: References: <20160708121744.GA14917@hmsreliant.think-freely.org> <2459096.U0Mj9JPKfX@xps13> <20160708134214.GB14917@hmsreliant.think-freely.org> <20160709133427.GA21705@neilslaptop.think-freely.org> In-Reply-To: <20160709133427.GA21705@neilslaptop.think-freely.org> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjAxMzg1MTctMTZkMC00ZTc0LTkyMTItOWRjMDk1M2Q4OTU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVhdVwva3h2a2JPSnBCWVd1bHYxVXdGbVdMM1dXQURUQ2lLbFp5RVRPcjBJPSJ9 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] crypto: normalize cryptodev pmd names with macros X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 16:04:16 -0000 > -----Original Message----- > From: Neil Horman [mailto:nhorman@tuxdriver.com] > Sent: Saturday, July 9, 2016 2:34 PM > To: Mcnamara, John > Cc: Thomas Monjalon ; De Lara Guarch, Pablo > ; dev@dpdk.org; Richardson, Bruce > ; Stephen Hemminger > ; Panu Matilainen > Subject: Re: [dpdk-dev] [PATCH] crypto: normalize cryptodev pmd names wit= h > macros >=20 > On Fri, Jul 08, 2016 at 07:03:10PM +0000, Mcnamara, John wrote: > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Neil Horman > > > Sent: Friday, July 8, 2016 2:42 PM > > > To: Thomas Monjalon > > > Cc: De Lara Guarch, Pablo ; > > > dev@dpdk.org; Richardson, Bruce ; > > > Stephen Hemminger ; Panu Matilainen > > > > > > Subject: Re: [dpdk-dev] [PATCH] crypto: normalize cryptodev pmd > > > names with macros > > > > > > On Fri, Jul 08, 2016 at 02:40:01PM +0200, Thomas Monjalon wrote: > > > > 2016-07-08 08:17, Neil Horman: > > > > > I suppose thats fine, sure, though I'm really not comfortable > > > > > with an open source project requiring what appears to be > > > > > non-open source components (though I can't really tell what the > > > > > snow3g or kasumi > > > license is). > > > > > > > > Yes you're right. > > > > IMHO, it is acceptable because it is free (just need a > > > > registration) but it can be discussed. > > > > I think there are some legal export issues because of crypto aim. > > > Yeah, crypto usually has munitions export restrictions. I'm fine > > > with that, as long as the license to the code is GPL. And I can't > > > tell what the license is because you have to register to get it > > > before you can see it. > > > > > > If you, or someone can confirm that the snow3g and kasumi ssl > > > libraries are open source compatible (or better still if the license > > > can be announced prior to registration on the web site), then I'm > > > fine with it, and am happy to test with it, I just don't want to > > > register without knowing that beforehand. > > > > Hi Neil, > > > > The license is "Intel Pre-Release Software License Agreement". We will > > send a patch to make this this clear in the documentation. We will > > also see if it can be made visible on the download page. > > > > I can send you a copy of the license if you wish. Pablo has already > > tested compilation with the latest version of the patch. > > > I understand and appreciate that, but I'd still like to have a copy of th= e > license. It seems a bit unreasonable to me to include open source driver= s > in an open source project, if they can't be built without a non-open > source library included. I'll send you a copy. John