From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 96D8F281369; Mon, 6 Apr 2026 05:41:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775454094; cv=none; b=qgv+NZFSc3WkVvBcjY//7CM+Y5ypl26Vw32uL5kkyLVDbS7Fhnl0Ob6PLNfy1FtjSAZYn/fPwES2SZlNi7uDJqVWPxZAd9ni0dT5/e8jrfzNeTDF5xVdPn+GsfIOMtjLrlRhlFXb4duTun/eQFK0EL87/D1ZIXbtdEPVsV4H3+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775454094; c=relaxed/simple; bh=QNjLM5ADmcR/CvZE/zV9+Oy0hRi/d68OKV29zEfhLXE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uSqtleJ10J53ZqeiboPOyhA9TZYl1fQw1UqoBCr5hxO818OSfWj5WrZqPgRXXeeVsNkisU169j5SZTJ/hR4X8mMvAWuipILPZ+Ljr/DxxZ3AFUHMO8z+Afs3SWGFM1q7Mikk1OvZUVt5Nz5h3AGwuZYENMehCWKK+gmjghlvtQk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id D17A868BFE; Mon, 6 Apr 2026 07:41:20 +0200 (CEST) Date: Mon, 6 Apr 2026 07:41:20 +0200 From: Christoph Hellwig To: Shivaji Kant Cc: kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Pranjal Shrivastava Subject: Re: [RFC PATCH v2] nvme: enable PCI P2PDMA support for RDMA transport Message-ID: <20260406054120.GA16443@lst.de> References: <20260402073001.2039625-1-shivajikant@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260402073001.2039625-1-shivajikant@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Apr 02, 2026 at 07:30:01AM +0000, Shivaji Kant wrote: > Enable BLK_FEAT_PCI_P2PDMA on the NVMe when the underlying > RDMA controller supports it. You can use up to 73 characters per line. > > This patch depends on the PCI P2PDMA support added in this > patch [1]. I don't think it actually does. To support multi-path capable RDMA controllers, and those the vast majority, you need the multipath support. But for non-multipath capable controllers your patch just works. So I'd suggest to drop this paragraph and reference from the commit log. Otherwise looks good.