[Openib-windows] [PTACH] is_send_mad prints
    Fabian Tillier 
    ftillier at silverstorm.com
       
    Tue Sep 19 16:36:25 PDT 2006
    
    
  
Hi Yossi,
On 9/14/06, Yossi Leybovich <sleybo at mellanox.co.il> wrote:
> Hi
>
> It will be great if the following prints will move from warn level to
> info level.
> They fill the warn level trace.
Thanks, applied (with change noted below) in revision 499.
- Fab
>
> Index: al/al_mad.c
> ===================================================================
> --- al/al_mad.c (revision 1692)
> +++ al/al_mad.c (working copy)
> @@ -2051,14 +2051,14 @@
>  /* Complete the send if the request failed. */
>  if( p_wc->status != IB_WCS_SUCCESS )
>  {
> -  AL_PRINT_EXIT( TRACE_LEVEL_ERROR, AL_DBG_ERROR, ("y-send failed\n" )
> );
> +  AL_PRINT_EXIT( TRACE_LEVEL_INFORMATION, AL_DBG_ERROR, ("y-send
> failed\n" ) );
>   return TRUE;
>  }
I left this one as error, since that's what it is.  This indicates a
send completion error, which is a severe event.
    
    
More information about the ofw
mailing list