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" > > > > >

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

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 Vrab

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

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 Subject: Was change to ip_push_pending_frames intended to break udp (more specifically, WCCP?) Hello! I have a userspace application, which talks W

Re: Linux v2.6.17-rc4

2006-05-20 Thread Alistair John Strachan
On Monday 15 May 2006 06:27, Alistair John Strachan wrote: > On Sunday 14 May 2006 08:57, Ayaz Abdulla wrote: > > Alistair John Strachan wrote: > > [snip] > > > > There's been just a single commit since -rc3: > > > > > > forcedeth: fix multi irq issues > > > ebf34c9b6fcd22338ef764b039b3ac55ed0e297b

Re: [git patches] net driver updates

2006-05-20 Thread Andrew Morton
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 this, so we should no longer need to reve

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 a

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]

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 mi

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: [PATCH 3/4] myri10ge - Driver core

2006-05-20 Thread Brice Goglin
Brice Goglin wrote: > Andi Kleen wrote: > >> On Friday 19 May 2006 12:00, Arnd Bergmann wrote: >> >> >>> On Friday 19 May 2006 04:25, Brice Goglin wrote: >>> >>> dev_mc_upload() from net/core/dev_mcast.c does spin_lock_bh(&dev->xmit_lock); __dev_mc_upload(