From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 00/10 v4] event/dpaa: Support for eventdev Date: Thu, 18 Jan 2018 12:26:56 +0530 Message-ID: <20180118065655.GB469@jerin> References: <20171215130828.14218-1-sunil.kori@nxp.com> <1516135443-10509-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, sunil.kori@nxp.com, hemant.agrawal@nxp.com To: Nipun Gupta Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0055.outbound.protection.outlook.com [104.47.36.55]) by dpdk.org (Postfix) with ESMTP id 22EAB12001 for ; Thu, 18 Jan 2018 07:57:32 +0100 (CET) Content-Disposition: inline In-Reply-To: <1516135443-10509-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" -----Original Message----- > Date: Wed, 17 Jan 2018 02:13:53 +0530 > From: Nipun Gupta > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, sunil.kori@nxp.com, hemant.agrawal@nxp.com, Nipun Gupta > > Subject: [PATCH 00/10 v4] event/dpaa: Support for eventdev > X-Mailer: git-send-email 1.9.1 > > Event device support for atomic and parallel queues. > > These patches are based on dpdk-event-next (commit ID fb79a5525fb9) > rebased on top of dpdk-net-next, as there is dependency on both the > trees for this patchset. > on dpdk-event-next this series depends on applied patch: > https://dpdk.org/dev/patchwork/patch/33485/ > on dpdk-net-next this series depend on DPAA net patches: > https://dpdk.org/dev/patchwork/patch/33444/ > > This patch set includes following changes: > 1. Configuration of atomic and parallel queues with given event device. > 2. Also maintains previous dequeue method, via poll mode queues. > 3. Added Rx functions to dequeue data from portal. > 4. DCA consumption logic for atomic queues. > 5. Dynamic Logging macros for event device Applied this series to dpdk-next-eventdev/master. Thanks. >