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 <[EMAIL PROTECTED]>
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> 
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to