netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/10]: Kill more direct references to SKB list implementation.
@ 2009-05-29  8:39 David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2009-05-29  8:39 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA; +Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA


This is some more work towards eliminating exlicit references to the
SKB list implementation, with the eventual goal that converting the
tree over to use "struct list_head" for skb's can be a single commit
to just one file, linux/skbuff.h

In order for that to happen, sufficient abstract interfaces need to
exist in linux/skbuff.h (that's already mostly the case) and code
needs to use those interfaces instead of directly hitting skb->next,
skb->prev, comparing such pointers to the list head with a cast, etc.

There's still a bit more to do, but we're closer than ever to being
able to put the last nail in the coffin on this one.

I'll be pushing these out to net-next-2.6 after some sanity build
checks.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-29  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29  8:39 [PATCH 0/10]: Kill more direct references to SKB list implementation David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).