RE: [PATCH 02/18] staging/rdma/hfi1: Decode CNP opcode

2015-11-20 Thread Marciniszyn, Mike
> > Add CNP opcode decode > > Why? Prior to this patch the trace appeared like: -0 [001] d.h. 94062.578932: input_ibhdr: [:05:00.0] vl 0 lver 0 sl 0 lnh 2,LRH_BTH dlid 0003 len 6 slid 0001 op 0x80,0x80 se 0 m 0 pad 0 tver 0 pkey 0x8001 f 0 b 0 qpn 0x001234 a 0 psn 0x Note the "o

Re: [PATCH 02/18] staging/rdma/hfi1: Decode CNP opcode

2015-11-19 Thread Greg KH
On Fri, Nov 13, 2015 at 07:37:00PM -0800, Jubin John wrote: > From: Dean Luick > > Add CNP opcode decode Why? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 02/18] staging/rdma/hfi1: Decode CNP opcode

2015-11-13 Thread Jubin John
From: Dean Luick Add CNP opcode decode Reviewed-by: Mike Marciniszyn Signed-off-by: Dean Luick Signed-off-by: Jubin John --- drivers/staging/rdma/hfi1/trace.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rdma/hfi1/trace.h b/drivers/staging/rdma/