Re: [PATCH 4/8][BNX2X] resubmit as attachments: bnx2x_hsi.h

2007-10-09 Thread Chris Wedgwood
On Mon, Oct 08, 2007 at 06:16:17PM +0200, Eliezer Tamir wrote: > bnx2x_hsi.h - machine generated hardware and microcode definitions over 7000 lines... how much of this is really needed? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTE

forcedeth oops

2007-02-24 Thread Chris Wedgwood
Using 2.6.21-rc1 (x86-64) I can get an oops in the forcedeth driver in usually under about 5s with heavy network load (near line-rate GE, a simpy using netcat and /dev/zero from one host to another suffices). In nv_rx_done we have: if (flags & NV_TX_LASTPACKET) { if (flags

Re: skge dysfunction on Amd X2 machine with 4GB memory

2007-02-19 Thread Chris Wedgwood
On Sun, Feb 11, 2007 at 04:57:55PM +0200, Matti Aarnio wrote: > With the skge driver there seems to be some sort of problem to work > in a system with memory above the 4 GB of PCI address space. The chipset (apparently) doesn't deal with bus addresses over 4GB even though the MAC does. I guess t

Re: pci=routeirq solves EHCI-problem

2006-08-12 Thread Chris Wedgwood
On Tue, Aug 08, 2006 at 04:27:41PM +0200, Lutz Urban wrote: > I'm sorry to tell you that my previous message was bogus. The problem > still persists. Daniel Drake has posted a fix that's in -mm you can try. It's probably the least painful solution to date, can you please try that: http://

Re: [PATCH 0/2] NET: Accurate packet scheduling for ATM/ADSL

2006-06-19 Thread Chris Wedgwood
On Wed, Jun 14, 2006 at 11:40:04AM +0200, Jesper Dangaard Brouer wrote: > The Linux traffic's control engine inaccurately calculates > transmission times for packets sent over ADSL links. For some > packet sizes the error rises to over 50%. This occurs because ADSL > uses ATM as its link layer t

Re: [PATCH] Disable multipath cache routing

2006-05-20 Thread Chris Wedgwood
(cc' list exploded to include various people who might not be reading netdev, sorry about that) On Sat, May 20, 2006 at 03:11:20PM +0530, pravin b shelar wrote: > I am working on Linux multipath networking and I will like to fix > bugs related to equal cost multipath caching support. My expe

[PATCH] MPPE probably doesn't need to be EXPERIMENTAL

2006-05-19 Thread Chris Wedgwood
A lot of people use MPPE and I'm not aware of too many complaints with this. Remove it's EXPERIMENTAL status. Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index aa633fa..2c56a95 100644 --- a/drivers/net/Kconfig +

[PATCH] Disable multipath cache routing

2006-05-19 Thread Chris Wedgwood
esurrect this code we can discuss removing it entirely. Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]> diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 011cca7..3a08b9e 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH config IP_ROUTE_MU

Re: Router stops routing after changing MAC Address

2006-03-16 Thread Chris Wedgwood
On Mon, Mar 13, 2006 at 10:00:41AM -0800, Stephen Hemminger wrote: > There still is a bug in the 3c59x driver. It doesn't include any > code to handle changing the mac address. It will work if you take > the device down, change address, then bring it up. But you shouldn't > have to do that. I s

Re: Fw: [Bugme-new] [Bug 5627] New: Network boot - IP-Config reports wrong DHCP server address

2006-01-19 Thread Chris Wedgwood
On Thu, Jan 19, 2006 at 08:38:47AM -0800, Bryan O'Sullivan wrote: > Yes. The code in the klibc tree has been sort of ready for that for > oh, about two years now. Thus far I'm very happy with it. I never originally intended to use klibc but I couldn't get the in-kernel DHCP code to work reliabl

Re: Fw: [Bugme-new] [Bug 5627] New: Network boot - IP-Config reports wrong DHCP server address

2006-01-19 Thread Chris Wedgwood
On Thu, Jan 19, 2006 at 02:14:31AM -0800, Andrew Morton wrote: >Summary: Network boot - IP-Config reports wrong DHCP server > address > Kernel Version: 2.6.14.2 if/we klibc is merged we could pull this code out surely? i had problems myself getting it working

Re: [2.6.15-rc1] VFS: file-max limit 400490 reached

2005-11-11 Thread Chris Wedgwood
On Sat, Nov 12, 2005 at 12:26:48AM -0500, Jeff Garzik wrote: > VFS: file-max limit 400490 reached does lsof show anything useful? - 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

Re: ipv6 SIOCGIFCONF not implemented ?

2005-08-24 Thread Chris Wedgwood
On Wed, Aug 24, 2005 at 01:44:09PM -0700, David S. Miller wrote: > It is intentional, BSD ioctls for configuration are > deprecated, use netlink instead. will they go away completely at some point? lots of things that (for example) set interface addresses i bet use the ioctls and are not netlink

Re: overflows in /proc/net/dev

2005-08-18 Thread Chris Wedgwood
On Thu, Aug 18, 2005 at 09:28:10AM +0200, Sebastian Cla?en wrote: > in struct net_device_stats all members are defined as unsgined > long. In time of gigabit ethernet this takes not long to overflow. It should still take an appreciable amount of time surely? We can detect those wraps in userspac

Re: argh... ;/

2005-08-12 Thread Chris Wedgwood
On Fri, Aug 12, 2005 at 07:44:28AM -0400, John W. Linville wrote: > Don't use crappy MUAs? Well, plenty of people do. It's almost the norm so crappy probably isn't very fair. It does seem that most if the GUI-base MUAs though by default have problematic settings (Mozilla, Thunderbird, Evolution

Re: atheros driver - desc

2005-08-12 Thread Chris Wedgwood
On Sun, Aug 07, 2005 at 05:01:34PM +0200, Harald Welte wrote: > I will consult my legal counsel about this. My current naive > position on this is that only the actuall process of the > re-engineering matters, not the result. Which countries is this advice valid for? Does someone need to chase

Re: argh... ;/

2005-08-11 Thread Chris Wedgwood
On Fri, Aug 05, 2005 at 01:20:59PM -0400, John W. Linville wrote: > Yes. Opening attachments makes them harder to review. Lots of people can't inline patches because they are inflicted with crappy MUAs --- I would much prefer patches as attachments in those cases versus mangled patches. Also, I