Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-06 Thread Wu Hao
On Thu, Apr 06, 2017 at 02:27:42PM -0500, Alan Tull wrote: > On Thu, Apr 6, 2017 at 5:57 AM, Wu Hao wrote: > > On Wed, Apr 05, 2017 at 10:39:05AM -0500, Alan Tull wrote: > >> On Wed, Apr 5, 2017 at 10:26 AM, Alan Tull wrote: > >> > On Wed, Apr 5, 2017 at 6:40 AM, Wu, Hao wrote: > >> >>> >> The

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-06 Thread Alan Tull
On Thu, Apr 6, 2017 at 5:57 AM, Wu Hao wrote: > On Wed, Apr 05, 2017 at 10:39:05AM -0500, Alan Tull wrote: >> On Wed, Apr 5, 2017 at 10:26 AM, Alan Tull wrote: >> > On Wed, Apr 5, 2017 at 6:40 AM, Wu, Hao wrote: >> >>> >> The fpga_image_info struct started life as just image specific info, >> >

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-06 Thread Wu Hao
On Wed, Apr 05, 2017 at 10:39:05AM -0500, Alan Tull wrote: > On Wed, Apr 5, 2017 at 10:26 AM, Alan Tull wrote: > > On Wed, Apr 5, 2017 at 6:40 AM, Wu, Hao wrote: > >>> >> The fpga_image_info struct started life as just image specific info, > >>> >> but I want it to go in the direction of includi

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-05 Thread Alan Tull
On Wed, Apr 5, 2017 at 10:26 AM, Alan Tull wrote: > On Wed, Apr 5, 2017 at 6:40 AM, Wu, Hao wrote: >>> >> The fpga_image_info struct started life as just image specific info, >>> >> but I want it to go in the direction of including parameters needed to >>> >> program it this specific time. Other

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-05 Thread Alan Tull
On Wed, Apr 5, 2017 at 6:40 AM, Wu, Hao wrote: >> >> The fpga_image_info struct started life as just image specific info, >> >> but I want it to go in the direction of including parameters needed to >> >> program it this specific time. Otherwise we are stuck having to keep >> >> adding parameters

RE: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-05 Thread Wu, Hao
> >> The fpga_image_info struct started life as just image specific info, > >> but I want it to go in the direction of including parameters needed to > >> program it this specific time. Otherwise we are stuck having to keep > >> adding parameters as our use of FPGA develops. It probably could be

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-04 Thread Alan Tull
On Tue, Apr 4, 2017 at 1:05 AM, Wu Hao wrote: > On Mon, Apr 03, 2017 at 11:30:55AM -0500, Alan Tull wrote: >> On Sat, Apr 1, 2017 at 6:08 AM, Wu Hao wrote: >> > On Fri, Mar 31, 2017 at 02:10:12PM -0500, Alan Tull wrote: >> >> On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: >> >> > From: Kang Luwe

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Wu Hao
On Mon, Apr 03, 2017 at 03:49:41PM -0700, matthew.gerl...@linux.intel.com wrote: > > > On Mon, 3 Apr 2017, Alan Tull wrote: > > >On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > >>From: Kang Luwei > >> > >>Partial Reconfiguration (PR) is the most important function for FME. It > >>allows recon

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Wu Hao
On Mon, Apr 03, 2017 at 04:24:13PM -0500, Alan Tull wrote: > On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > > From: Kang Luwei > > > > Partial Reconfiguration (PR) is the most important function for FME. It > > allows reconfiguration for given Port/Accelerated Function Unit (AFU). > > > > This

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Wu Hao
On Mon, Apr 03, 2017 at 11:30:55AM -0500, Alan Tull wrote: > On Sat, Apr 1, 2017 at 6:08 AM, Wu Hao wrote: > > On Fri, Mar 31, 2017 at 02:10:12PM -0500, Alan Tull wrote: > >> On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > >> > From: Kang Luwei > >> > > >> > Partial Reconfiguration (PR) is the

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Wu Hao
On Mon, Apr 03, 2017 at 03:26:14PM -0500, Alan Tull wrote: > On Fri, Mar 31, 2017 at 3:50 AM, Wu Hao wrote: > > On Fri, Mar 31, 2017 at 12:11:12PM +0800, Xiao Guangrong wrote: > >> On 31/03/2017 4:30 AM, Alan Tull wrote: > >> >On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > >> >>From: Kang Luwei

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread matthew . gerlach
On Mon, 3 Apr 2017, Alan Tull wrote: On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: From: Kang Luwei Partial Reconfiguration (PR) is the most important function for FME. It allows reconfiguration for given Port/Accelerated Function Unit (AFU). This patch adds support for PR sub feature. I

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Alan Tull
On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > From: Kang Luwei > > Partial Reconfiguration (PR) is the most important function for FME. It > allows reconfiguration for given Port/Accelerated Function Unit (AFU). > > This patch adds support for PR sub feature. In this patch, it registers > a fp

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Alan Tull
On Fri, Mar 31, 2017 at 3:50 AM, Wu Hao wrote: > On Fri, Mar 31, 2017 at 12:11:12PM +0800, Xiao Guangrong wrote: >> On 31/03/2017 4:30 AM, Alan Tull wrote: >> >On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: >> >>From: Kang Luwei >> >> >> >>Partial Reconfiguration (PR) is the most important funct

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-03 Thread Alan Tull
On Sat, Apr 1, 2017 at 6:08 AM, Wu Hao wrote: > On Fri, Mar 31, 2017 at 02:10:12PM -0500, Alan Tull wrote: >> On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: >> > From: Kang Luwei >> > >> > Partial Reconfiguration (PR) is the most important function for FME. It >> > allows reconfiguration for giv

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-04-01 Thread Wu Hao
On Fri, Mar 31, 2017 at 02:10:12PM -0500, Alan Tull wrote: > On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > > From: Kang Luwei > > > > Partial Reconfiguration (PR) is the most important function for FME. It > > allows reconfiguration for given Port/Accelerated Function Unit (AFU). > > > > This

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-31 Thread kbuild test robot
Hi Kang, [auto build test WARNING on linus/master] [also build test WARNING on v4.11-rc4 next-20170331] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Wu-Hao/Intel-FPGA-Device-Drivers/20170401-0

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-31 Thread kbuild test robot
Hi Kang, [auto build test WARNING on linus/master] [also build test WARNING on v4.11-rc4 next-20170331] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Wu-Hao/Intel-FPGA-Device-Drivers/20170401-0

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-31 Thread Alan Tull
On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > From: Kang Luwei > > Partial Reconfiguration (PR) is the most important function for FME. It > allows reconfiguration for given Port/Accelerated Function Unit (AFU). > > This patch adds support for PR sub feature. In this patch, it registers > a fp

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-31 Thread Wu Hao
On Fri, Mar 31, 2017 at 12:11:12PM +0800, Xiao Guangrong wrote: > On 31/03/2017 4:30 AM, Alan Tull wrote: > >On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > >>From: Kang Luwei > >> > >>Partial Reconfiguration (PR) is the most important function for FME. It > >>allows reconfiguration for given Po

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-30 Thread Xiao Guangrong
On 31/03/2017 4:30 AM, Alan Tull wrote: On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: From: Kang Luwei Partial Reconfiguration (PR) is the most important function for FME. It allows reconfiguration for given Port/Accelerated Function Unit (AFU). This patch adds support for PR sub feature.

Re: [PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-30 Thread Alan Tull
On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > From: Kang Luwei > > Partial Reconfiguration (PR) is the most important function for FME. It > allows reconfiguration for given Port/Accelerated Function Unit (AFU). > > This patch adds support for PR sub feature. In this patch, it registers > a fp

[PATCH 11/16] fpga: intel: fme: add partial reconfiguration sub feature support

2017-03-30 Thread Wu Hao
From: Kang Luwei Partial Reconfiguration (PR) is the most important function for FME. It allows reconfiguration for given Port/Accelerated Function Unit (AFU). This patch adds support for PR sub feature. In this patch, it registers a fpga_mgr and implements fpga_manager_ops, and invoke fpga_mgr_