Re: regression: forcedeth.c hang

2007-02-27 Thread Ingo Molnar
* Linus Torvalds <[EMAIL PROTECTED]> wrote: > On Tue, 27 Feb 2007, Ingo Molnar wrote: > > > > update: Jeff sent me 3 pending forcedeth.c fixes, and they indeed > > fix the regression. The one that fixed it is: > > Ok, that was included in the bunch I just pulled and pushed out, so > hopefully

Re: regression: forcedeth.c hang

2007-02-27 Thread Linus Torvalds
On Tue, 27 Feb 2007, Ingo Molnar wrote: > > update: Jeff sent me 3 pending forcedeth.c fixes, and they indeed fix > the regression. The one that fixed it is: Ok, that was included in the bunch I just pulled and pushed out, so hopefully this one is resolved. Pls verify. Linus

Re: regression: forcedeth.c hang

2007-02-27 Thread Ingo Molnar
update: Jeff sent me 3 pending forcedeth.c fixes, and they indeed fix the regression. The one that fixed it is: -> The napi poll routine was missing the call to the optimized rx process routine. This patch adds the missing call for the optimized path. Signed-Off-By: Ayaz Abdull

regression: forcedeth.c hang

2007-02-27 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > This email lists some known regressions in 2.6.21-rc1 compared to > 2.6.20 that are not yet fixed in Linus' tree. just found a new one: forcedeth.c broke since v2.6.20. It generates a few irqs after ifup and then stops dead (no in/out packets). Undoin