From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH] infiniband: convert to use netdev_for_each_mc_addr Date: Sun, 28 Feb 2010 01:33:30 -0800 (PST) Message-ID: <20100228.013330.116370303.davem@davemloft.net> References: <20100227103835.GA2862@psychotron.redhat.com> <20100227184410.GB13231@obsidianresearch.com> <20100227220731.GB6550@psychotron.redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jgunthorpe@obsidianresearch.com, ogerlitz@voltaire.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, monis@voltaire.com To: jpirko@redhat.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37797 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031664Ab0B1JdL (ORCPT ); Sun, 28 Feb 2010 04:33:11 -0500 In-Reply-To: <20100227220731.GB6550@psychotron.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Sat, 27 Feb 2010 23:07:33 +0100 > Subject: [net-next-2.6 PATCH] ipoib: returned back addrle check for mc addresses > > Apparently bogus mc address can brake IPOIB multicast processing. Therefore > returning the check for addrlen back until this is resolved in bonding (I don't > see any other point from where mc address with non-dev->addr_len length can came > from). > > Signed-off-by: Jiri Pirko Applied.