<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18975">
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@page WordSection1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
LI.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
DIV.MsoNormal {
        MARGIN: 0in 0in 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.EmailStyle17 {
        FONT-FAMILY: "Calibri","sans-serif"; COLOR: windowtext; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.WordSection1 {
        page: WordSection1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US link=blue vLink=purple>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>Hello,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>  Patch looks fine plus tests out OK.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>Minor point about patches, when building a patch / patch file, 
it helps in applying the path, to make the patch relative to the trunk 
folder.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 
face=Arial>B:/users/irena/proj1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>vs</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=447100319-29112010><FONT color=#0000ff 
size=2 face=Arial>stan.</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> ofw-bounces@lists.openfabrics.org 
[mailto:ofw-bounces@lists.openfabrics.org] <B>On Behalf Of </B>Irena 
Gannon<BR><B>Sent:</B> Sunday, November 28, 2010 2:27 AM<BR><B>To:</B> 
'ofw@lists.openfabrics.org'<BR><B>Subject:</B> [ofw] (no 
subject)<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=WordSection1>
<P class=MsoNormal>Signed-off-by: Irena Gannon (<A 
href="mailto:irena@mellanox.co.il">irena@mellanox.co.il</A>) <o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt">This patch constructs 
the send_mgr.sg_pool in the __send_mgr_construct so that it has a valid state in 
cl_qcpool_destroy (in cl_is_state_valid assert) even if __port_init fails before 
__send_mgr_init<o:p></o:p></SPAN></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>Index: 
B:/users/irena/proj1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp<o:p></o:p></P>
<P 
class=MsoNormal>===================================================================<o:p></o:p></P>
<P class=MsoNormal>--- 
B:/users/irena/proj1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp       
(revision 6930)<o:p></o:p></P>
<P class=MsoNormal>+++ 
B:/users/irena/proj1/trunk/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp    
(revision 6931)<o:p></o:p></P>
<P class=MsoNormal>@@ -3409,6 +3409,7 @@<o:p></o:p></P>
<P 
class=MsoNormal>                
IPOIB_ENTER( IPOIB_DBG_SEND );<o:p></o:p></P>
<P 
class=MsoNormal>                
p_port->send_mgr.depth = 0;<o:p></o:p></P>
<P 
class=MsoNormal>                
cl_qlist_init( &p_port->send_mgr.pending_list );<o:p></o:p></P>
<P class=MsoNormal>+    
cl_qpool_construct(&p_port->send_mgr.sg_pool);<o:p></o:p></P>
<P 
class=MsoNormal>                
cl_qpool_construct( &p_port->send_mgr.send_pool );<o:p></o:p></P>
<P 
class=MsoNormal>                
p_port->p_desc = NULL;<o:p></o:p></P>
<P 
class=MsoNormal>                
IPOIB_EXIT( IPOIB_DBG_SEND );<o:p></o:p></P></DIV></BODY></HTML>