Re: [RFC, PATCH net-next-2.6] net: introduce a macro to traversethrough uc_list easily

From: David Miller
Date: Sat Jan 23 2010 - 05:01:37 EST


From: Jiri Pirko <jpirko@xxxxxxxxxx>
Date: Fri, 22 Jan 2010 16:13:02 +0100

> Therefore that would be good to introduce a macro that can be used to traverse
> through addresses in the list without caller knowing anything about the type of
> the list. I think this kind of an abstraction is appropriate on this place.
> Also during the phase of changing, the macro can use the original list and onc ...
> What do you think about this? Please comment.

Yes this is the way to do it, three steps:

1) Add interface macros that iterate using the existing
datastructure

2) Convert drivers to use #1

3) Convert to list_head

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/