[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091022135120.GC2868@psychotron.lab.eng.brq.redhat.com>
Date: Thu, 22 Oct 2009 15:51:21 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, eric.dumazet@...il.com,
jeffrey.t.kirsher@...el.com, jesse.brandeburg@...el.com,
bruce.w.allan@...el.com, peter.p.waskiewicz.jr@...el.com,
john.ronciak@...el.com, e1000-devel@...ts.sourceforge.net,
mchehab@...radead.org, linux-media@...r.kernel.org
Subject: [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed
In a struct net_device, multicast addresses are stored using a self-made linked
list. To convert this to list_head list there would be needed to do the change
in all (literally all) network device drivers at once.
To solve this situation and also to make device drivers' code prettier I'm
introducing several multicast list helpers which can (and in the future they
should) be used to access mc list. Once all drivers will use these helpers,
we can easily convert to list_head.
The part of this patchset are also 3 examples of a usage of the helpers.
Kindly asking for review.
Thanks,
Jirka
--
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