[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080625.182732.205144814.davem@davemloft.net>
Date: Wed, 25 Jun 2008 18:27:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: virtualphtn@...il.com
Cc: netdev@...r.kernel.org, ram.vepa@...erion.com,
santosh.rastapur@...erion.com, sivakumar.subramani@...erion.com,
sreenivasa.honnur@...erion.com
Subject: Re: s2io: packet reordering with 2.6.25.4
From: Tom Quetchenbach <virtualphtn@...il.com>
Date: Wed, 25 Jun 2008 17:11:16 -0700
> Is this a known issue? Is there anything that I can do to debug it
> further?
Reordering can and will happen quite naturally on an SMP
system under Linux.
Our TCP stack has heurstics which are able to successfully
detect reordering and cope with it just fine.
For UDP based applications, they need to be able to properly handle
reordering. Even in a completely controlled network configuration,
reordering by external aspects of the network is still possible, so
even if Linux never reordered packets, the UDP applications would
still need to cope with this for correct operation.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists