commit | 8af2745645243b5e5b031504a643bf2158571dc7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jul 31 22:35:23 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Aug 02 13:38:25 2006 -0700 |
tree | 32bf05d47473c2b586daee33f343e0eea1bbf943 | |
parent | 52499afe40387524e9f46ef9ce4695efccdd2ed9 [diff] |
[NET]: Add netdev_alloc_skb(). Add a dev_alloc_skb variant that takes a struct net_device * paramater. For now that paramater is unused, but I'll use it to allocate the skb from node-local memory in a follow-up patch. Also there have been some other plans mentioned on the list that can use it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>