From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C3DB11BD5A for ; Wed, 4 Apr 2018 12:36:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2018 03:36:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,405,1517904000"; d="scan'208";a="43311444" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 04 Apr 2018 03:36:52 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.176]) by IRSMSX104.ger.corp.intel.com ([169.254.5.171]) with mapi id 14.03.0319.002; Wed, 4 Apr 2018 11:36:51 +0100 From: "Van Haaren, Harry" To: =?iso-8859-1?Q?Mattias_R=F6nnblom?= CC: "dev@dpdk.org" , "Richardson, Bruce" , Jerin Jacob Thread-Topic: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail updates in rte_event_ring Thread-Index: AQHTy69cLd8wrAp6xU+0d6DNN9OHm6PwPFYAgAAsF5A= Date: Wed, 4 Apr 2018 10:36:51 +0000 Message-ID: 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> In-Reply-To: <20180404085218.GA5008@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTIxYzMzYzUtNWZiNC00YTlhLWFmNTUtNjY0YmI5M2JjYTYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ5UHJ0M0hmTUpVdzFmb0w2bmhPTEw3a2pNc1hHVWVuUUp1ZXBKbkxNbFB2UDFvODEwRStIb283bHdITzZOOElzIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail updates in rte_event_ring X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 10:36:55 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, April 4, 2018 9:52 AM > To: Jerin Jacob > Cc: Mattias R=F6nnblom ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail update= s in > rte_event_ring >=20 > 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=F6nnblom > > > To: dev@dpdk.org > > > CC: jerin.jacob@caviumnetworks.com, Mattias R=F6nnblom > > > , 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 Hi Mattias, I think this is a v2 of the patch here: http://dpdk.org/dev/patchwork/patch/36604/ When doing the git-send-email, we should pass the -v2 parameter, so the sub= ject says [PATCH v2]. It is helpful to CC the people who replied to the V1 of the patch, so they = are aware of the re-submit. Bruce has Acked this patch, so it can be merged now - above is just for fut= ure reference. Regards, -Harry