From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Hao Subject: Re: [PATCH v3 19/21] fpga: dfl: afu: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support Date: Fri, 2 Feb 2018 17:08:22 +0800 Message-ID: <20180202090822.GA17015@hao-dev> References: <1511764948-20972-1-git-send-email-hao.wu@intel.com> <1511764948-20972-20-git-send-email-hao.wu@intel.com> <20180201051625.GD10273@hao-dev> <20180201151309.q3jjx42y6ldcrhc6@insfl13.etec.uni-karlsruhe.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180201151309.q3jjx42y6ldcrhc6-y7F9n2Zoz0NnbPI/LkqVKXLzTDPwzsqGqZgBStWHTEI@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Moritz Fischer Cc: Alan Tull , linux-fpga-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Kang, Luwei" , "Zhang, Yi Z" , Tim Whisonant , Enno Luebbers , Shiva Rao , Christopher Rauer , Xiao Guangrong List-Id: linux-api@vger.kernel.org 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 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 > > > > Signed-off-by: Enno Luebbers > > > > Signed-off-by: Shiva Rao > > > > Signed-off-by: Christopher Rauer > > > > Signed-off-by: Xiao Guangrong > > > > Signed-off-by: Wu Hao > > > Acked-by: Alan Tull > Acked-by: Moritz Fischer > > > -- > > > To unsubscribe from this list: send the line "unsubscribe linux-fpga" in > > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > Looks good, Thanks a lot for the code review. :) Hao > > Moritz