From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/9 v3] Introduce DPAA2 QDMA raw driver Date: Mon, 23 Apr 2018 02:05:53 +0200 Message-ID: <2011882.j79oug1Ic4@xps> References: <1523114224-9852-1-git-send-email-nipun.gupta@nxp.com> <1524220264-17281-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com, hemant.agrawal@nxp.com To: Nipun Gupta Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 75DAD1DB3 for ; Mon, 23 Apr 2018 02:05:55 +0200 (CEST) In-Reply-To: <1524220264-17281-1-git-send-email-nipun.gupta@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" 20/04/2018 12:30, Nipun Gupta: > This patch set introduces DPAA2 based QDMA device driver. > > It provide means to initiate a DMA transaction from CPU. > The initiated DMA is performed without CPU being involved > in the actual DMA transaction. 3 comments: 1/ Please compile this driver with meson. 2/ I think you should declare the new API functions as experimental. 3/ This series won't be in RC1, but is candidate for RC2. Is it OK?