Re: fpga: fpga_mgr_free usage

2018-07-26 Thread Federico Vaga
On Wednesday, July 25, 2018 6:33:44 PM CEST Alan Tull wrote: > On Wed, Jul 11, 2018 at 10:59 AM, Alan Tull wrote: > > On Wed, Jul 11, 2018 at 7:38 AM, Federico Vaga > > wrote: > > > > Hi Federico, > > > >> Hi Alan, > >> > >> I have another point that I would like to discuss. It is about the >

Re: fpga: fpga_mgr_free usage

2018-07-25 Thread Alan Tull
On Wed, Jul 11, 2018 at 10:59 AM, Alan Tull wrote: > On Wed, Jul 11, 2018 at 7:38 AM, Federico Vaga wrote: > > Hi Federico, > >> Hi Alan, >> >> I have another point that I would like to discuss. It is about the >> usage of 'fpga_mgr_free()' which does not look like consistent. >> >> This function

Re: fpga: fpga_mgr_free usage

2018-07-11 Thread Moritz Fischer
Hi Alan, On Wed, Jul 11, 2018 at 10:59:01AM -0500, Alan Tull wrote: > On Wed, Jul 11, 2018 at 7:38 AM, Federico Vaga wrote: [..] > > This makes the usage consistent: the user creates and destroy its own > > objects. This is also consistent with our other discussion where we > > said, among the o

Re: fpga: fpga_mgr_free usage

2018-07-11 Thread Alan Tull
On Wed, Jul 11, 2018 at 7:38 AM, Federico Vaga wrote: Hi Federico, > Hi Alan, > > I have another point that I would like to discuss. It is about the > usage of 'fpga_mgr_free()' which does not look like consistent. > > This function, according to the current implementation, can be used by > an F

fpga: fpga_mgr_free usage

2018-07-11 Thread Federico Vaga
Hi Alan, I have another point that I would like to discuss. It is about the usage of 'fpga_mgr_free()' which does not look like consistent. This function, according to the current implementation, can be used by an FPGA manager user and it is used by the FPGA manager itself on device release. T