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 6B50F23B; Mon, 18 Sep 2017 18:15:47 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8FB2A20F21; Mon, 18 Sep 2017 12:15:46 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 18 Sep 2017 12:15:46 -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=vCs0wm3fhZy/JCI qhQ09yDZh21eLrQEhSY5TinGI5nY=; b=KufM9WuzLLPVMw8IqWShkz8MjmgDzoL xNmJWJ+Gdc0rQhrZpmMQK4naYi6DYOMZfw6Y+b7yXD0Zl6BDP535XnPI4xKUscAP of2xudMmUI6WXKCjj2M6Pb8EmjwNv7KKprregBSoLksfuEdsTCg41BIbANNAehXe eFfgsvWMHkp4= 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=vCs0wm3fhZy/JCIqhQ09yDZh21eLrQEhSY5TinGI5nY=; b=oOZ3Udjm xbG9KAOX6z5/rBG6iVXoBb2E9onrqT/JJse9fTcqXxiFWQmuqiGNOS8KiNh4t7ei RNNyKaiRZGTzt0mFvLkS32EaLdmetf6QsQyi/SBPBhe/2zUpomLkpWXg3bwMJtuz p6S3DMRBlsUIlcGz1+UjM2GDzxTLqJFmKIMct9lFjiWVUmX9ipqQnUXB1ANTMy8/ uQvpY5QLw9r/xlFTGvyOd8XQpNXy7ZtB4q6k4NVdCzIFIi5vDi2FUrPmhK/fzuFq A8eOUv4f0//0f/89dDkjSILa/eKwjmZjuDF2GbHW6vLlb7U+dykmH2jJiCVGGTRF RidCZA+Isk3f/w== X-ME-Sender: X-Sasl-enc: /Y5WuxfKMnnfhOmUGwGzWJOJG4dgnUH/g4elnmFFTLCo 1505751345 Received: from xps.localnet (111.15.136.77.rev.sfr.net [77.136.15.111]) by mail.messagingengine.com (Postfix) with ESMTPA id D76C77F9BA; Mon, 18 Sep 2017 12:15:45 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: Shreyansh Jain , dev@dpdk.org, hemant.agrawal@nxp.com, techboard@dpdk.org Date: Mon, 18 Sep 2017 18:15:43 +0200 Message-ID: <2248073.n5gUmI5BDt@xps> In-Reply-To: <40676af3-d4a6-f32b-0367-49421883deb2@intel.com> References: <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170909112132.13936-6-shreyansh.jain@nxp.com> <40676af3-d4a6-f32b-0367-49421883deb2@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 05/41] bus/dpaa: introducing FMan configurations 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, 18 Sep 2017 16:15:47 -0000 18/09/2017 16:50, Ferruh Yigit: > On 9/9/2017 12:20 PM, Shreyansh Jain wrote: > > FMan or Frame Manager, inspects traffic, splits it into queueson ingress. > > It is also responsible for directing traffic on queues on egress. > > > > This patch introduces FMan configurational interfaces. This layer is > > used by Bus driver for configuring the hardware block. > > > > Signed-off-by: Geoff Thorpe > > Signed-off-by: Hemant Agrawal > > Signed-off-by: Shreyansh Jain > > <...> > > > --- /dev/null > > +++ b/drivers/bus/dpaa/base/fman/fman.c > > @@ -0,0 +1,611 @@ > > +/*- > > + * This file is provided under a dual BSD/GPLv2 license. When using or > > + * redistributing this file, you may do so under either license. > > Another set of dual licensed files. > > Shreyansh, Hemant, Thomas, > > Who should approve/check licensing? Hemant is currently handling such issues with the Linux Foundation and the Governing Board. We already have some dual licensed files. Some of them are explicitly referenced in the DPDK charter: http://dpdk.org/about/charter#ip I think we must ask the Governing Board to allow dual BSD/GPL for any file.