From: Eric Dumazet <dada1@cosmosbay.com>
To: John Philips <johnphilips42@yahoo.com>
Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org
Subject: Re: BUG: warning at kernel/softirq.c:141/local_bh_enable()
Date: Tue, 17 Oct 2006 22:54:04 +0200 [thread overview]
Message-ID: <453542EC.90509@cosmosbay.com> (raw)
In-Reply-To: <20061017201014.51060.qmail@web57802.mail.re3.yahoo.com>
John Philips a écrit :
>> Which NIC driver is handling eth6 ?
>
> Eric,
>
> eth6 is a NatSemi DP83815 NIC
Well... lot of changes in drivers/net/natsemi.c between 2.4 and 2.6
Previous versions had a max_interrupt_work = 20;
RX_RING_SIZE is 32 for this NIC
But NAPI standard weight is 64, maybe you should try to lower it ? (so that an
interrupt dont try to queue/dequeue too many packets at once)
/proc/sys/net/core/dev_weight
/proc/sys/net/core/netdev_budget
Eric
next parent reply other threads:[~2006-10-17 20:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20061017201014.51060.qmail@web57802.mail.re3.yahoo.com>
2006-10-17 20:54 ` Eric Dumazet [this message]
2006-10-18 15:33 ` BUG: warning at kernel/softirq.c:141/local_bh_enable() John Philips
2006-10-18 18:19 ` John Philips
2006-10-17 16:43 John Philips
2006-10-17 16:53 ` Eric Dumazet
2006-10-17 19:18 ` John Philips
2006-10-17 19:28 ` Eric Dumazet
-- strict thread matches above, loose matches on Subject: below --
2006-10-17 14:53 John Philips
2006-10-17 16:30 ` Eric Dumazet
2006-10-17 13:50 John Philips
2006-10-17 13:56 ` Eric Dumazet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=453542EC.90509@cosmosbay.com \
--to=dada1@cosmosbay.com \
--cc=johnphilips42@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.