From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756476AbcHCR6p (ORCPT ); Wed, 3 Aug 2016 13:58:45 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:59609 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756279AbcHCR6i (ORCPT ); Wed, 3 Aug 2016 13:58:38 -0400 Date: Wed, 3 Aug 2016 10:27:36 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Christoph Hellwig , Kishon Vijay Abraham I , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" , Jingoo Han , Pratyush Anand , Ley Foon Tan , Rob Herring , Tanmay Inamdar , Roy Zang , Mingkai Hu , Minghuan Lian , Richard Zhu , Lucas Stach , Murali Karicheri , Thomas Petazzoni , Jason Cooper , Thierry Reding , Simon Horman , Joao Pinto , Zhou Wang , Gabriele Paoloni , Stanimir Varbanov , David Daney , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-omap@vger.kernel.org" , jdmason@kudzu.us Subject: Re: Support for configurable PCIe endpoint Message-ID: <20160803172736.GA12989@infradead.org> References: <57A18927.9070003@ti.com> <20160803094747.GA10170@infradead.org> <2460140.yVuTYYqBTX@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2460140.yVuTYYqBTX@wuerfel> User-Agent: Mutt/1.6.1 (2016-04-27) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 03, 2016 at 06:03:54PM +0200, Arnd Bergmann wrote: > drivers/ntb seems like a reasonable start, while an alternative > approach that we have discussed in the past would be based on top > of virtio, so we could use the existing front-end drivers (net, block, > v9fs, console, ...). I don't really think either is a good aproach for the lowest level interface. To be useful the EP driver needs to be able to implement any (reasonable) thing a PCIe device could do. Both NTB and virtio can sit on top of that, though.