lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ