Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed
@ 2009-10-22 13:51 Jiri Pirko
  2009-10-22 13:52 ` [PATCH net-next-2.6 1/4] net: introduce mc list helpers Jiri Pirko
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jiri Pirko @ 2009-10-22 13:51 UTC (permalink / raw)
  To: netdev
  Cc: eric.dumazet, e1000-devel, bruce.w.allan, jesse.brandeburg,
	mchehab, john.ronciak, jeffrey.t.kirsher, davem, linux-media

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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-10-29 15:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 13:51 [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed Jiri Pirko
2009-10-22 13:52 ` [PATCH net-next-2.6 1/4] net: introduce mc list helpers Jiri Pirko
2009-10-22 14:18   ` Ben Hutchings
2009-10-22 14:28     ` Jiri Pirko
2009-10-29 15:19     ` Jiri Pirko
2009-10-22 13:53 ` [PATCH net-next-2.6 2/4] 8139too: use mc helpers to access multicast list Jiri Pirko
2009-10-22 13:54 ` [PATCH net-next-2.6 3/4] e1000e: " Jiri Pirko
2009-10-22 13:54 ` [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed Jiri Pirko
2009-10-22 13:56   ` Jiri Pirko
2009-10-22 13:57 ` [PATCH net-next-2.6 4/4] dvb: dvb_net: use mc helpers to access multicast list Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox