spidernet: silence the ramfull messages
Although the previous patch resolved issues with hangs when the RX ram full interrupt is encountered, there are still situations where lots of RX ramfull interrupts arrive, resulting in a noisy log in syslog. There is no need for this. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:

committed by
Jeff Garzik

parent
2bf27a0d49
commit
c3d1182a53
@@ -462,6 +462,7 @@ struct spider_net_card {
|
||||
atomic_t tx_timeout_task_counter;
|
||||
wait_queue_head_t waitq;
|
||||
int num_rx_ints;
|
||||
int ignore_rx_ramfull;
|
||||
|
||||
/* for ethtool */
|
||||
int msg_enable;
|
||||
|
Reference in New Issue
Block a user