From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: fix incorrect MP/MC tail updates in rte_event_ring Date: Wed, 4 Apr 2018 15:16:40 +0530 Message-ID: <20180404094639.GA26514@jerin> References: <1522228611-4838-1-git-send-email-hofors@lysator.liu.se> <1522743543-7974-1-git-send-email-hofors@lysator.liu.se> <20180404005225.GB3031@jerin> <20180404085218.GA5008@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Mattias =?iso-8859-1?Q?R=F6nnblom?= , dev@dpdk.org To: Bruce Richardson Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0062.outbound.protection.outlook.com [104.47.36.62]) by dpdk.org (Postfix) with ESMTP id CC2331BD80 for ; Wed, 4 Apr 2018 11:47:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180404085218.GA5008@bricha3-MOBL.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: Wed, 4 Apr 2018 09:52:18 +0100 > From: Bruce Richardson > To: Jerin Jacob > CC: Mattias Rönnblom , dev@dpdk.org > Subject: Re: [PATCH] eventdev: fix incorrect MP/MC tail updates in > rte_event_ring > User-Agent: Mutt/1.9.4 (2018-02-28) > > On Wed, Apr 04, 2018 at 06:22:26AM +0530, Jerin Jacob wrote: > > -----Original Message----- > > > Date: Tue, 3 Apr 2018 10:19:03 +0200 > > > From: Mattias Rönnblom > > > To: dev@dpdk.org > > > CC: jerin.jacob@caviumnetworks.com, Mattias Rönnblom > > > , bruce.richardson@intel.com > > > Subject: [PATCH] eventdev: fix incorrect MP/MC tail updates in > > > rte_event_ring > > > X-Mailer: git-send-email 2.7.4 > > > > > > rte_event_ring enqueue and dequeue tail updates were hardcoded for a > > > SC/SP configuration. > > > > > > Fixes: dc39e2f359b5 ("eventdev: add ring structure for events") > > > Cc: bruce.richardson@intel.com > > > > Bruce, > > > > As an original author of this file, Can you review this change? > > > > Yes, LTGM > > Acked-by: Bruce Richardson Cc: stable@dpdk.org Applied to dpdk-next-eventdev/master. Thanks. >