Re: [PATCH 1/4] fpga mgr: Introduce FPGA capabilities

2016-11-14 Thread atull
On Mon, 14 Nov 2016, Moritz Fischer wrote: Hi Moritz, > Hi Alan, > > On Mon, Nov 14, 2016 at 6:06 AM, atull wrote: > > On Mon, 7 Nov 2016, Moritz Fischer wrote: > > > >> Add FPGA capabilities as a way to express the capabilities > >> of a given FPGA manager. > >> > >> Removes code duplication b

Re: [PATCH 1/4] fpga mgr: Introduce FPGA capabilities

2016-11-14 Thread Moritz Fischer
Hi Alan, On Mon, Nov 14, 2016 at 6:06 AM, atull wrote: > On Mon, 7 Nov 2016, Moritz Fischer wrote: > >> Add FPGA capabilities as a way to express the capabilities >> of a given FPGA manager. >> >> Removes code duplication by comparing the low-level driver's >> capabilities at the framework level

Re: [PATCH 1/4] fpga mgr: Introduce FPGA capabilities

2016-11-14 Thread atull
On Mon, 7 Nov 2016, Moritz Fischer wrote: > Add FPGA capabilities as a way to express the capabilities > of a given FPGA manager. > > Removes code duplication by comparing the low-level driver's > capabilities at the framework level rather than having each driver > check for supported operations

Re: [PATCH 1/4] fpga mgr: Introduce FPGA capabilities

2016-11-14 Thread atull
On Mon, 7 Nov 2016, Moritz Fischer wrote: > Add FPGA capabilities as a way to express the capabilities > of a given FPGA manager. > > Removes code duplication by comparing the low-level driver's > capabilities at the framework level rather than having each driver > check for supported operations

[PATCH 1/4] fpga mgr: Introduce FPGA capabilities

2016-11-06 Thread Moritz Fischer
Add FPGA capabilities as a way to express the capabilities of a given FPGA manager. Removes code duplication by comparing the low-level driver's capabilities at the framework level rather than having each driver check for supported operations in the write_init() callback. This allows for extendin