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

2024-10-21 Thread Jeffrey Hugo
On 10/15/2024 1:04 PM, Bjorn Andersson wrote: On Tue, Oct 15, 2024 at 12:34:29PM -0600, Jeffrey Hugo wrote: On 10/14/2024 3:52 PM, Bjorn Andersson wrote: On Wed, Sep 18, 2024 at 09:52:54AM -0600, Jeffrey Hugo wrote: + dev_table_entry = (struct sahara_debug_table_entry64 *)(context->rx);

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

2024-10-15 Thread Bjorn Andersson
On Tue, Oct 15, 2024 at 12:34:29PM -0600, Jeffrey Hugo wrote: > On 10/14/2024 3:52 PM, Bjorn Andersson wrote: > > On Wed, Sep 18, 2024 at 09:52:54AM -0600, Jeffrey Hugo wrote: [..] > > > struct sahara_context { > > > struct sahara_packet*tx[SAHARA_NUM_TX_BUF]; > > >

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

2024-10-15 Thread Jeffrey Hugo
On 10/14/2024 3:52 PM, Bjorn Andersson wrote: On Wed, Sep 18, 2024 at 09:52:54AM -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 requ

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

2024-10-14 Thread Bjorn Andersson
On Wed, Sep 18, 2024 at 09:52:54AM -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

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

2024-09-19 Thread Konrad Dybcio
On 19.09.2024 5:00 PM, Jeffrey Hugo wrote: > On 9/18/2024 5:41 PM, Konrad Dybcio wrote: >> On 18.09.2024 5:52 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

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

2024-09-19 Thread Jeffrey Hugo
On 9/18/2024 5:41 PM, Konrad Dybcio wrote: On 18.09.2024 5:52 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

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

2024-09-18 Thread Konrad Dybcio
On 18.09.2024 5:52 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 whi

[PATCH] accel/qaic: Add crashdump to Sahara

2024-09-18 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