From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: IPoIB: Fix multicast packet drops before join is complete Date: Fri, 05 Jun 2009 14:13:25 -0700 Message-ID: References: <20090603.224104.222901210.davem@davemloft.net> <20090604.153057.178458221.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, yosefe@Voltaire.COM To: Christoph Lameter Return-path: Received: from sj-iport-4.cisco.com ([171.68.10.86]:36711 "EHLO sj-iport-4.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752454AbZFEVWv (ORCPT ); Fri, 5 Jun 2009 17:22:51 -0400 In-Reply-To: (Christoph Lameter's message of "Fri, 5 Jun 2009 15:17:26 -0400 (EDT)") Sender: netdev-owner@vger.kernel.org List-ID: > This is actually better than IPoIB there is nothing before > the initial traffic that arrives. In the IPoIB case 3 packets arrive > suggesting to the other side that the link is okay. So maybe we should drop the *oldest* packet on queue overflow? Would that make things better? - R.