Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp440314imm; Fri, 17 Aug 2018 00:11:42 -0700 (PDT) X-Google-Smtp-Source: AA+uWPze1W4l/xy1GgY3sLwlVN2BjugF/yNhIDBukR+yHeeLYLexZl1Ci1FKY08ZuBzwkKVyIYDr X-Received: by 2002:a62:1c13:: with SMTP id c19-v6mr35477229pfc.148.1534489902666; Fri, 17 Aug 2018 00:11:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534489902; cv=none; d=google.com; s=arc-20160816; b=ee0DypxSkpC/FHBEaStAAf8o/1WQZmrwy2V3znu63Xz7MfdHlFK3WjMYOqOrCcgLo+ vclIDFv8FnhF3hg4DdjHvLI5eyAV8owehxpi04nToYyHey2ccA7LUXa5sjVRH2WCOtl+ 5rbU0Y4V7bFzHFjQUBNunlp4/eOt7ezwa9Z2gg6ZP9lmChRO2/XOLrEDYx0O7CamwWmP hXfidWgsVHbhLjViIP1ycN7dkXs/TlmoAMsGQgMgSPs7jmKPXJ3ELxQN+g3eySHPin4V q3EVKUdVu4LodpjRUnZKbRjD1AfBg0G/Y7I2afpSk8n+bIfqLGEDwp0puxjLASYccFmu 4dxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=WYrhgqwhcx8l1SYKboq10RqoL5WryQVhlVaZIIFz6bE=; b=blx/YQc+UdyRRnOEPlMv7nw2BAVU/4i74GWIQGH3Aqb+OcSoa+RVROgLPVoCe0AmFY m15zbzQvZV7IIuI14osRpMJ4iuF62gD5BXTizBZnr1oGSr0GbPk3w+1CXkg//Eo1YeQ3 ipsnQW6aGzB7fFdfbT793Dl3HBCmoAWmIe0K32MAaaspeMOeUrt0Rj1Qy7m3R6yRoxJb oPhBZYPBB0eYQLX5zVSmR73tBk0+VFlBmweAy7+usMVH8sqdYttnFG+5EyoqfDSADRQh 7DNecoTN71WV7HmpvcWeJpoi6HgO2DHaCJ5OkejNvqiH/aUxzYn+q4fP/EkNWaXaaxvQ nOVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t16-v6si1360204pgj.234.2018.08.17.00.11.27; Fri, 17 Aug 2018 00:11:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726545AbeHQKLX (ORCPT + 99 others); Fri, 17 Aug 2018 06:11:23 -0400 Received: from verein.lst.de ([213.95.11.211]:34231 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbeHQKLX (ORCPT ); Fri, 17 Aug 2018 06:11:23 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id BC35768EF0; Fri, 17 Aug 2018 09:10:09 +0200 (CEST) Date: Fri, 17 Aug 2018 09:10:09 +0200 From: Christoph Hellwig To: Michal Wnukowski Cc: Linus Torvalds , keith.busch@linux.intel.com, Jens Axboe , Sagi Grimberg , Linux Kernel Mailing List , linux-nvme , Keith Busch , yigitfiliz@google.com, Christoph Hellwig Subject: Re: [PATCH] Bugfix for handling of shadow doorbell buffer. Message-ID: <20180817071009.GB11383@lst.de> References: <20180814221735.62804-1-wnukowski@google.com> <20180814225716.GA3224@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 14, 2018 at 06:35:16PM -0700, Michal Wnukowski wrote: > > The other side in this case is not actual controller hardware, but > virtual one (the regular hardware should rely on normal MMIO > doorbells). There could very much be real hardware there. We've made it clear in the spec that while a typical use case is a virtualized controller there is nothing peventing hardware implementations. There have been previous hardware prototypes to use very similar tricks, e.g.: https://www.usenix.org/node/179878