Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp4848610pxv; Tue, 6 Jul 2021 10:32:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy716twviukDe4CCVMjtitVsPaIHy4jOQF4bEiUd6ZeJmknUp/xh6FxfeEAC7vAn6fNthtF X-Received: by 2002:a92:c887:: with SMTP id w7mr15443034ilo.28.1625592745165; Tue, 06 Jul 2021 10:32:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625592745; cv=none; d=google.com; s=arc-20160816; b=cqgOsDyLipISvebop6BKQAq/kyvDxP7gEr2ut351cxx44HeMsWV8ID7w9ebPxAioRU mFhsII9TxnxWbZBx6fnvi7p7RlAZY2CMOhp5Z4R3stB/A0HZOwl/Satj9KJPz/OuNFkH MGKakpcHl3gMmoB6ceLPu+N8nuxDn6817rGcG07xfH1wXuWIGPnDy7wZEDp0/aDV7r17 BuOeIjqFLCiB+o5DYakEViACzWGAe5Cee7FoIP7uEEx6AM4VSQOAxZ+hjeYUD1yeRZN6 RHm3Zqb5RvYk28thCayH406a+Fw38GCOrqyMBP78z9lia5szNaOpFuWjTB4YPufvfmOk G0PA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=/U8a6nLQtLn5jm7f+dgzkTpoj/UP1WFzAivtrV/9IiM=; b=Titpt0WyV3L819N3aL9Ojk4JybcZ4RJvchoKmn+1e265oPU5U1WKp6vcArzFD3YY3M G6IGmXExVOTgWLskmUlkeyg2ET0PAJjKvDfBhGldDySs2YUfpr5atAFnpW+iiBDNb4aX Zs/zeVSkYE2Xk9OQPpo6ML83rVi8fLsvBY+gdNLWyLdM1F+jUgU4gecWzRYXUizEpl3K YVDfX6syQcF2DKgz5Rg+ljLEWxiT4U+HATSMkGPeaUACETwhrNbSj/uRAEaa7FMAVEiD oEDuWoxURQqYzVHve15DOKDY7TX0Rt2FvWxMA2RVIAo01qvM6piw9dPXmy240SCNOdAx CBPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p18si138399ios.10.2021.07.06.10.32.13; Tue, 06 Jul 2021 10:32:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230491AbhGFReV (ORCPT + 99 others); Tue, 6 Jul 2021 13:34:21 -0400 Received: from verein.lst.de ([213.95.11.211]:34456 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbhGFReU (ORCPT ); Tue, 6 Jul 2021 13:34:20 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 80C3868BEB; Tue, 6 Jul 2021 19:31:37 +0200 (CEST) Date: Tue, 6 Jul 2021 19:31:37 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Daniel Vetter , Oded Gabbay , Oded Gabbay , "Linux-Kernel@Vger. Kernel. Org" , Greg Kroah-Hartman , Sumit Semwal , Christian =?iso-8859-1?Q?K=F6nig?= , Gal Pressman , sleybo@amazon.com, Maling list - DRI developers , linux-rdma , Linux Media Mailing List , Doug Ledford , Dave Airlie , Alex Deucher , Leon Romanovsky , Christoph Hellwig , amd-gfx list , "moderated list:DMA BUFFER SHARING FRAMEWORK" Subject: Re: [PATCH v4 0/2] Add p2p via dmabuf to habanalabs Message-ID: <20210706173137.GA7840@lst.de> References: <20210705130314.11519-1-ogabbay@kernel.org> <20210706142357.GN4604@ziepe.ca> <20210706152542.GP4604@ziepe.ca> <20210706172828.GR4604@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210706172828.GR4604@ziepe.ca> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 06, 2021 at 02:28:28PM -0300, Jason Gunthorpe wrote: > > Also on your claim that drivers/gpu is a non-upstream disaster: I've > > also learned that that for drivers/rdma there's the upstream driver, > > and then there's the out-of-tree hackjob the vendor actually > > supports. > > In the enterprise world everyone has their out of tree backport > drivers. It varies on the vendor how much deviation there is from the > upstream driver and what commercial support relationship the vendor > has with the enterprise distros. I think he means the Mellanox OFED stack, which is a complete and utter mess and which gets force fed by Mellanox/Nvidia on unsuspecting customers. I know many big HPC sites that ignore it, but a lot of enterprise customers are dumb enought to deploy it.