From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 446B71B296 for ; Thu, 25 Jan 2018 23:35:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E9DED2156D; Thu, 25 Jan 2018 17:35:56 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 25 Jan 2018 17:35:56 -0500 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; s=mesmtp; bh=ttbWNLdSpixi4vwGutpEQVv8dG axl+zfmxu5DgE70tg=; b=Nv501ffuU4ZjhFHTWZk/s0+JTdb5//VHdY+CS1l8tA WV6F1k01LUROn2RTH2IaBF8xVNYWUUISBJ8ymZY9g8Basw6qYQ1rwoOEA3bS2VbI +02nhR+Sg6buOJqyTVqZOeYH696J1qRTuuZagWLxKFHwnPT7+gW+uHRtLyDH+gWe 0= 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; s=fm1; bh=ttbWNL dSpixi4vwGutpEQVv8dGaxl+zfmxu5DgE70tg=; b=EfzX/bWXLytH+u60iKWVd+ tEYHre3qwJPjbk1e70z4DP7ZXTaNNOKECOARqKT0cgE1PYmNmuNs+RQTiJmO2j5l D1mpFCSFWga7dvBELLqlB9l5Fy/s7aeImKHu/KT23bs3qPk/WZIKeQW6lC1xgxgb r5A9c2RjJcKcF2ggCXHdgk4jXLYW9G3Y9CTl1QH/3VsAcl0Wy9jSUxaST+XVYO7O YLJrzrnxJOhu6E1CMPqqj1+Ius1K7VF1Hgd4vDfcnXCVK2LKa9qjzQVd5HC1LaRT MYrgNyQ1x1ZyqyV+ep94M1qzxzBND+PWZ40z2qurLei2URNZa8uL6YDVBIgI2SLQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9B5C124434; Thu, 25 Jan 2018 17:35:56 -0500 (EST) From: Thomas Monjalon To: Pavan Nikhilesh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, stephen@networkplumber.org, ktraynor@redhat.com Date: Thu, 25 Jan 2018 23:35:14 +0100 Message-ID: <2028727.Ruu4vMx18P@xps> In-Reply-To: <2782991.nDYcX2DiXf@xps> References: <1504032378-5483-1-git-send-email-pbhagavatula@caviumnetworks.com> <20171204132231.29975-3-pbhagavatula@caviumnetworks.com> <2782991.nDYcX2DiXf@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 3/3] test: add tests for reciprocal based division 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: Thu, 25 Jan 2018 22:35:57 -0000 Ping 19/01/2018 00:49, Thomas Monjalon: > 04/12/2017 14:22, Pavan Nikhilesh: > > +/* > > + * BSD LICENSE > > + * > > + * Copyright (C) Cavium, Inc. 2017. > > + * > > + * Redistribution and use in source and binary forms, with or without > > + * modification, are permitted provided that the following conditions > > + * are met: > > + * > > + * * Redistributions of source code must retain the above copyright > > + * notice, this list of conditions and the following disclaimer. > > + * * 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. > > + * * Neither the name of Cavium, Inc nor the names of its > > + * contributors may be used to endorse or promote products derived > > + * from this software without specific prior written permission. > > + * > > + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT > > + * OWNER 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. > > + */ > > Please re-send with SPDX tag. > Thanks