Applied in 2164, thank you.
> -----Original Message----- > From: Sean Hefty [mailto:[email protected]] > Sent: Tuesday, May 12, 2009 1:59 AM > To: [email protected]; Leonid Keller > Subject: [PATCH] ipoib: change print from error to information > > Change printing LID information as an error to just informational. > > Signed-off-by: Sean Hefty <[email protected]> > --- > Index: ipoib_port.c > =================================================================== > --- ipoib_port.c (revision 2100) > +++ ipoib_port.c (working copy) > @@ -5329,7 +5329,7 @@ > cl_memclr( &av_attr, sizeof(ib_av_attr_t) ); > av_attr.port_num = p_port->port_num; > av_attr.sl = 0; > - IPOIB_PRINT_EXIT( TRACE_LEVEL_ERROR, IPOIB_DBG_ENDPT, > + IPOIB_PRINT_EXIT( TRACE_LEVEL_INFORMATION, IPOIB_DBG_ENDPT, > ("<__endpt_mgr_add_local>: av_attr.dlid = > p_port_info->base_lid = %d\n",p_port_info->base_lid)); > av_attr.dlid = p_port_info->base_lid; > av_attr.static_rate = p_port->ib_mgr.rate; > > _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
