Re: [PATCH] Disable multipath cache routing

2006-05-20 Thread pravin b shelar
Chris Wedgwood wrote: Apparently IP_ROUTE_MULTIPATH_CACHED isn't entirely safe to use and will oops the kernel sooner or later. The Kconfig comment says EXPERIMENTAL but it's not. Let's go further and mark it BROKEN for now (leaving the comment as-is though). If nobody steps up to resurrect

Re: Netchannel subsystem update.

2006-05-20 Thread Evgeniy Polyakov
The more I think about TCP processing in netchannels, the more I get close to the following ideas: * map netchannel to socket. * implement own TCP (receiving for now) state machine. So I would like to ask people, what do we want for netchannels * existing Linux TCP stack * fairly simple

Re: [git patches] net driver updates

2006-05-20 Thread Andrew Morton
Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton: revert forcedeth: fix multi irq issues Manfred just found the fix for this, so we should no longer need to revert. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [git patches] net driver updates

2006-05-20 Thread Linus Torvalds
On Sat, 20 May 2006, Andrew Morton wrote: Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton: revert forcedeth: fix multi irq issues Manfred just found the fix for this, so we should no longer need to revert. Hmm. I already pulled. I guess we can revert the revert and apply

Fwd: Was change to ip_push_pending_frames intended to break udp (more specifically, WCCP?)

2006-05-20 Thread Alexey Dobriyan
- Forwarded message from Paul P Komkoff Jr [EMAIL PROTECTED] - From: Paul P Komkoff Jr [EMAIL PROTECTED] To: Linux Kernel Mailing List linux-kernel@vger.kernel.org Subject: Was change to ip_push_pending_frames intended to break udp (more specifically, WCCP?) Hello! I have a userspace

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

Re: [PATCH 2/2] ipg: redundancy with mii.h

2006-05-20 Thread David Vrabel
Apologies for the (very) late response. 0007-ipg-plug-leaks-in-the-error-path-of-ipg_nic_open.txt broke receive since it was skipping the initialization of the Rx buffers. Patch attached. Did anyone manage to get a response from IC Plus regarding the required Signed-off-by line? David

Re: Was change to ip_push_pending_frames intended to break udp (more specifically, WCCP?)

2006-05-20 Thread Andrew Morton
Paul P Komkoff Jr [EMAIL PROTECTED] wrote: Hello! I have a userspace application, which talks WCCP2 with cisco routers. It sends and receives UDP packets on port 2048. After I've updated my server to 2.6.16, it stopped working. Examining logs and packet dumps of previous (2.6.15 kernel)

Re: [git patches] net driver updates

2006-05-20 Thread Andi Kleen
On Saturday 20 May 2006 19:55, Andrew Morton wrote: Linus Torvalds [EMAIL PROTECTED] wrote: On Sat, 20 May 2006, Andrew Morton wrote: Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton: revert forcedeth: fix multi irq issues Manfred just found the fix for