Re: [PATCH net-next-2.6 1/4] net: introduce mc list helpers

2009-10-29 Thread Jiri Pirko
Thu, Oct 22, 2009 at 04:18:32PM CEST, bhutchi...@solarflare.com wrote: >On Thu, 2009-10-22 at 15:52 +0200, Jiri Pirko wrote: >> This helpers should be used by network drivers to access to netdev >> multicast lists. >[...] >> +static inline void netdev_mc_walk(struct net_device *dev, >> +

Re: [PATCH net-next-2.6 1/4] net: introduce mc list helpers

2009-10-22 Thread Ben Hutchings
On Thu, 2009-10-22 at 15:52 +0200, Jiri Pirko wrote: > This helpers should be used by network drivers to access to netdev > multicast lists. [...] > +static inline void netdev_mc_walk(struct net_device *dev, > + void (*func)(void *, unsigned char *), > +

Re: [PATCH net-next-2.6 1/4] net: introduce mc list helpers

2009-10-22 Thread Jiri Pirko
Thu, Oct 22, 2009 at 04:18:32PM CEST, bhutchi...@solarflare.com wrote: >On Thu, 2009-10-22 at 15:52 +0200, Jiri Pirko wrote: >> This helpers should be used by network drivers to access to netdev >> multicast lists. >[...] >> +static inline void netdev_mc_walk(struct net_device *dev, >> +

[PATCH net-next-2.6 1/4] net: introduce mc list helpers

2009-10-22 Thread Jiri Pirko
This helpers should be used by network drivers to access to netdev multicast lists. Signed-off-by: Jiri Pirko --- include/linux/netdevice.h | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 8