]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IB/ipath: Change packet problems vs chip errors handling and reporting
authorBryan O'Sullivan <bos@pathscale.com>
Thu, 15 Mar 2007 21:44:55 +0000 (14:44 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 19 Apr 2007 03:20:55 +0000 (20:20 -0700)
commit8ec1077b35359c973f4b1de7c516be570a6df495
tree21ba8b8099034a35a1fb4f8bf301223b1be4af73
parent6f5c407460bba332d6bee52e19f2305539395511
IB/ipath: Change packet problems vs chip errors handling and reporting

Some types of packet errors are moderately common with longer IB
cables and large clusters, and are not reported with prints by other
IB HCA drivers.  This suppresses those messages unless the new
__IPATH_ERRPKTDBG bit is set in ipath_debug.  Reporting of temporarily
disabled frequent error interrupts was also made clearer

We also distinguish between chip errors, and bad packets sent or
received in the wording of the messages.

Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_debug.h
drivers/infiniband/hw/ipath/ipath_driver.c
drivers/infiniband/hw/ipath/ipath_intr.c
drivers/infiniband/hw/ipath/ipath_kernel.h
drivers/infiniband/hw/ipath/ipath_registers.h
drivers/infiniband/hw/ipath/ipath_stats.c