Re: [PATCH 2/7] accel/qaic: Remove bo->queued field

2023-12-11 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 08.12.2023 17:34, Jeffrey Hugo wrote: > From: Pranjal Ramajor Asha Kanojiya > > ->queued field is used to track whether the BO is submitted to hardware for > DMA or not. Since same information can be retrieved using ->xfer_list field > of same structure remove

[PATCH 2/7] accel/qaic: Remove bo->queued field

2023-12-08 Thread Jeffrey Hugo
From: Pranjal Ramajor Asha Kanojiya ->queued field is used to track whether the BO is submitted to hardware for DMA or not. Since same information can be retrieved using ->xfer_list field of same structure remove ->queued as it is redundant. Signed-off-by: Pranjal Ramajor Asha Kanojiya Reviewed