Tom Fredriksen <(E-Mail Removed)> wrote:
> I am experiencing some slowness in the network performance on a
> computer I have. Its a thinkpad T60, with intel core duo and Intel
> 82573L Gigabit controller with linux 2.6.16.9 compiled with smp.
> The slowness is f.ex. visible by running a ping request from the
> t60, where every second packet has a round trip time of ca. 1000 ms
> while the others have approx 20-40 ms. The problem is also evident
> if I run ping from another computer on the same network with the t60
> as the target. So the problem seems to be with my t60's network
> subsystem somewhere.
Could it be some interrupt coalescing run amok? You might try setting
InterruptThrottleRate=0 when doing a modprobe of the e1000 driver.
> The only problem I can think of is some sort network loop and
> timeout occurence on the local machine, where f.ex. the local
> resolv.conf is not properly set up so that the network system has to
> wait for timeout or similar to continue with the next search step
> when resolving a name.
I would have thought that after the initial startup, ping would not be
making any getaddrinfo() et al calls. You could check that by taking
a system call trace of ping() and see if it is doing any name
resolution once it actually starts sending requests and receiving
responses.
rick jones
--
The glass is neither half-empty nor half-full. The glass has a leak.
The real question is "Can it be patched?"
these opinions are mine, all mine; HP might not want them anyway...

feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...