Re: [PATCH V2 4/8] accel/amdxdna: Replace idr api with xarray

2024-12-13 Thread Lizhi Hou
On 12/13/24 08:42, Jeffrey Hugo wrote: On 12/6/2024 2:59 PM, Lizhi Hou wrote: Switch mailbox message id and hardware context id management over from the idr api to the xarray api. Signed-off-by: Lizhi Hou Implementation looks sane, however you appear to be missing several instances of #in

Re: [PATCH V2 4/8] accel/amdxdna: Replace idr api with xarray

2024-12-13 Thread Jeffrey Hugo
On 12/6/2024 2:59 PM, Lizhi Hou wrote: Switch mailbox message id and hardware context id management over from the idr api to the xarray api. Signed-off-by: Lizhi Hou Implementation looks sane, however you appear to be missing several instances of #include -Jeff

[PATCH V2 4/8] accel/amdxdna: Replace idr api with xarray

2024-12-06 Thread Lizhi Hou
Switch mailbox message id and hardware context id management over from the idr api to the xarray api. Signed-off-by: Lizhi Hou --- drivers/accel/amdxdna/TODO | 1 - drivers/accel/amdxdna/aie2_ctx.c| 4 +- drivers/accel/amdxdna/aie2_message.c| 4 +- drivers/accel/amdxd