From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: clarify the worker thread workflow Date: Thu, 1 Jun 2017 10:06:55 +0530 Message-ID: <20170601043653.GA18613@jerin> References: <20170518111041.843-1-jerin.jacob@caviumnetworks.com> <20170518112059.GA2020@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, gage.eads@intel.com, nipun.gupta@nxp.com, narender.vangati@intel.com To: Bruce Richardson Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0073.outbound.protection.outlook.com [104.47.32.73]) by dpdk.org (Postfix) with ESMTP id 992313252 for ; Thu, 1 Jun 2017 06:37:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170518112059.GA2020@bricha3-MOBL3.ger.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: Thu, 18 May 2017 12:20:59 +0100 > From: Bruce Richardson > To: Jerin Jacob > CC: dev@dpdk.org, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, > gage.eads@intel.com, nipun.gupta@nxp.com, narender.vangati@intel.com > Subject: Re: [dpdk-dev] [PATCH] eventdev: clarify the worker thread workflow > User-Agent: Mutt/1.8.0 (2017-02-23) > > On Thu, May 18, 2017 at 04:40:41PM +0530, Jerin Jacob wrote: > > If the RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capability flag > > is not set indicates the device is centralized and thus needs > > a dedicated scheduling thread that repeatedly calls > > rte_event_schedule(). > > > > Update the worker thread code snippet to match > > the description. > > > > Signed-off-by: Jerin Jacob > > --- > Acked-by: Bruce Richardson Applied to dpdk-next-eventdev/master. Thanks. >