Re: [PATCH v2] accel/qaic: Add crashdump to Sahara

2024-10-25 Thread Jeffrey Hugo
On 10/21/2024 2:03 PM, Jeffrey Hugo wrote: The Sahara protocol has a crashdump functionality. In the hello exchange, the device can advertise it has a memory dump available for the host to collect. Instead of the device making requests of the host, the host requests data from the device which can

Re: [PATCH v2] accel/qaic: Add crashdump to Sahara

2024-10-21 Thread Bjorn Andersson
On Mon, Oct 21, 2024 at 02:03:55PM -0600, Jeffrey Hugo wrote: > The Sahara protocol has a crashdump functionality. In the hello > exchange, the device can advertise it has a memory dump available for > the host to collect. Instead of the device making requests of the host, > the host requests data

[PATCH v2] accel/qaic: Add crashdump to Sahara

2024-10-21 Thread Jeffrey Hugo
The Sahara protocol has a crashdump functionality. In the hello exchange, the device can advertise it has a memory dump available for the host to collect. Instead of the device making requests of the host, the host requests data from the device which can be later analyzed. Implement this functiona