Re: [PATCH 8/9] snic:Add event tracing to capture IO events.

2015-03-11 Thread Narsimhulu Musini (nmusini)
Hi Hannes, Thank you for reviewing the patch. Please find responses inline. On 02/03/15 7:04 pm, "Hannes Reinecke" wrote: >On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: >> snic_trc.h contains global trace structure definitions for snic driver >> >> snic_trc.c adds tracing functionality

Re: [PATCH 8/9] snic:Add event tracing to capture IO events.

2015-03-02 Thread Hannes Reinecke
On 02/10/2015 05:43 PM, Narsimhulu Musini wrote: > snic_trc.h contains global trace structure definitions for snic driver > > snic_trc.c adds tracing functionality to capture various IO events. > It maintains global trace buffer to maintain recent history of IO events. > It helps to understand the

[PATCH 8/9] snic:Add event tracing to capture IO events.

2015-02-10 Thread Narsimhulu Musini
snic_trc.h contains global trace structure definitions for snic driver snic_trc.c adds tracing functionality to capture various IO events. It maintains global trace buffer to maintain recent history of IO events. It helps to understand the sequence of events prior to particular IO event, or hung,