* Re:Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays in TCP layer depending upon packet length
@ 2001-08-09 17:46 Shirley Ma
2001-08-09 18:59 ` Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays inTCP " Ron Flory
0 siblings, 1 reply; 2+ messages in thread
From: Shirley Ma @ 2001-08-09 17:46 UTC (permalink / raw)
To: ron.flory; +Cc: linux-kernel
Hi, Ron,
I am interested the problem you posted. I tried to reproduce this
problem on my machine and failed. Would you please point your programs to
me, so I can reproduce this problem and do more investigation? If not,
please let me know whether it is reproducible, and please collect both
client/server ethereal log.
Thanks in advance.
Shirley Ma
Linux Technology Center Networking Group
"A journey of a thousand miles must begin with a single step" -- LAO-TZU
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays inTCP layer depending upon packet length
2001-08-09 17:46 Re:Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays in TCP layer depending upon packet length Shirley Ma
@ 2001-08-09 18:59 ` Ron Flory
0 siblings, 0 replies; 2+ messages in thread
From: Ron Flory @ 2001-08-09 18:59 UTC (permalink / raw)
Cc: linux-kernel
Shirley Ma wrote:
>
> Hi, Ron,
>
> I am interested the problem you posted. I tried to reproduce
> this problem on my machine and failed. Would you please point your
> programs to me, so I can reproduce this problem and do more
> investigation? If not, please let me know whether it is reproducible,
> and please collect both client/server ethereal log.
OK, will follow-on in a private email (to minimize lkml traffic)
I can easily reproduce the problem by performing a socket 'write' as
two separate operations:
write(sock, buf1..)
write(sock, buf2..)
If on the other hand I combine the buffers then issue a single
'write':
write(sock, both_bufs...)
the problem magically disappears (because the inter-block handshaking
requirements change, which is where I think the problem actually lies).
Since the problem is also present using the loopback device, both
client/server sides would be present in a Ethereal long of LO.
I would imagine anybody running a large Linux ftp/http server would be
interested in this...
ron
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-08-09 19:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-09 17:46 Re:Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays in TCP layer depending upon packet length Shirley Ma
2001-08-09 18:59 ` Kernel 2.4.6 & 2.4.7 networking performance: seeing serious delays inTCP " Ron Flory
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox