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:	Fri, 05 Jun 2009 09:56:00 -0700
From:	Roland Dreier <rdreier@...co.com>
To:	Christoph Lameter <cl@...ux-foundation.org>
Cc:	David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
	yosefe@...taire.COM
Subject: Re: IPoIB: Fix multicast packet drops before join is complete


 > ARP is tied to managing small chunks of information about the network
 > infrastructure. Buffering the first few and throwing the rest away is
 > appropriate there for what the ARP protocol intends to do.

Yes, but what the IP stack is doing is queueing a few packets while ARP
is pending and dropping all other packets until the destination ethernet
address is resolved.

 > UDP multicasting can be used for streaming information. And right now the
 > IPoIB layer is dropping thousands of packets whenever there was a pause of
 > a few minutes or when a new multicast group is used and there is some
 > delay that the network need to reestablish the multicast route.

Yes -- and the required IB multicast resolution seems like it is an L2
thing precisely analogous to ARP.  So I think the original IPoIB code
actually was doing the right thing.

 - R.
--
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