I've been seeing the error:
Aug 18 21:24:59 titan kernel: eth-gig1: too many iterations (6) in
nv_nic_irq.
Aug 18 21:24:59 titan kernel: eth-gig1: too many iterations (6) in
nv_nic_irq.
Aug 18 21:24:59 titan kernel: eth-gig1: too many iterations (6) in
nv_nic_irq.
in the logs when there is heavy network traffic on my Sarge/amd64
system. The error is produced by the kernel module forcedeth for the
on-board gigabit ethernet controller.
Suggestions I've found through googling indicate using the
'max_interrupt_work' module parameter and setting it to 10, rather than
the default 5.
My question is: what/where is The Right Place to put this module
parameter setting? I went to /
etc/modules.conf first: but a note in
that file indicates it should not be edited directly:
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules