[openib-general] Re: [PATCH] at: Change normal message from WARN to DEBUG

James Lentini jlentini at netapp.com
Thu May 19 19:42:58 PDT 2005


Committed in revision 2423.

On Thu, 19 May 2005, Hal Rosenstock wrote:

halr> at: Change normal message from WARN to DEBUG
halr> 
halr> Signed-off-by: Hal Rosenstock <halr at voltaire.com>
halr> 
halr> Index: at.c
halr> ===================================================================
halr> --- at.c        (revision 2379)
halr> +++ at.c        (working copy)
halr> @@ -737,13 +737,13 @@
halr>  
halr>         arp = (struct ib_arp *)skb->nh.raw;
halr>  
halr> -       WARN("Process IB ARP ip <%d.%d.%d.%d> gid <0x%016llx%016llx>",
halr> -            (arp->src_ip & 0x000000ff),
halr> -            (arp->src_ip & 0x0000ff00) >> 8,
halr> -            (arp->src_ip & 0x00ff0000) >> 16,
halr> -            (arp->src_ip & 0xff000000) >> 24,
halr> -            be64_to_cpu(arp->src_gid.global.subnet_prefix),
halr> -            be64_to_cpu(arp->src_gid.global.interface_id));
halr> +       DEBUG("Process IB ARP ip <%d.%d.%d.%d> gid <0x%016llx%016llx>",
halr> +             (arp->src_ip & 0x000000ff),
halr> +             (arp->src_ip & 0x0000ff00) >> 8,
halr> +             (arp->src_ip & 0x00ff0000) >> 16,
halr> +             (arp->src_ip & 0xff000000) >> 24,
halr> +             be64_to_cpu(arp->src_gid.global.subnet_prefix),
halr> +             be64_to_cpu(arp->src_gid.global.interface_id));
halr>  
halr>         spin_lock_irqsave(&q->lock, flags);
halr>         for (a = q->next; a != q; a = a->next) {
halr> 
halr> 



More information about the general mailing list