From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 70C471094; Mon, 3 Jul 2017 22:57:13 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0546C20A02; Mon, 3 Jul 2017 16:57:13 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 03 Jul 2017 16:57:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=WJW6bOBcbCBqUzU el2cQSqSeSMi4nePB71SYGvUx8p8=; b=PPnG0Tter4xgb8qZ4Pu37dNm+fcV1Ht yES7rMps+pVricFNwmlNxrPxMc7jbRBllTgw/NzLnGLf5Pp3Tc1K6+pKpcOxUGzI d8/spo+XuWiz3MBatWy8P5TIsPGTJZWMVV1JRJZ4s2QqTLG5eLTjPmgbP2C8ECou ncAdJYnVRUJE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=WJW6bOBcbCBqUzUel2cQSqSeSMi4nePB71SYGvUx8p8=; b=fYNw+VMa 0zG5SilkrpPsToleNXcCmLKGECv/ZZvWlubhCKMNmcNel9KJKodIJfq4q3FyCH/o YKjj8AqIpM0Mqkvn4XoqEn+XCnnccfl26FoasVWccgFQzZyS9MlyXQ9i1b9xwvyf QJTtorYtUkKkB03gzCpnErDWzM1ijyl4f/18l1e5CKvCya+0st0/6LS4fIym/D0Q Dz9aZoe7SIAAemKY5dlM2vJqXSTKPDs6h+BqAZBSSFOGousn65JQedmm52GPCKGy /mjp2UmVUwGxRZcloT/FBwziuw9X7AK+Qi4aLyB57eHPXR7Kh+gIQT3+AyQvKoJA FkU21u7rCo9bSg== X-ME-Sender: X-Sasl-enc: 0t3Bw9xmPJnmLVBNMHgM9aIHXHYk5DyrfSbOt6VVYJ3q 1499115432 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AE2382479F; Mon, 3 Jul 2017 16:57:12 -0400 (EDT) From: Thomas Monjalon To: Ashwin Sekhar T K Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, jianbo.liu@linaro.org, techboard@dpdk.org, govboard@dpdk.org Date: Mon, 03 Jul 2017 22:57:11 +0200 Message-ID: <2129466.Tj9XCbWHIe@xps> In-Reply-To: <20170518102151.35504-3-ashwin.sekhar@caviumnetworks.com> References: <20170517181949.12002-1-ashwin.sekhar@caviumnetworks.com> <20170518102151.35504-1-ashwin.sekhar@caviumnetworks.com> <20170518102151.35504-3-ashwin.sekhar@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 20:57:13 -0000 There can be a licensing issue here. We may need advice from the Governing Board and the Technical Board. 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. > + */