From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 0/7 v3] Introduce DPAA2 Command Interface raw driver Date: Tue, 1 May 2018 15:15:13 +0530 Message-ID: <81522874-3b47-afc8-ad5b-803781103b1f@nxp.com> References: <1523111645-8076-1-git-send-email-nipun.gupta@nxp.com> <1524737696-3145-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net, hemant.agrawal@nxp.com, dev@dpdk.org To: Nipun Gupta Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0057.outbound.protection.outlook.com [104.47.2.57]) by dpdk.org (Postfix) with ESMTP id 66F121E2F for ; Tue, 1 May 2018 11:28:59 +0200 (CEST) In-Reply-To: <1524737696-3145-1-git-send-email-nipun.gupta@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thursday 26 April 2018 03:44 PM, Nipun Gupta wrote: > This patch set introduces DPAA2 based Command Interface > device driver. > > This driver is provides communication between the GPP and > AIOP Firmware. > > This patchset is based on top of: > https://dpdk.org/dev/patchwork/patch/38798/ > > Patches 1-3: > Makes necessary changes and fixes in the DPAA2 bus and > mempool region > Patches 4-6: > Add the DPAA2 CMDIF driver > Patches 7: > Update the respective documentation > > Changes in v2: > - Move CMDIF compilation to common_linuxapp > - Support physical addressing mode > > Changes in v3: > - Rebased over DPAA2 QDMA patches > - Updated logging adding Data Path logs too > - Fix up error handling in patch 3 > - Merged the two separate doc patches (patch 7) > > Nipun Gupta (7): > mempool/dpaa2: add functions exposed to DPDK applications > bus/fslmc: expose API to free dpci device > bus/fslmc: keep Tx queues information for DPCI devices too > raw/dpaa2_cmdif: introduce DPAA2 command interface driver > raw/dpaa2_cmdif: add attribute get functionality > raw/dpaa2_cmdif: support enqueue dequeue operations > doc: add DPAA2 CMDIF rawdev guide > Nipun, Can you push the series again with meson support? Regards, Shreyansh