From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Hao Subject: Re: [PATCH v6 00/29] FPGA Device Feature List (DFL) Device Drivers Date: Wed, 13 Jun 2018 07:37:38 +0800 Message-ID: <20180612233738.GA8459@hao-dev> References: <1528798243-2029-1-git-send-email-hao.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alan Tull Cc: Moritz Fischer , linux-fpga@vger.kernel.org, linux-kernel , linux-api@vger.kernel.org, "Kang, Luwei" , "Zhang, Yi Z" List-Id: linux-api@vger.kernel.org On Tue, Jun 12, 2018 at 12:33:42PM -0500, Alan Tull wrote: > On Tue, Jun 12, 2018 at 5:10 AM, Wu Hao wrote: > > Hi All, > > > > Here is v6 patch-series adding drivers for FPGA DFL devices. > > I pushed this patchset to a branch on my linux-fpga kernel.org git > repo for the robots to test. Hi Alan Thanks a lot for review, will update target kernel version to 4.19 in sysfs documentation, fix Kconfig description per comments from Randy and also one improvement reported by kbuild in v7. Thanks Hao > > Alan > > > > > This patch series provides a common framework to support FPGA Device Feature > > List (DFL), and also feature dev drivers under this DFL framework to provide > > interfaces for userspace applications to configure, enumerate, open, and > > access FPGA accelerators on DFL based FPGA device and enables system level > > management functions such as FPGA partial reconfiguration, power management > > and virtualization.