From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v6 0/7] Introduce DPAA2 Command Interface raw driver Date: Sat, 5 May 2018 18:44:49 +0000 Message-ID: References: <1525365233-5956-1-git-send-email-nipun.gupta@nxp.com> <1525428689-8076-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Nipun Gupta , "thomas@monjalon.net" , Hemant Agrawal Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0086.outbound.protection.outlook.com [104.47.0.86]) by dpdk.org (Postfix) with ESMTP id 0F3E51066 for ; Sat, 5 May 2018 20:45:12 +0200 (CEST) In-Reply-To: <1525428689-8076-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" > -----Original Message----- > From: Nipun Gupta > Sent: Friday, May 4, 2018 3:41 PM > To: thomas@monjalon.net; Hemant Agrawal ; > Shreyansh Jain > Cc: dev@dpdk.org; Nipun Gupta > Subject: [PATCH v6 0/7] Introduce DPAA2 Command Interface raw driver >=20 > This patch set introduces DPAA2 based Command Interface > device driver. >=20 > This driver is provides communication between the GPP and > AIOP Firmware. >=20 > This patchset is based on top of: > https://dpdk.org/dev/patchwork/patch/39246/ >=20 > 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 >=20 > Changes in v2: > - Move CMDIF compilation to common_linuxapp > - Support physical addressing mode >=20 > 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) >=20 > Changes in v4: > - Added meson build support >=20 > Changes in v5: > - Fixed shared build for x86 >=20 > Changes in v6: > - Fixed intermediate shared build break (patch 4) >=20 Series-Acked-by: Shreyansh Jain