[openib-general] Re: [PATCH] OpenSM: osm_inform.c: Change error message 0207 to informational

Eitan Zahavi eitan at mellanox.co.il
Wed Sep 14 06:34:27 PDT 2005


Sure - this is what we talked about regarding the InformInfo
in case the port that caused the trap is no longer accessible.

What about the other ERR 0207 ? I thought it is also not more then
an info.

Hal Rosenstock wrote:
> osm_inform.c: Change error message 0207 to informational
> 
> Signed-off-by: Hal Rosenstock <halr at voltaire.com>
> 
> Index: osm_inform.c
> ===================================================================
> --- osm_inform.c        (revision 3417)
> +++ osm_inform.c        (working copy)
> @@ -574,8 +574,8 @@ __match_notice_to_inf_rec(
>  
>    if( p_src_port == (osm_port_t*)cl_qmap_end( &(p_subn->port_guid_tbl))
> )
>    {
> -    osm_log(p_log, OSM_LOG_ERROR,
> -            "__match_notice_to_inf_rec: ERR 0207: "
> +    osm_log(p_log, OSM_LOG_INFO,
> +            "__match_notice_to_inf_rec: "
>              "Cannot find source port with GUID:0x%016" PRIx64 "\n",
>              cl_ntoh64(source_gid.unicast.interface_id) );
>      goto Exit;
> 




More information about the general mailing list