Re: [PATCH V4 03/10] accel/amdxdna: Support hardware mailbox

2024-10-18 Thread Jeffrey Hugo
On 10/11/2024 5:12 PM, Lizhi Hou wrote: The hardware mailboxes are used by the driver to submit requests to firmware and receive the completion notices from hardware. Initially, a management mailbox channel is up and running. The driver may request firmware to create/destroy more channels dynami

[PATCH V4 03/10] accel/amdxdna: Support hardware mailbox

2024-10-11 Thread Lizhi Hou
The hardware mailboxes are used by the driver to submit requests to firmware and receive the completion notices from hardware. Initially, a management mailbox channel is up and running. The driver may request firmware to create/destroy more channels dynamically through management channel. Add dri