[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110817.202222.1587060016276975049.davem@davemloft.net>
Date: Wed, 17 Aug 2011 20:22:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jpirko@...hat.com
Cc: netdev@...r.kernel.org, shemminger@...ux-foundation.org,
eric.dumazet@...il.com, kaber@...sh.net, yoshfuji@...ux-ipv6.org,
rdunlap@...otime.net, kuznet@....inr.ac.ru, jmorris@...ei.org,
mirqus@...il.com, jesse@...ira.com
Subject: Re: [patch net-next-2.6 0/3] net: remove ndo_set_multicast_list
From: Jiri Pirko <jpirko@...hat.com>
Date: Tue, 16 Aug 2011 18:28:59 +0200
> Now we have 2 callbacks exported to drivers to set rx filtering:
> ndo_set_multicast_list
> ndo_set_rx_mode
>
> The second one was added with second unicast address list and only drivers
> that are able to handle unicast filtering should use that.
>
> Having these two together is confusing and as I found out in many drivers,
> developers are not using them properly. So just kill one of them.
> ndo_set_multicast_list gets the bullet because I believe that name "set_rx_mode"
> is more appropriate.
>
> IFF_UNICAST_FLT flag is used so core know if driver handles unicast filtering.
>
> applies cleanly on most recent net-next with "[patch net-next-2.6 v2] bonding: use ndo_change_rx_flags callback"
All applied, thanks Jiri!
--
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