From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] eventdev: fix incorrect MP/MC tail updates in rte_event_ring Date: Wed, 4 Apr 2018 09:52:18 +0100 Message-ID: <20180404085218.GA5008@bricha3-MOBL.ger.corp.intel.com> References: <1522228611-4838-1-git-send-email-hofors@lysator.liu.se> <1522743543-7974-1-git-send-email-hofors@lysator.liu.se> <20180404005225.GB3031@jerin> 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: Jerin Jacob Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 368801BD53 for ; Wed, 4 Apr 2018 10:52:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180404005225.GB3031@jerin> 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 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