From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 9235D201 for ; Thu, 22 Mar 2018 11:48:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 91E4E212DA; Thu, 22 Mar 2018 06:48:26 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 22 Mar 2018 06:48:26 -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; s=mesmtp; bh=hUPshtUMFQhVU86cPcIjwAfbax QXxud0zk2VioK2fJQ=; b=eylTnTMhzR3QUg3QU1rdAFdi1gT3PJ2en43kVusyUo RdegJtFCT3XjS5boLM0CRhQpAKcHqXzvCKOgzsrMZOEm7Ka2ADwxKHdwRVO7QT/k OGmNo/ma76EF/s6ibDmEjZiU4lkh93BhzX2QfVn526SrOufO2ffG6ilPA6qsIAi5 M= 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=fm2; bh=hUPsht UMFQhVU86cPcIjwAfbaxQXxud0zk2VioK2fJQ=; b=fZagW1oXh/ZDir5lrpkamR +4y/4ZqsF0RWMX0joDDtxm8V8li+0PInpVLdHqbI9S0HaMS1YubqNtW58AN5D9ZS ewhrhTaQ2FbTGh/4LWKNodqq0xK+nEjtmS/tG9tAjZ0nWy1oWKeJntI+y+jBUj+E fscuBkwyKVAKxhHkwuTrrw00dDT0bCEfTndGdc2JucBXTd/K71p8uW/Po6dzf5Zg /ZkYrjjntQAAXmUFh2P4CXb4JFwkfPI0AVCBT8lAzp+Q+voruDeHJjP7XnF8qbiM CPGUjRpGNxab1HnP9bI7J4fnD3n+kg0xJTAG9m3aFksAzFGMJn0U3/L6XfXs1+kQ == 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 E03CA7E13F; Thu, 22 Mar 2018 06:48:25 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: Hemant Agrawal , dev@dpdk.org Date: Thu, 22 Mar 2018 11:48:08 +0100 Message-ID: <8159309.KFzbjhHU2K@xps> In-Reply-To: <20180322102749.GA1916@bricha3-MOBL.ger.corp.intel.com> References: <1519200571-12620-1-git-send-email-hemant.agrawal@nxp.com> <5555093.mTJxmOdrSU@xps> <20180322102749.GA1916@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7] kernel folder for Linux and BSD modules 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, 22 Mar 2018 10:48:27 -0000 22/03/2018 11:27, Bruce Richardson: > On Wed, Mar 21, 2018 at 07:42:55PM +0100, Thomas Monjalon wrote: > > Hi, > > > > About the title, please start with a verb: > > move kernel modules directories > > > > 22/02/2018 07:09, Hemant Agrawal: > > > --- /dev/null > > > +++ b/kernel/freebsd/BSDmakefile.meson > > > @@ -0,0 +1,43 @@ > > > +# BSD LICENSE > > > +# > > > +# Copyright(c) 2017 Intel Corporation. All rights reserved. > > > +# All rights reserved. > > > +# > > > +# Redistribution and use in source and binary forms, with or without > > > +# modification, are permitted provided that the following conditions > > > +# are met: > > > > Why not SPDX here? > > Is it copied from somewhere else? > > > Yes, it's copied, and the change to the license tag was missed previously. > It can be done as part of this patch, or else we can do a separate patch > for it if you prefer. OK, so let's fix it after this patch is applied.