Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp133951imj; Thu, 14 Feb 2019 17:03:33 -0800 (PST) X-Google-Smtp-Source: AHgI3IY75x3Kh7fQwLWtAJ88z/cTAZqq9lcDtwqrcf30KEmvR2tY7q6ghKeRBcmDmU7W2RuJZTje X-Received: by 2002:a17:902:e492:: with SMTP id cj18mr7282338plb.341.1550192613654; Thu, 14 Feb 2019 17:03:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550192613; cv=none; d=google.com; s=arc-20160816; b=bC6GmCXR113ejuM53KXI60M0l068GLwxitvHAkS1lRI6/ZaD7Ku83gjmS8DIpe6qL3 Z2gIpeWFOb9p9PzVh4BWSeAxsrX+0e68NGvzloYGMXSf88zr4xmJjKmvhR2Mqn09W27P xp+U421K6fQ/pRc8yAJenoFXpJL0TqtZerJzIesaZTSRE/qyGw4iPWhIgr/kOiG7LBgs FrwwTUtkW8vseJtRsYUevZOxuR3DMghEJMAecx8zQuJyZ9SFIcfGNx4R3jDUTHF2EiiG T3IN5XljlhgzkMQO1nvoqj02lZRBY9daZIqWvYgfBNtrwXU1cSWkS1DO68YzTENsktqL Tg+g== 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; bh=gefTyr+h5GfBb/bSjgTRZHjhjY2nyt1hcHU69gQ8fZk=; b=QvGBp5F9uredxA/eeF6PAqDmJreExaMqaxitc4YgFLyBQTPjqyFtrumG+ijnVU6Wzt 6UOpQ08t5jxkhYWehdCmg75gcRh1gPwQqgmHq8SI5Yhx3WUxwJtx2S9b/i25ow3bBlKN QF9lt9DoC0KnxM21+bqS2KP7oL2mH/3mlKVmadKlZTvTxYnqtdkncA61GofD6Z73lsTB sAGVfjYKIZIDnsbtsERcny6aEMr58KGZohEOgXEpzIypWcBj82saDBs8TKqkU/uStgns cPLVZufPX8Mj8636KKKq09yKWHLitL8mEKmeE1SEhKYaIm1teZujxcHrO7fD0QmbQwxx ANYQ== 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 x29si3698685pgl.584.2019.02.14.17.03.18; Thu, 14 Feb 2019 17:03:33 -0800 (PST) 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 S2395542AbfBNRLF (ORCPT + 99 others); Thu, 14 Feb 2019 12:11:05 -0500 Received: from verein.lst.de ([213.95.11.211]:51962 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394569AbfBNRLC (ORCPT ); Thu, 14 Feb 2019 12:11:02 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 47FB76FA8D; Thu, 14 Feb 2019 18:11:00 +0100 (CET) Date: Thu, 14 Feb 2019 18:11:00 +0100 From: Christoph Hellwig To: Takao Indoh Cc: Christoph Hellwig , Keith Busch , Takao Indoh , axboe@fb.com, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvme: Enable acceleration feature of A64FX processor Message-ID: <20190214171100.GA473@lst.de> References: <20190201124615.16107-1-indou.takao@jp.fujitsu.com> <20190201145414.GA22199@localhost.localdomain> <20190205124757.GA28465@esprimo> <20190205143905.GG22199@localhost.localdomain> <20190205161347.GA847@lst.de> <20190213120358.GA3559@esprimo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190213120358.GA3559@esprimo> 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 Wed, Feb 13, 2019 at 09:03:58PM +0900, Takao Indoh wrote: > Ok, let me think about how I should change this patch. Just drop it. > I'm thinking that the problem of this patch is adding processor specific > code into NVMe common driver, is this correct? Or another problem? It > would be great if you could give me a hint to improve this patch. For one it is processor / root port specific. But even more importantly it is incorrect. If the device wants to issue a relaxed order transaction it should do so all by itself, not by hacking around it from the kernel.