[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B862E07.7020002@Voltaire.com>
Date: Thu, 25 Feb 2010 10:00:07 +0200
From: Or Gerlitz <ogerlitz@...taire.com>
To: Jiri Pirko <jpirko@...hat.com>
CC: netdev@...r.kernel.org,
Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
linux-rdma@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH] infiniband: convert to use netdev_for_each_mc_addr
Jiri Pirko wrote:
> --- a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
> +++ b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
> @@ -767,11 +767,8 @@ void ipoib_mcast_dev_flush(struct net_device *dev)
> -static int ipoib_mcast_addr_is_valid(const u8 *addr, unsigned int addrlen,
> - const u8 *broadcast)
> +static int ipoib_mcast_addr_is_valid(const u8 *addr, const u8 *broadcast)
> {
> - if (addrlen != INFINIBAND_ALEN)
> - return 0;
This check was added by commit 5e47596b "IPoIB: Check multicast address format", may I ask what is the reason for removing it now?
Or.
--
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