Re: [PATCH v3 11/14] intel_gna: add ioctl handler

From: Greg Kroah-Hartman
Date: Fri May 14 2021 - 04:32:13 EST


On Fri, May 14, 2021 at 10:20:42AM +0200, Maciej Kwapulinski wrote:
>
> Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> writes:
>
> > On Thu, May 13, 2021 at 01:00:37PM +0200, Maciej Kwapulinski wrote:
> >> From: Tomasz Jankowski <tomasz1.jankowski@xxxxxxxxx>
> >>
> >> Add ioctl handler into GNA driver.
> >> The ioctl interface provides the ability to do the following:
> >> - Map and unmap memory buffers for GNA computation requests.
> >> - Retrieve capabilities of the underlying GNA IP.
> >> - Submit GNA computation requests.
> >> - Request notification of scoring completion.
> >
> > Do you have a pointer to the userspace code that uses this ioctl?
> > That's kind of required here, otherwise we have no idea how this all
> > works.
> >
>
> yes, it's present under following link:
>
> https://github.com/intel/gna

Then that needs to go here in this changelog text, right?