Re: [PATCH v3 19/21] fpga: dfl: afu: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support

From: Wu Hao
Date: Fri Feb 02 2018 - 04:17:59 EST


On Thu, Feb 01, 2018 at 04:13:09PM +0100, Moritz Fischer wrote:
> On Thu, Feb 01, 2018 at 01:16:25PM +0800, Wu Hao wrote:
> > On Wed, Jan 31, 2018 at 08:52:36AM -0600, Alan Tull wrote:
> > > On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao.wu@xxxxxxxxx> wrote:
> > >
> > > Hi Hao,
> > >
> > > I'm adding my "Acked-by' below. When you post v4, please add it so
> > > that we can keep track of what got acked.
> >
> > Sure, thanks a lot for the code review. :)
> >
> > Hao
> >
> > >
> > > Thanks,
> > > Alan
> > >
> > > > FPGA_GET_API_VERSION and FPGA_CHECK_EXTENSION ioctls are common ones which
> > > > need to be supported by all feature devices drivers including FME and AFU.
> > > > This patch implements above 2 ioctls in FPGA Accelerated Function Unit
> > > > (AFU) driver.
> > > >
> > > > Signed-off-by: Tim Whisonant <tim.whisonant@xxxxxxxxx>
> > > > Signed-off-by: Enno Luebbers <enno.luebbers@xxxxxxxxx>
> > > > Signed-off-by: Shiva Rao <shiva.rao@xxxxxxxxx>
> > > > Signed-off-by: Christopher Rauer <christopher.rauer@xxxxxxxxx>
> > > > Signed-off-by: Xiao Guangrong <guangrong.xiao@xxxxxxxxxxxxxxx>
> > > > Signed-off-by: Wu Hao <hao.wu@xxxxxxxxx>
> > > Acked-by: Alan Tull <atull@xxxxxxxxxx>
> Acked-by: Moritz Fischer <mdf@xxxxxxxxxx>
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-fpga" in
> > > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> Looks good,

Thanks a lot for the code review. :)

Hao

>
> Moritz