From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pradeep Satyanarayana" Subject: Re: [PATCH] eal/ppc: remove fix of memory barrier for IBM POWER Date: Wed, 27 Mar 2019 15:50:31 -0800 Message-ID: References: <1552913893-43407-1-git-send-email-dekelp@mellanox.com> <1793899.zbSyOp9Bm4@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: "bruce.richardson@intel.com" , Chao Zhu , Dekel Peled , dev@dpdk.org, David Christensen , "honnappa.nagarahalli@arm.com" , Idan Werpoler , "konstantin.ananyev@intel.com" , "ola.liljedahl@arm.com" , Olga Shern , Ori Kam , Shahaf Shuler , David Wilder , Yongseok Koh To: Thomas Monjalon Return-path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by dpdk.org (Postfix) with ESMTP id A0B8D326D for ; Thu, 28 Mar 2019 00:50:45 +0100 (CET) Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2RNn1MY120675 for ; Wed, 27 Mar 2019 19:50:44 -0400 Received: from smtp.notes.na.collabserv.com (smtp.notes.na.collabserv.com [192.155.248.67]) by mx0a-001b2d01.pphosted.com with ESMTP id 2rgffj8hbm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 27 Mar 2019 19:50:44 -0400 Received: from localhost by smtp.notes.na.collabserv.com with smtp.notes.na.collabserv.com ESMTP for from ; Wed, 27 Mar 2019 23:50:43 -0000 In-Reply-To: <1793899.zbSyOp9Bm4@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thomas Monjalon wrote on 03/27/2019 02:19:03 AM: > From: Thomas Monjalon > To: "pradeep@us.ibm.com" , Chao Zhu > > Cc: dev@dpdk.org, Dekel Peled , Shahaf Shuler > , "bruce.richardson@intel.com" > , David Christensen , > "honnappa.nagarahalli@arm.com" , > "konstantin.ananyev@intel.com" , > "ola.liljedahl@arm.com" , Ori Kam > , David Wilder , Yongseok Koh > , Idan Werpoler , Olga Shern > > Date: 03/27/2019 02:19 AM > Subject: Re: [dpdk-dev] [PATCH] eal/ppc: remove fix of memory > barrier for IBM POWER > > Pradeep, Chao, > > Do we have more news? > We must merge this patch for DPDK 19.05-rc1. > > I understand you want to try improving performance > by using lightweight sync for SMP barrier, > and this change can be done later. > First priority is to fix the bug of the general barrier. > That's why I should push this patch before the end of the week. Dekel's patch at: http://mails.dpdk.org/archives/dev/2019-March/126746.html seems to be holding up well with the testing done so far. We have also pulled that patch in to test with DTS. If all hold up well, we should be able to let you know by tomorrow morning (US west coast time). Thanks Pradeep pradeep@us.ibm.com