From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 2/2] event/sw: simplify credit scheme Date: Sat, 16 Dec 2017 14:24:42 +0530 Message-ID: <20171216085441.GB8023@jerin> References: <1512015636-31878-1-git-send-email-gage.eads@intel.com> <1512015636-31878-3-git-send-email-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Eads, Gage" , "dev@dpdk.org" , "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "nipun.gupta@nxp.com" , "santosh.shukla@caviumnetworks.com" To: "Van Haaren, Harry" Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0048.outbound.protection.outlook.com [104.47.34.48]) by dpdk.org (Postfix) with ESMTP id 19F77239 for ; Sat, 16 Dec 2017 09:55:07 +0100 (CET) Content-Disposition: inline In-Reply-To: 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, 11 Dec 2017 13:42:08 +0000 > From: "Van Haaren, Harry" > To: "Eads, Gage" , "dev@dpdk.org" > CC: "jerin.jacob@caviumnetworks.com" , > "Richardson, Bruce" , "hemant.agrawal@nxp.com" > , "nipun.gupta@nxp.com" , > "santosh.shukla@caviumnetworks.com" > Subject: RE: [PATCH 2/2] event/sw: simplify credit scheme > > > -----Original Message----- > > From: Eads, Gage > > Sent: Thursday, November 30, 2017 4:21 AM > > To: dev@dpdk.org > > Cc: jerin.jacob@caviumnetworks.com; Van Haaren, Harry > > ; Richardson, Bruce > > ; hemant.agrawal@nxp.com; nipun.gupta@nxp.com; > > santosh.shukla@caviumnetworks.com > > Subject: [PATCH 2/2] event/sw: simplify credit scheme > > > > This commit modifies the sw PMD credit scheme such that credits are > > consumed when enqueueing a NEW event and released when an event is > > released -- typically, the beginning and end of a pipeline. Workers that > > simply forward events do not interact with the credit pool. > > > > Signed-off-by: Gage Eads > > Acked-by: Harry van Haaren Applied this series to dpdk-next-eventdev/master. Thanks.