lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 17 Oct 2006 22:54:04 +0200
From:	Eric Dumazet <dada1@...mosbay.com>
To:	John Philips <johnphilips42@...oo.com>
Cc:	linux-kernel@...r.kernel.org, linux-net@...r.kernel.org
Subject: Re: BUG: warning at kernel/softirq.c:141/local_bh_enable()

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ