Re: if_sis: performance tweaking

2003-08-27 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Martin Jessa writes: >Hi Poul-Henning, guys. > >Are those changes included in 5.1-CURRENT now or should I patch my source in order to >test it? > The short cable patch is included, the others are not because we are still trying to determine what values are optimal

Re: if_sis: performance tweaking

2003-08-27 Thread Martin Jessa
Hi Poul-Henning, guys. Are those changes included in 5.1-CURRENT now or should I patch my source in order to test it? On Sun, 17 Aug 2003 12:59:13 +0200 Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > > This patch tweaks various thresholds in the DP8381[56] chip. > > On my Soekris 4801, the

if_sis: performance tweaking

2003-08-17 Thread Poul-Henning Kamp
This patch tweaks various thresholds in the DP8381[56] chip. On my Soekris 4801, the goes from 5-6 Mbit/sec to 30-40 Mbit/sec with this patch. Also included is Sams patch for the "short cable" problem". Tests, comments etc most welcome. Poul-Henning Index: if_sis.c ===