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

2023-03-01 Thread Jeffrey Hugo
On 2/17/2023 11:15 AM, Jeffrey Hugo wrote: On 2/16/2023 7:13 AM, Jacek Lawrynowicz wrote: Hi, On 06.02.2023 16:41, 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 inte

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

2023-02-24 Thread Jeffrey Hugo
On 2/22/2023 8:52 AM, Dafna Hirschfeld wrote: On 17.02.2023 11:15, Jeffrey Hugo wrote: On 2/16/2023 7:13 AM, Jacek Lawrynowicz wrote: Hi, On 06.02.2023 16:41, Jeffrey Hugo wrote: Add the QAIC driver uapi file and core driver file that binds to the PCIe device.  The core driver file also crea

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

2023-02-22 Thread Dafna Hirschfeld
On 17.02.2023 11:15, Jeffrey Hugo wrote: On 2/16/2023 7:13 AM, Jacek Lawrynowicz wrote: Hi, On 06.02.2023 16:41, 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 interco

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

2023-02-17 Thread Jeffrey Hugo
On 2/16/2023 7:13 AM, Jacek Lawrynowicz wrote: Hi, On 06.02.2023 16:41, 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 t

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

2023-02-16 Thread Jacek Lawrynowicz
Hi, On 06.02.2023 16:41, 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 built as a

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

2023-02-06 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". Signed-of