From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v5 1/5] drivers: add queue parameter in event processing callback Date: Mon, 23 Oct 2017 23:19:03 +0530 Message-ID: <20171023174902.GA29612@jerin> References: <1507657887-11366-1-git-send-email-nipun.gupta@nxp.com> <1508762226-18938-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, hemant.agrawal@nxp.com, nikhil.rao@intel.com To: Nipun Gupta Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0072.outbound.protection.outlook.com [104.47.37.72]) by dpdk.org (Postfix) with ESMTP id 5D6201B694 for ; Mon, 23 Oct 2017 19:49:24 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1508762226-18938-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: Mon, 23 Oct 2017 18:07:02 +0530 > From: Nipun Gupta > To: dev@dpdk.org > CC: hemant.agrawal@nxp.com, jerin.jacob@caviumnetworks.com, > nikhil.rao@intel.com, Nipun Gupta > Subject: [PATCH v5 1/5] drivers: add queue parameter in event processing > callback > X-Mailer: git-send-email 1.9.1 > > For event dequeues for ethernet queues, a dpaa2_queue structure is > required to get the configuration for that ethernet queue. Based on > this configuration the rte_event is to be filled at the ingress side. > > Signed-off-by: Nipun Gupta > Acked-by: Hemant Agrawal > --- > This patch series is based over the following patch: > http://dpdk.org/dev/patchwork/patch/30430/ Series applied to dpdk-next-eventdev/master. Thanks.