Linux NFS development
 help / color / mirror / Atom feed
* RE: Re: Linux 2.4.25, nfs client hangs when talking to a MacOS nfs server.
@ 2004-03-17 19:56 Lever, Charles
  2004-03-18 16:53 ` Charles-Edouard Ruault
  0 siblings, 1 reply; 6+ messages in thread
From: Lever, Charles @ 2004-03-17 19:56 UTC (permalink / raw)
  To: Charles-Edouard Ruault; +Cc: csc, nfs

charles-

> >It's very simple: if you using UDP as the transport mechanism, then=20
> >packets can (and *will*) be lost.
> > =20
> >
> yep, that's why i tried switching to TCP ... but with no=20
> better result.
>=20
> >This is particularly true if you are working across a net=20
> which mixes=20
> >network speeds, since the switches have to queue data when=20
> going from=20
> >the fast to the slower net: once this queue has built up to=20
> the point=20
> >where the switch runs out of memory, it will start dropping incoming=20
> >packets.
> >
> >IOW: this is not an NFS client bug, it is a network design bug.
> >
> > =20
> >
> We'll see if this disappears after we've finished migrating=20
> the network=20
> to 1Gbps
>=20
> >In these environments you *must* use TCP, since that has congestion=20
> >control capabilities baked into the protocol...

what matters here is flow control.  UDP simply doesn't have it.

for gigabit Ethernet, you need flow control at the link level and
at the transport level.  so once you have gigabit infrastructure,
be sure you have enabled full gigabit flow control on your servers
and on your switches.  then you should use TCP and not UDP so you
have transport layer flow control.


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-18 16:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <117F2C39-7800-11D8-93C6-000A95CFFC9C@idtect.com>
     [not found] ` <1079542707.3047.12.camel@lade.trondhjem.org>
2004-03-17 17:41   ` Linux 2.4.25, nfs client hangs when talking to a MacOS nfs server Charles-Edouard Ruault
2004-03-17 18:01     ` Chris Croswhite
2004-03-17 18:16       ` Trond Myklebust
2004-03-17 19:28         ` Charles-Edouard Ruault
2004-03-17 19:56 Lever, Charles
2004-03-18 16:53 ` Charles-Edouard Ruault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox