From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3406B2B8B; Mon, 3 Jul 2017 23:21:55 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 03 Jul 2017 14:21:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,305,1496127600"; d="scan'208";a="874431485" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 03 Jul 2017 14:21:53 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX151.ger.corp.intel.com ([169.254.4.191]) with mapi id 14.03.0319.002; Mon, 3 Jul 2017 22:21:52 +0100 From: "O'Driscoll, Tim" To: Thomas Monjalon , Ashwin Sekhar T K CC: "dev@dpdk.org" , "jerin.jacob@caviumnetworks.com" , "Mcnamara, John" , "jianbo.liu@linaro.org" , "techboard@dpdk.org" , "govboard@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] examples/performance-thread: add arm64 support Thread-Index: AQHS9D77wWP34VV6ZkGKBeY6pdsLcqJCmlUw Date: Mon, 3 Jul 2017 21:21:51 +0000 Message-ID: <26FA93C7ED1EAA44AB77D62FBE1D27BA9B020A24@IRSMSX108.ger.corp.intel.com> References: <20170517181949.12002-1-ashwin.sekhar@caviumnetworks.com> <20170518102151.35504-1-ashwin.sekhar@caviumnetworks.com> <20170518102151.35504-3-ashwin.sekhar@caviumnetworks.com> <2129466.Tj9XCbWHIe@xps> In-Reply-To: <2129466.Tj9XCbWHIe@xps> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2JiMTQwZjktOGQ0Yy00NWEzLTgwNGItYzBjMmI3NGE1YzkxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilp2cVhTVVpMc2VlV1BXQWJHM1wvdVkzUDJRNTY2bGdGWjlFS092U0h4RjlFPSJ9 x-ctpclassification: CTP_IC 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 v3 2/2] examples/performance-thread: add arm64 support 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, 03 Jul 2017 21:21:57 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon >=20 > There can be a licensing issue here. > We may need advice from the Governing Board and the Technical Board. That's correct. This uses a 2-clause BSD license, but the Intellectual Prop= erty Policy section in the Project Charter (http://dpdk.org/about/charter#i= p) specifies 3-clause BSD. If you really need to use a new license, then yo= u'll need to make a request to the Governing Board as specified in clause 6= .c in the charter. >=20 > 18/05/2017 12:21, Ashwin Sekhar T K: > > +/* > > + * https://github.com/halayli/lthread which carries the following > license. > > + * > > + * Copyright (C) 2012, Hasan Alayli > > + * > > + * Redistribution and use in source and binary forms, with or without > > + * modification, are permitted provided that the following conditions > > + * are met: > > + * 1. Redistributions of source code must retain the above copyright > > + * notice, this list of conditions and the following disclaimer. > > + * 2. Redistributions in binary form must reproduce the above > copyright > > + * notice, this list of conditions and the following disclaimer in > the > > + * documentation and/or other materials provided with the > distribution. > > + * > > + * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND > > + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, > THE > > + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > PURPOSE > > + * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE > LIABLE > > + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > CONSEQUENTIAL > > + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE > GOODS > > + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS > INTERRUPTION) > > + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN > CONTRACT, STRICT > > + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN > ANY WAY > > + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE > POSSIBILITY OF > > + * SUCH DAMAGE. > > + */ >=20