<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=138141709-06052008>Here is the
description from the Linux mlx4_0300_bogus_qp.patch</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=138141709-06052008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2>Events received for non-existent QPs are of
interest only when debugging.<BR>Print messages when this occurs only if running
in debug mode.<BR></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=138141709-06052008>Thanks</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=138141709-06052008>Tzachi</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT>
<DIV><FONT face=Arial size=2>Index:
Q:/projinf3/trunk/hw/mlx4/kernel/bus/net/qp.c<BR>===================================================================<BR>---
Q:/projinf3/trunk/hw/mlx4/kernel/bus/net/qp.c (revision 2396)<BR>+++
Q:/projinf3/trunk/hw/mlx4/kernel/bus/net/qp.c (revision 2397)<BR>@@ -53,12
+53,8
@@<BR> spin_unlock_dpc(&qp_table->lock);<BR> <BR> if
(!qp) {<BR>- if (event_type ==
MLX4_EVENT_TYPE_SRQ_QP_LAST_WQE)<BR>- mlx4_dbg(dev, "Async
event SRQ_QP_LAST_WQE"<BR>- " for bogus QP %08x\n",
qpn);<BR>- else<BR>- mlx4_warn(dev, "Async event %d
for bogus QP %08x\n",<BR>- event_type,
qpn);<BR>+ mlx4_dbg(dev, "Async event %d for bogus QP
%08x\n",<BR>+ event_type,
qpn);<BR> return;<BR> }<BR> <BR></DIV></FONT></BODY></HTML>