Re: [PATCH v4 2/8] accel/qaic: Add uapi and core driver file

2023-03-22 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 20.03.2023 16:11, Jeffrey Hugo wrote: > Add the QAIC driver uapi file and core driver file that binds to the PCIe > device. The core driver file also creates the accel device and manages > all the interconnections between the different parts of the driver. > >

Re: [PATCH v4 2/8] accel/qaic: Add uapi and core driver file

2023-03-21 Thread Jeffrey Hugo
On 3/21/2023 4:34 AM, Oded Gabbay wrote: On Mon, Mar 20, 2023 at 5:11 PM Jeffrey Hugo wrote: Add the QAIC driver uapi file and core driver file that binds to the PCIe device. The core driver file also creates the accel device and manages all the interconnections between the different parts of

Re: [PATCH v4 2/8] accel/qaic: Add uapi and core driver file

2023-03-21 Thread Oded Gabbay
On Mon, Mar 20, 2023 at 5:11 PM Jeffrey Hugo wrote: > > Add the QAIC driver uapi file and core driver file that binds to the PCIe > device. The core driver file also creates the accel device and manages > all the interconnections between the different parts of the driver. > > The driver can be

[PATCH v4 2/8] accel/qaic: Add uapi and core driver file

2023-03-20 Thread Jeffrey Hugo
Add the QAIC driver uapi file and core driver file that binds to the PCIe device. The core driver file also creates the accel device and manages all the interconnections between the different parts of the driver. The driver can be built as a module. If so, it will be called "qaic.ko".