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 948274C57 for ; Wed, 5 Jul 2017 02:13:45 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2B6D12056D; Tue, 4 Jul 2017 20:13:45 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 04 Jul 2017 20:13:45 -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=A5Wae9ryd/HpP+D vV6Q86MiEbw7toQZf3wjYvKczTAQ=; b=IIHXNrFiNfyYfYqUORkm0+yDmeo3+r6 g5GiQ40PmJ5JxbKDwve7piaV8jb+HdMGg1m/PQbzcTjCdqtDpdfNg5+RMloHCGBH +jvPI3s7ghE9vGthA/QU7L01xuNl3i/ajJQrkZguj5HwQ9xdBg0GGChoJ7rq42oX MBYU1RiljrBk= 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=A5Wae9ryd/HpP+DvV6Q86MiEbw7toQZf3wjYvKczTAQ=; b=lYOWD/0G iohUb+YPKPs+hDZMcxpQ6jhskdWXqg1jR24KOUmUfvrehj72Yc524/CQwxMNFpZf hHd2EBRem5FWKucWX9n4kJKxy9D061Y7iP4qrCQbk86MBVCLfgTGbsoXGlIYAZ0V wk4yqm9l8/U6Z9Wo3Cb9VX6nrXLpeDRgILhYWfk5xZOnJk01I9RvT31sXIIit2Ns IdthNxnaUAt4s2p4M/c4AsFx0pVh+jOHqo1274sntGOwTz7jANENPitCnZyAqWLr AthYGaXmGF9mXxBsi9PwauhDCh1KXcWDBrJX/UMSi57n5q7CYWxPXtdLWPiISyg8 g/iyPM/w3NSDkg== X-ME-Sender: X-Sasl-enc: 8dQwJlgW2YNASW8XCje/W5w3+TzcKxkCXH7JEn1BaTTw 1499213624 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CD0A67E849; Tue, 4 Jul 2017 20:13:44 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Wed, 05 Jul 2017 02:13:44 +0200 Message-ID: <2228750.hDQQI7liEJ@xps> In-Reply-To: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/40] Introduce NXP DPAA Bus, Mempool and PMD 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: Wed, 05 Jul 2017 00:13:45 -0000 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?