Christoph Hellwig b30973f877 [PATCH] node-aware skb allocation
Node-aware allocation of skbs for the receive path.

Details:

  - __alloc_skb gets a new node argument and cals the node-aware
    slab functions with it.
  - netdev_alloc_skb passed the node number it gets from dev_to_node
    to it, everyone else passes -1 (any node)

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Christoph Lameter <clameter@engr.sgi.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:22 -08:00
..
2006-12-02 21:27:18 -08:00
2006-12-02 21:22:49 -08:00
2005-04-16 15:20:36 -07:00
2006-09-25 16:52:14 -04:00
2006-12-02 21:22:49 -08:00
2006-12-07 08:39:22 -08:00
2006-12-04 02:00:29 -05:00
2006-07-12 17:58:53 -07:00