From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2001:4f8:3:36:211:85ff:fe63:a549]) by lists.ozlabs.org (Postfix) with ESMTP id 4A73C1A0024 for ; Mon, 28 Dec 2015 13:14:11 +1100 (AEDT) Date: Sun, 27 Dec 2015 21:14:03 -0500 (EST) Message-Id: <20151227.211403.242539822762320022.davem@davemloft.net> To: igal.liberman@freescale.com Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, scottwood@freescale.com, madalin.bucur@freescale.com, pebolle@tiscali.nl, joakim.tjernlund@transmode.se, ppc@mindchasers.com, stephen@networkplumber.org, afleming@gmail.com, knneth@gmail.com Subject: Re: [v10, 0/6] Freescale DPAA FMan From: David Miller In-Reply-To: <1450657290-6644-1-git-send-email-igal.liberman@freescale.com> References: <1450657290-6644-1-git-send-email-igal.liberman@freescale.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Date: Mon, 21 Dec 2015 02:21:24 +0200 > The Freescale Data Path Acceleration Architecture (DPAA) is a set > of hardware components on specific QorIQ multicore processors. > This architecture provides the infrastructure to support > simplified sharing of networking interfaces and accelerators > by multiple CPU cores and the accelerators. > > One of the DPAA accelerators is the Frame Manager (FMan) > which contains a series of hardware blocks: ports, Ethernet MACs, > a multi user RAM (MURAM) and Storage Profile (SP). > > This patch set introduce the FMan drivers. > Each driver configures and initializes the corresponding > FMan hardware module (described above). > The MAC driver offers support for three different > types of MACs (eTSEC, TGEC, MEMAC). Series applied, thanks.