]> git.baikalelectronics.ru Git - kernel.git/commit
staging/rdma/hfi1: Add aeth name syndrome decode
authorDean Luick <dean.luick@intel.com>
Tue, 1 Dec 2015 20:38:12 +0000 (15:38 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:51:50 +0000 (13:51 -0800)
commit207fdf9ac05009de7f9e71fabb32740931bacf88
tree0b7beaa5bde1783fcdd16f56716dc3daffa0a3d8
parentad4eeb2286ec1c93983ae2a0b9298d2465cd0bb1
staging/rdma/hfi1: Add aeth name syndrome decode

Add aeth name syndrome decode to enhance debugging.

The IBTA RC ACK contains an ACK extended transport header.

Part of that header is the syndrome field that qualifies the RC ACK as an
ACK, NAK, or RNR NAK.

Without the patch here is the syndrome decode:
aeth syn 0x00

Here is the decode with the fix:
aeth syn 0x00 ACK

Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/trace.c