From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80650C2B9F4 for ; Tue, 22 Jun 2021 06:20:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A7256113E for ; Tue, 22 Jun 2021 06:20:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229758AbhFVGWm (ORCPT ); Tue, 22 Jun 2021 02:22:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:34440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229490AbhFVGWk (ORCPT ); Tue, 22 Jun 2021 02:22:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 59C6260FDC; Tue, 22 Jun 2021 06:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624342825; bh=BSNrQaGnE56ColQS9Xz8vuwYpEPpdyzKkePfYGU4fYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GynAKk9Dj1zc+PM2NKbtOn9u1zyzRQ0AByCDeqzIsEzfUS5SKQ4QHiVNH1+229QJf NC0H/P9WihzdNTc/e07SCh+JKjvuiSMsc8uGaXDBBZJC4SY/Zrl3n5KRF1KMml40X1 cuxCYlMIsDbijZpSsXeMB2zZRTR06K3clKbGZ5SefVC3AeCeNacq1aVGuaT+rSxYR1 1YYRTCW/xgjXPuwpOteICZePErsSJ7GWmbGizirBwKIjWRIdsRQno6+w/68pxJqzts M26t4FuG07ENLexpwSeVb5XFw4ZMFoNOlkpt+Q6w6yhZF+6htpmfrMZzWfjXIGeGSs 32vxVZZRzQYVA== Date: Tue, 22 Jun 2021 09:20:21 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: Christoph Hellwig , Doug Ledford , Avihai Horon , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Bart Van Assche , Tom Talpey , Santosh Shilimkar , Chuck Lever III , Keith Busch , David Laight , Honggang LI , Max Gurtovoy Subject: Re: [PATCH v2 rdma-next] RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs Message-ID: References: <20210621180205.GA2332110@nvidia.com> <20210621202033.GB13822@lst.de> <20210621231837.GT1002214@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210621231837.GT1002214@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Mon, Jun 21, 2021 at 08:18:37PM -0300, Jason Gunthorpe wrote: > On Mon, Jun 21, 2021 at 10:20:33PM +0200, Christoph Hellwig wrote: > > On Mon, Jun 21, 2021 at 03:02:05PM -0300, Jason Gunthorpe wrote: > > > Someone is working on dis-entangling the access flags? It took a long > > > time to sort out that this mess in wr.c actually does have a > > > distinct user/kernel call chain too.. > > > > I'd love to see it done, but I won't find time for it anytime soon. > > Heh, me too.. > > I did actually once try to get a start on doing something to wr.c but > it rapidly started to get into mire.. > > I thought I recalled Leon saying he or Avihai would work on the ACCESS > thing anyhow? Yes, we are planning to do it for the next cycle. Thanks > > Thanks, > Jason