From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Thu, 4 Jul 2019 07:38:22 +0800 From: Wu Hao Subject: Re: [PATCH 05/15] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces. Message-ID: <20190703233822.GB15825@hao-dev> References: <20190628004951.6202-1-mdf@kernel.org> <20190628004951.6202-6-mdf@kernel.org> <20190703175926.GA14649@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190703175926.GA14649@kroah.com> To: Greg KH Cc: Moritz Fischer , linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Xu Yilun , Alan Tull List-ID: On Wed, Jul 03, 2019 at 07:59:26PM +0200, Greg KH wrote: > On Thu, Jun 27, 2019 at 05:49:41PM -0700, Moritz Fischer wrote: > > From: Wu Hao > > > > This patch adds virtualization support description for DFL based > > FPGA devices (based on PCIe SRIOV), and introductions to new > > interfaces added by new dfl private feature drivers. > > > > [mdf@kernel.org: Fixed up to make it work with new reStructuredText docs] > > Signed-off-by: Xu Yilun > > Signed-off-by: Wu Hao > > Acked-by: Alan Tull > > Signed-off-by: Moritz Fischer > > --- > > Documentation/fpga/dfl.rst | 100 +++++++++++++++++++++++++++++++++++++ > > 1 file changed, 100 insertions(+) > > This doesn't apply to my tree, where is this file created? Hi Greg, >From the cover-letter, Moritz mentioned, dfl.txt has been converted to .rst in linux-next. I think this patch is created on top of that by Moritz. "Note: I've seen that Mauro touched Documentation/fpga/dfl.rst in linux-next commit c220a1fae6c5d ("docs: fpga: convert docs to ReST and rename to *.rst")" Thanks Hao > > thanks, > > greg k-h