From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 5/5] event/octeontx: add enqueue fwd op variant Date: Sat, 1 Jul 2017 18:26:28 +0530 Message-ID: <20170701125627.GA23759@jerin> References: <20170629141956.23132-1-jerin.jacob@caviumnetworks.com> <20170629141956.23132-5-jerin.jacob@caviumnetworks.com> <9184057F7FC11744A2107296B6B8EB1E01EDA067@FMSMSX108.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "Richardson, Bruce" , "Van Haaren, Harry" , "hemant.agrawal@nxp.com" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" To: "Eads, Gage" Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0078.outbound.protection.outlook.com [104.47.41.78]) by dpdk.org (Postfix) with ESMTP id 483672BAF for ; Sat, 1 Jul 2017 14:56:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <9184057F7FC11744A2107296B6B8EB1E01EDA067@FMSMSX108.amr.corp.intel.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: Fri, 30 Jun 2017 02:20:34 +0000 > From: "Eads, Gage" > To: Jerin Jacob , "dev@dpdk.org" > > CC: "Richardson, Bruce" , "Van Haaren, Harry" > , "hemant.agrawal@nxp.com" > , "nipun.gupta@nxp.com" , > "Vangati, Narender" , "Rao, Nikhil" > > Subject: RE: [dpdk-dev] [PATCH 5/5] event/octeontx: add enqueue fwd op > variant > > Hi Jerin, > > This patch set looks good. For the series: > Acked-by: Gage Eads Applied the series to dpdk-next-eventdev/master. Added the following lines in "just merged(NXP PMD)" to adapt to this change. +eventdev->enqueue_new_burst = dpaa2_eventdev_enqueue_burst; +eventdev->enqueue_forward_burst = dpaa2_eventdev_enqueue_burst; Thanks