From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/40] Introduce NXP DPAA Bus, Mempool and PMD Date: Wed, 05 Jul 2017 02:13:44 +0200 Message-ID: <2228750.hDQQI7liEJ@xps> References: <1497591668-3320-1-git-send-email-shreyansh.jain@nxp.com> <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com To: Shreyansh Jain Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 948274C57 for ; Wed, 5 Jul 2017 02:13:45 +0200 (CEST) In-Reply-To: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Shreyansh, 04/07/2017 16:43, Shreyansh Jain: > This patchset introduces the following: > 1. DPAA Bus (drivers/bus/dpaa) > The core of DPAA bus is implemented using 3 main hardware blocks: QMan, > or Queue Manager; BMan, or Buffer Manager and FMan, or Frame Manager. > The patches introduce necessary layers to expose the DPAA hardware > blocks for interfacing with RTE framework. > > 2. DPAA Mempool (drivers/mempool/dpaa) > BMan, or Buffer Manager, block of DPAA features a hardware offloaded > mempool. These patches add support for a driver to manage the BMan > block. This driver allows for mempool creation, deletion, buffer > acquire and release, as per the RTE APIs. > > 3. DPAA PMD (drivers/net/dpaa) > The Poll Mode Driver for DPAA NIC Interfaces. There is so much to review in this series! (and not much reviews) I hope you were not expecting a quick integration. Please could you start checking what checkpatch is saying?