From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v6 10/21] event/sw: add worker core functions Date: Thu, 30 Mar 2017 23:37:26 +0530 Message-ID: <20170330180725.sqbfio5k2ylvikx3@localhost.localdomain> References: <1490374395-149320-1-git-send-email-harry.van.haaren@intel.com> <1490829963-106807-1-git-send-email-harry.van.haaren@intel.com> <1490829963-106807-11-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Bruce Richardson , Gage Eads To: Harry van Haaren Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0088.outbound.protection.outlook.com [104.47.40.88]) by dpdk.org (Postfix) with ESMTP id A30639E3 for ; Thu, 30 Mar 2017 20:07:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1490829963-106807-11-git-send-email-harry.van.haaren@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" On Thu, Mar 30, 2017 at 12:25:52AM +0100, Harry van Haaren wrote: > From: Bruce Richardson > > add the event enqueue, dequeue and release functions to the eventdev. > These also include tracking of stats for observability in the load of > the scheduler. > Internally in the enqueue function, the various types of enqueue > operations, to forward an existing event, to send a new event, to > drop a previous event, are converted to a series of flags which will > be used by the scheduler code to perform the needed actions for that > event. > > Signed-off-by: Bruce Richardson > Signed-off-by: Gage Eads > Signed-off-by: Harry van Haaren Acked-by: Jerin Jacob