From: Christoph Hellwig Date: Thu, 7 Dec 2006 04:32:36 +0000 (-0800) Subject: [PATCH] node-aware skb allocation X-Git-Tag: v2.6.20-rc1~145^2^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30973f877fea1a3fb84e05599890fcc082a88e5;p=pandora-kernel.git [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 Cc: Christoph Lameter Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed