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

From: Maciej Kwapulinski
Date: Fri May 14 2021 - 04:20:50 EST



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

regards,
Maciej