Re: [net-next v2 PATCH 1/2] octeontx2-af: Introduce tracepoints for mailbox

2020-09-21 Thread sundeep subbaraya
Hi Jakub, On Tue, Sep 22, 2020 at 4:48 AM Jakub Kicinski wrote: > > On Mon, 21 Sep 2020 22:32:41 +0530 sundeep.l...@gmail.com wrote: > > diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c > > b/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c > > new file mode 100644 > > ind

Re: [net-next v2 PATCH 1/2] octeontx2-af: Introduce tracepoints for mailbox

2020-09-21 Thread Jakub Kicinski
On Mon, 21 Sep 2020 22:32:41 +0530 sundeep.l...@gmail.com wrote: > diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c > b/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c > new file mode 100644 > index 000..f0b3f17 > --- /dev/null > +++ b/drivers/net/ethernet/marvell/octeo

[net-next v2 PATCH 1/2] octeontx2-af: Introduce tracepoints for mailbox

2020-09-21 Thread sundeep . lkml
From: Subbaraya Sundeep Added tracepoints in mailbox code so that the mailbox operations like message allocation, sending message and message interrupts are traced. Also the mailbox errors occurred like timeout or wrong responses are traced. These will help in debugging mailbox issues. Here's an