This patch reduces the message level of the RX ram full messages from err to debug to prevent spamming the console leaving it in the logfiles though.
Please apply. From: Jens Osterkamp <[EMAIL PROTECTED]> Index: linux-2.6.16/drivers/net/spider_net.c =================================================================== --- linux-2.6.16.orig/drivers/net/spider_net.c +++ linux-2.6.16/drivers/net/spider_net.c @@ -1442,7 +1442,7 @@ spider_net_handle_error_irq(struct spide case SPIDER_NET_GRFAFLLINT: /* fallthrough */ case SPIDER_NET_GRMFLLINT: if (netif_msg_intr(card) && net_ratelimit()) - pr_err("Spider RX RAM full, incoming packets " + pr_debug("Spider RX RAM full, incoming packets " "might be discarded!\n"); spider_net_rx_irq_off(card); tasklet_schedule(&card->rxram_full_tl); - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html